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
8c914986
Commit
8c914986
authored
Jan 13, 2009
by
Michael Gruber
Committed by
Alexandre Julliard
Jan 19, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Remove "German keyboard layout without dead keys 105".
parent
c51ef12b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
keyboard.c
dlls/winex11.drv/keyboard.c
+0
-19
No files found.
dlls/winex11.drv/keyboard.c
View file @
8c914986
...
...
@@ -190,15 +190,6 @@ static const WORD main_key_vkey_qwertz[MAIN_LEN] =
VK_OEM_102
/* the 102nd key (actually to the right of l-shift) */
};
static
const
WORD
main_key_vkey_qwertz_105
[
MAIN_LEN
]
=
{
/* NOTE: this layout must concur with the scan codes layout above */
VK_OEM_3
,
'1'
,
'2'
,
'3'
,
'4'
,
'5'
,
'6'
,
'7'
,
'8'
,
'9'
,
'0'
,
VK_OEM_MINUS
,
VK_OEM_PLUS
,
'Q'
,
'W'
,
'E'
,
'R'
,
'T'
,
'Z'
,
'U'
,
'I'
,
'O'
,
'P'
,
VK_OEM_4
,
VK_OEM_6
,
'A'
,
'S'
,
'D'
,
'F'
,
'G'
,
'H'
,
'J'
,
'K'
,
'L'
,
VK_OEM_1
,
VK_OEM_7
,
VK_OEM_5
,
VK_OEM_102
,
'Y'
,
'X'
,
'C'
,
'V'
,
'B'
,
'N'
,
'M'
,
VK_OEM_COMMA
,
VK_OEM_PERIOD
,
VK_OEM_2
};
static
const
WORD
main_key_vkey_abnt_qwerty
[
MAIN_LEN
]
=
{
/* NOTE: this layout must concur with the scan codes layout above */
...
...
@@ -343,15 +334,6 @@ static const char main_key_DE_nodead[MAIN_LEN][4] =
"<>"
};
/*** German keyboard layout without dead keys 105 Keys (contributed by Matthias Fechner)*/
static
const
char
main_key_DE_nodead_105
[
MAIN_LEN
][
4
]
=
{
"^"
,
"1!"
,
"2
\"
"
,
"3"
,
"4$"
,
"5%"
,
"6&"
,
"7/{"
,
"8(["
,
"9)]"
,
"0=}"
,
"?
\\
"
,
"
\0
`"
,
"qQ@"
,
"wW"
,
"eE"
,
"rR"
,
"tT"
,
"zZ"
,
"uU"
,
"iI"
,
"oO"
,
"pP"
,
""
,
"+*~"
,
"aA"
,
"sS"
,
"dD"
,
"fF"
,
"gG"
,
"hH"
,
"jJ"
,
"kK"
,
"lL"
,
""
,
""
,
"#'"
,
"<>|"
,
"yY"
,
"xX"
,
"cC"
,
"vV"
,
"bB"
,
"nN"
,
"mM"
,
",;"
,
".:"
,
"-_"
,
};
/*** Swiss German keyboard layout (setxkbmap ch -variant de) */
static
const
char
main_key_SG
[
MAIN_LEN
][
4
]
=
{
...
...
@@ -931,7 +913,6 @@ static const struct {
{
0x0407
,
"German keyboard layout"
,
&
main_key_DE
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwertz
},
{
0x0407
,
"German keyboard layout without dead keys"
,
&
main_key_DE_nodead
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwertz
},
{
0x0407
,
"German keyboard layout for logitech desktop pro"
,
&
main_key_DE_logitech
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwertz
},
{
0x0407
,
"German keyboard layout without dead keys 105"
,
&
main_key_DE_nodead_105
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwertz_105
},
{
0x0807
,
"Swiss German keyboard layout"
,
&
main_key_SG
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwertz
},
{
0x100c
,
"Swiss French keyboard layout"
,
&
main_key_SF
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwertz
},
{
0x041d
,
"Swedish keyboard layout"
,
&
main_key_SE
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty_v2
},
...
...
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