Dinesh966 / jnativehook

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

Wrong keyText #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
VK_DBE_NOROMAN vkVode=0F6
getKeyText() incorrectly returns "Roman Characters" ("ローマ字"). This is 
the same string as for ckVode 0F5

This key can be typed by pressing alt+katakana. It will produce alternately the 
release and press codes for 0F5 and 0F6.

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

GoogleCodeExporter commented 8 years ago

Original comment by a...@1stleg.com on 17 Apr 2014 at 6:17

GoogleCodeExporter commented 8 years ago
This issue has been resolved in version 1.2.  Unfortunately the VK_DBE_NOROMAN 
and several other keys in that range are "OEM Specific" so there is no good way 
to add support for that range.  The current behavior will report these keys in 
the same way as 1.1.4 but the text will be returned as "Unknown keyCode 0xF5".

Original comment by a...@1stleg.com on 17 Apr 2014 at 7:03