Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a54755c8
Commit
a54755c8
authored
Apr 13, 2022
by
Timo Zuccarello
Committed by
Alexandre Julliard
Apr 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
>
parent
ea435385
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
keyboard.c
dlls/winex11.drv/keyboard.c
+2
-1
No files found.
dlls/winex11.drv/keyboard.c
View file @
a54755c8
...
...
@@ -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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment