[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:
Katayama Hirofumi MZ 2022-05-12 12:48:29 +09:00 committed by GitHub
parent fcc4384554
commit 1c3474be48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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