mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
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:
parent
ea4353858d
commit
a54755c87c
1 changed files with 2 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue