mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[KDBJA] Delete duplicate key entries (#4508)
Delete the duplicated key data. CORE-11700
This commit is contained in:
parent
2038087d9e
commit
5c4b8e474f
1 changed files with 0 additions and 7 deletions
|
@ -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, {'/', '?'} },
|
||||
|
|
Loading…
Reference in a new issue