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
7b0bf0f0
Commit
7b0bf0f0
authored
Oct 17, 2000
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Oct 17, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for keyboard input in various locales.
parent
da610897
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
winuser.h
include/winuser.h
+5
-2
keyboard.c
windows/x11drv/keyboard.c
+0
-0
No files found.
include/winuser.h
View file @
7b0bf0f0
...
...
@@ -2911,8 +2911,11 @@ typedef struct
#define VK_OEM_5 0xDC
#define VK_OEM_6 0xDD
#define VK_OEM_7 0xDE
/* 0xDF-0xE4 OEM specific */
/* 0xDF-0xE0 OEM specific */
#define VK_OEM_AX 0xE1
/* "AX" key on Japanese AX keyboard */
#define VK_OEM_102 0xE2
/* "<>" or "\|" on RT 102-key keyboard */
#define VK_ICO_HELP 0xE3
/* Help key on ICO */
#define VK_ICO_00 0xE4
/* 00 key on ICO */
#define VK_PROCESSKEY 0xE5
/* 0xE6 OEM specific */
...
...
windows/x11drv/keyboard.c
View file @
7b0bf0f0
This diff is collapsed.
Click to expand it.
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