winex11.drv: Do not assign reserved virtual key 0xE0 to key codes.

Signed-off-by: Timo Zuccarello <timo@zuccarello.eu>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Timo Zuccarello 2022-04-13 16:04:18 +02:00 committed by Alexandre Julliard
parent ea4353858d
commit a54755c87c

View file

@ -1579,7 +1579,8 @@ void X11DRV_InitKeyboard( Display *display )
WORD first, last;
} vkey_ranges[] = {
{ VK_OEM_1, VK_OEM_3 },
{ VK_OEM_4, VK_ICO_00 },
{ VK_OEM_4, VK_OEM_8 },
{ VK_OEM_AX, VK_ICO_00 },
{ 0xe6, 0xe6 },
{ 0xe9, 0xf5 },
{ VK_OEM_NEC_EQUAL, VK_OEM_NEC_EQUAL },