Merge pull request #56588 from mhilbrunner/braces-begone

This commit is contained in:
Rémi Verschelde 2022-01-07 13:03:32 +01:00 committed by GitHub
commit 9635f46e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -217,9 +217,9 @@ static _WinTranslatePair _vk_to_keycode[] = {
{ KEY_SLASH, VK_OEM_2 }, // (0xBF) //Windows 2000/XP: For the US standard keyboard, the '/?' key
{ KEY_QUOTELEFT, VK_OEM_3 }, // (0xC0)
{ KEY_BRACELEFT, VK_OEM_4 }, // (0xDB)
{ KEY_BRACKETLEFT, VK_OEM_4 }, // (0xDB)
{ KEY_BACKSLASH, VK_OEM_5 }, // (0xDC)
{ KEY_BRACERIGHT, VK_OEM_6 }, // (0xDD)
{ KEY_BRACKETRIGHT, VK_OEM_6 }, // (0xDD)
{ KEY_APOSTROPHE, VK_OEM_7 }, // (0xDE)
/*
{VK_OEM_8 (0xDF)