[KDBJA] Delete duplicate key entries (#4508)

Delete the duplicated key data. CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2022-05-12 17:55:59 +09:00 committed by GitHub
parent 2038087d9e
commit 5c4b8e474f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,13 +212,6 @@ ROSDATA VK_TO_WCHARS2 key_to_chars_2mod[] = {
{ VK_OEM_3, 0, { '@','`'} },
{ VK_OEM_PLUS, 0, { ';','+'} },
{ VK_OEM_1, 0, { ':','*'} },
/* Specials */
/* Ctrl-_ generates US */
{ VK_OEM_PLUS ,0, {';', '+'} },
{ VK_OEM_1 ,0, {';', ':'} },
{ VK_OEM_7 ,0, {'\'','\"'} },
{ VK_OEM_3 ,0, {'`', '~'} },
{ VK_OEM_COMMA ,0, {',', '<'} },
{ VK_OEM_PERIOD ,0, {'.', '>'} },
{ VK_OEM_2 ,0, {'/', '?'} },