mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[KBDJA] Enable VK_CONVERT/VK_NONCONVERT keys (#4505)
Enable VK_CONVERT/VK_NONCONVERT keys for Japanese keyboard. - ScanCode 121 (0x79) --> VK_CONVERT. - ScanCode 123 (0x7B) --> VK_NONCONVERT. CORE-11700
This commit is contained in:
parent
fcc4384554
commit
1c3474be48
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ ROSDATA USHORT scancode_to_vk[] = {
|
|||
/* One more f-key */
|
||||
VK_F24,
|
||||
/* - 77 - */
|
||||
VK_EMPTY, VK_EMPTY, VK_EMPTY, VK_EMPTY,
|
||||
VK_EMPTY, VK_EMPTY, VK_OEM_5, VK_EMPTY, /* PA1 */
|
||||
VK_EMPTY, VK_EMPTY, VK_CONVERT, VK_EMPTY,
|
||||
VK_NONCONVERT, VK_EMPTY, VK_OEM_5, VK_EMPTY, /* PA1 */
|
||||
VK_EMPTY,
|
||||
/* - 80 - */
|
||||
0
|
||||
|
|
Loading…
Reference in a new issue