Win32: labels for '<>' and '\!§' keys

This commit is contained in:
Thomas Bernard 2018-09-18 11:34:51 +02:00
parent 3972d977a7
commit 0408eb487e

View File

@ -524,6 +524,8 @@ const char * Key_name(word key)
{ VK_OEM_5, "'\\'"},
{ KEY_RIGHTBRACKET,"']'" }, // VK_OEM_6
{ VK_OEM_7, "'''" },
{ VK_OEM_8, "'!'" },
{ VK_OEM_102, "<>" },
#endif
};