Bug 1026

Summary: NEWT KeyEvent VK mapping for left and right sided keys
Product: [JogAmp] Newt Reporter: Xerxes Rånby <xerxes>
Component: coreAssignee: Sven Gothel <sgothel>
Status: UNCONFIRMED ---    
Severity: enhancement CC: gouessej
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

Description Xerxes Rånby 2014-06-25 22:52:34 CEST
AWT KeyEvent have a concept of e.getKeyLocation() to help determine if you press left or right shift/control keys while NEWT API do not have this concept.

This bug suggest that we instead enhance the NEWT KeyEvents to add new VK key codes with _RIGHT suffix for the right shift and control key.

VK_CONTROL_RIGHT
Constant for the right sided CTRL function key.

VK_SHIFT_RIGHT
Constant for the right sided SHIFT function key.