LeVanPhuUIT / jnativehook

Automatically exported from code.google.com/p/jnativehook
0 stars 0 forks source link

key codes for NATIVE_KEY_PRESSED is different when shift modifier is held #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Launch the demo.
2.  Hold the shift hey and press a key such as "1-9" or "," or ";" etc. where 
shift will modify the character that would be typed and release the key.
3.  Note that they keycode for the NATIVE_KEY_PRESSED event is incorrect and 
doesn't match the keycode for the NATIVE_KEY_RELEASED event.

What is the expected output? What do you see instead?
The keycode for the matching NATIVE_KEY_PRESSED event and the 
NATIVE_KEY_RELEASED event should be the same and be correct.

What version of the product are you using? On what operating system?
Ubuntu linux 10.04.  Using JNativeHook-src-1.1.0_rc2.zip.  This isn't an issue 
on JNativeHook-src-1.0.2288.zip. 

Please provide any additional information below.

Original issue reported on code.google.com by Jonathan...@gmail.com on 12 Jun 2012 at 5:14

GoogleCodeExporter commented 8 years ago

Original comment by alex%1st...@gtempaccount.com on 14 Jun 2012 at 10:22

GoogleCodeExporter commented 8 years ago
Thanks for the report. Fixed in the trunk.

Original comment by alex%1st...@gtempaccount.com on 15 Jun 2012 at 8:37