Bug 1352 - Identify if the pressed CTRL button was the right or left
Summary: Identify if the pressed CTRL button was the right or left
Status: UNCONFIRMED
Alias: None
Product: Jogl
Classification: JogAmp
Component: util (show other bugs)
Version: tbd
Hardware: All all
: P4 minor
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2017-03-18 20:01 CET by Giuseppe Barbieri
Modified: 2017-03-18 20:01 CET (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giuseppe Barbieri 2017-03-18 20:01:09 CET
At the moment, right and left CTRL button appears exactly the same

KeyEvent[EVENT_KEY_PRESSED, code 0x11, sym 0x11, char ' ' (0x0), printable false, modifier true, action false, InputEvent[modifiers: [ctrl], NEWTEvent[source:jogamp.newt.driver.x11.WindowDriver, consumed false, when:1489863282237 d 1ms]]]
KeyEvent[EVENT_KEY_PRESSED, code 0x11, sym 0x11, char ' ' (0x0), printable false, modifier true, action false, InputEvent[modifiers: [ctrl], NEWTEvent[source:jogamp.newt.driver.x11.WindowDriver, consumed false, when:1489863284693 d 0ms]]]


it'd be nice if we can identify them uniquely