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
Original issue reported on code.google.com by
mark.jeronimus@gmail.com
on 23 Jul 2013 at 5:39