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
728d87d0
Commit
728d87d0
authored
Feb 25, 2009
by
David Korth
Committed by
Alexandre Julliard
Feb 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Map Super_L, Super_R, and Menu keys correctly.
parent
3a649b90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
keyboard.c
dlls/winex11.drv/keyboard.c
+3
-3
No files found.
dlls/winex11.drv/keyboard.c
View file @
728d87d0
...
...
@@ -1028,7 +1028,7 @@ static const WORD nonchar_key_vkey[256] =
/* modifier keys */
0
,
VK_LSHIFT
,
VK_RSHIFT
,
VK_LCONTROL
,
/* FFE0 */
VK_RCONTROL
,
VK_CAPITAL
,
0
,
VK_MENU
,
VK_MENU
,
VK_LMENU
,
VK_RMENU
,
0
,
0
,
0
,
0
,
0
,
/* FFE8 */
VK_MENU
,
VK_LMENU
,
VK_RMENU
,
VK_LWIN
,
VK_RWIN
,
0
,
0
,
0
,
/* FFE8 */
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
/* FFF0 */
0
,
0
,
0
,
0
,
0
,
0
,
0
,
VK_DELETE
/* FFF8 */
};
...
...
@@ -1052,7 +1052,7 @@ static const WORD nonchar_key_scan[256] =
0x147
,
0x14B
,
0x148
,
0x14D
,
0x150
,
0x149
,
0x151
,
0x14F
,
/* FF50 */
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
/* FF58 */
/* misc keys */
/*?*/
0
,
0x137
,
/*?*/
0
,
0x152
,
0x00
,
0x00
,
0x00
,
0x
00
,
/* FF60 */
/*?*/
0
,
0x137
,
/*?*/
0
,
0x152
,
0x00
,
0x00
,
0x00
,
0x
15D
,
/* FF60 */
/*?*/
0
,
/*?*/
0
,
0x38
,
0x146
,
0x00
,
0x00
,
0x00
,
0x00
,
/* FF68 */
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
/* FF70 */
/* keypad keys */
...
...
@@ -1073,7 +1073,7 @@ static const WORD nonchar_key_scan[256] =
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
/* FFD8 */
/* modifier keys */
0x00
,
0x2A
,
0x136
,
0x1D
,
0x11D
,
0x3A
,
0x00
,
0x38
,
/* FFE0 */
0x138
,
0x38
,
0x138
,
0x
00
,
0x00
,
0x00
,
0x00
,
0x00
,
/* FFE8 */
0x138
,
0x38
,
0x138
,
0x
15b
,
0x15c
,
0x00
,
0x00
,
0x00
,
/* FFE8 */
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
/* FFF0 */
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x153
/* FFF8 */
};
...
...
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