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
baaefe97
Commit
baaefe97
authored
Nov 26, 2006
by
Kevin Koltzau
Committed by
Alexandre Julliard
Nov 27, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winuser.h: Define browser and multimedia keys.
parent
f4b44424
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
19 deletions
+39
-19
spy.c
dlls/user32/spy.c
+18
-18
winuser.h
include/winuser.h
+21
-1
No files found.
dlls/user32/spy.c
View file @
baaefe97
...
...
@@ -1233,24 +1233,24 @@ static const char * const VK_KeyNames[SPY_MAX_VKKEYSNUM + 1] =
"VK_RCONTROL"
,
/* 0xA3 */
"VK_LMENU"
,
/* 0xA4 */
"VK_RMENU"
,
/* 0xA5 */
NULL
,
/* 0xA6 */
NULL
,
/* 0xA7 */
NULL
,
/* 0xA8 */
NULL
,
/* 0xA9 */
NULL
,
/* 0xAA */
NULL
,
/* 0xAB */
NULL
,
/* 0xAC */
NULL
,
/* 0xAD */
NULL
,
/* 0xAE */
NULL
,
/* 0xAF */
NULL
,
/* 0xB0 */
NULL
,
/* 0xB1 */
NULL
,
/* 0xB2 */
NULL
,
/* 0xB3 */
NULL
,
/* 0xB4 */
NULL
,
/* 0xB5 */
NULL
,
/* 0xB6 */
NULL
,
/* 0xB7 */
"VK_BROWSER_BACK"
,
/* 0xA6 */
"VK_BROWSER_FORWARD"
,
/* 0xA7 */
"VK_BROWSER_REFRESH"
,
/* 0xA8 */
"VK_BROWSER_STOP"
,
/* 0xA9 */
"VK_BROWSER_SEARCH"
,
/* 0xAA */
"VK_BROWSER_FAVORITES"
,
/* 0xAB */
"VK_BROWSER_HOME"
,
/* 0xAC */
"VK_VOLUME_MUTE"
,
/* 0xAD */
"VK_VOLUME_DOWN"
,
/* 0xAE */
"VK_VOLUME_UP"
,
/* 0xAF */
"VK_MEDIA_NEXT_TRACK"
,
/* 0xB0 */
"VK_MEDIA_PREV_TRACK"
,
/* 0xB1 */
"VK_MEDIA_STOP"
,
/* 0xB2 */
"VK_MEDIA_PLAY_PAUSE"
,
/* 0xB3 */
"VK_LAUNCH_MAIL"
,
/* 0xB4 */
"VK_LAUNCH_MEDIA_SELECT"
,
/* 0xB5 */
"VK_LAUNCH_APP1"
,
/* 0xB6 */
"VK_LAUNCH_APP2"
,
/* 0xB7 */
NULL
,
/* 0xB8 */
NULL
,
/* 0xB9 */
"VK_OEM_1"
,
/* 0xBA */
...
...
include/winuser.h
View file @
baaefe97
...
...
@@ -3615,7 +3615,27 @@ typedef struct tagCOMPAREITEMSTRUCT
#define VK_RCONTROL 0xA3
#define VK_LMENU 0xA4
#define VK_RMENU 0xA5
/* 0xA6-0xB9 Unassigned */
#define VK_BROWSER_BACK 0xA6
#define VK_BROWSER_FORWARD 0xA7
#define VK_BROWSER_REFRESH 0xA8
#define VK_BROWSER_STOP 0xA9
#define VK_BROWSER_SEARCH 0xAA
#define VK_BROWSER_FAVORITES 0xAB
#define VK_BROWSER_HOME 0xAC
#define VK_VOLUME_MUTE 0xAD
#define VK_VOLUME_DOWN 0xAE
#define VK_VOLUME_UP 0xAF
#define VK_MEDIA_NEXT_TRACK 0xB0
#define VK_MEDIA_PREV_TRACK 0xB1
#define VK_MEDIA_STOP 0xB2
#define VK_MEDIA_PLAY_PAUSE 0xB3
#define VK_LAUNCH_MAIL 0xB4
#define VK_LAUNCH_MEDIA_SELECT 0xB5
#define VK_LAUNCH_APP1 0xB6
#define VK_LAUNCH_APP2 0xB7
/* 0xB8-0xB9 Unassigned */
#define VK_OEM_1 0xBA
#define VK_OEM_PLUS 0xBB
#define VK_OEM_COMMA 0xBC
...
...
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