LeVanPhuUIT / jnativehook

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

No hiragana release keystroke on keypress of the caps lock key on Japanese keyboard when kana mode activated #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
No hiragana release keystroke on keypress of the caps lock key on Japanese 
keyboard when kana mode activated.

When in kana mode (regardless of width), the VK_HIRAGANA release event is 
missing. It should be:
Press:
KEY_RELEASED VK_HIRAGANA 
KEY_PRESSED VK_ALPHANUMERIC
Release:
(nothing)

When in an alphanumeric mode (regardless of width), behavior is correct:
Press:
KEY_PRESSED VK_ALPHANUMERIC
Release:
(nothing)

Original issue reported on code.google.com by mark.jeronimus@gmail.com on 23 Jul 2013 at 5:39

GoogleCodeExporter commented 8 years ago
Is this still a problem in 1.2 beta 2?  If so can you provide the console 
output?  

Original comment by a...@1stleg.com on 10 May 2014 at 3:52