Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
da49030b
Commit
da49030b
authored
Feb 14, 2010
by
Jörg Höhle
Committed by
Alexandre Julliard
Feb 15, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Add vkey codes for functions keys upto F24.
Scancodes 63..6B for F16-F24 were not added because they conflict with the 60.. reassignment heuristic in InitKeyboard.
parent
7155742d
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 @
da49030b
...
...
@@ -1023,8 +1023,8 @@ static const WORD nonchar_key_vkey[256] =
/* function keys */
VK_F1
,
VK_F2
,
VK_F3
,
VK_F4
,
VK_F5
,
VK_F6
,
VK_F7
,
VK_F8
,
VK_F9
,
VK_F10
,
/* FFC0 */
VK_F11
,
VK_F12
,
VK_F13
,
VK_F14
,
VK_F15
,
VK_F16
,
0
,
0
,
/* FFC8 */
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
/* FFD0 */
VK_F11
,
VK_F12
,
VK_F13
,
VK_F14
,
VK_F15
,
VK_F16
,
VK_F17
,
VK_F18
,
/* FFC8 */
VK_F19
,
VK_F20
,
VK_F21
,
VK_F22
,
VK_F23
,
VK_F24
,
0
,
0
,
/* FFD0 */
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
/* FFD8 */
/* modifier keys */
0
,
VK_LSHIFT
,
VK_RSHIFT
,
VK_LCONTROL
,
/* FFE0 */
...
...
@@ -1069,7 +1069,7 @@ static const WORD nonchar_key_scan[256] =
/* function keys */
0x3B
,
0x3C
,
0x3D
,
0x3E
,
0x3F
,
0x40
,
0x41
,
0x42
,
0x43
,
0x44
,
/* FFC0 */
0x57
,
0x58
,
0x
00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
/* FFC8 */
0x57
,
0x58
,
0x
5B
,
0x5C
,
0x5D
,
0x00
,
0x00
,
0x00
,
/* FFC8 */
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
/* FFD0 */
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
/* FFD8 */
/* modifier keys */
...
...
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