Fixed Apostrophe beeing mapped to VK_OEM_5 (\| on US) to VK_OEM_7 ('" on US)

heavy-resources
Bernhard Bonigl 2012-03-20 15:14:47 +01:00
parent d0aac358a4
commit 7ab6dde1b3
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ const C4KeyCodeMapEntry KeyCodeMap [] =
{ 'Z' , "Z" , NULL },
{ VK_OEM_COMMA , "Comma" , NULL },
{ VK_OEM_PERIOD , "Period" , NULL },
{ VK_OEM_5 , "Apostrophe", NULL },
{ VK_OEM_7 , "Apostrophe", NULL },
{ VK_LWIN , "WinLeft" , NULL },
{ VK_RWIN , "WinRight" , NULL },