Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sam Joan Roque-Worcel
wine
Commits
46a9db64
Commit
46a9db64
authored
23 years ago
by
Axel Schmidt
Committed by
Alexandre Julliard
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added keyboard layout for Logitech Cordless Desktop Pro.
parent
41024bcd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
windows/x11drv/keyboard.c
+11
-0
11 additions, 0 deletions
windows/x11drv/keyboard.c
with
11 additions
and
0 deletions
windows/x11drv/keyboard.c
+
11
−
0
View file @
46a9db64
...
...
@@ -109,6 +109,16 @@ static const WORD main_key_vkey_azerty[MAIN_LEN] =
/* If Wine fails to match your new table, use -debugmsg +key to find out why */
/* Remember to also add your new table to the layout index table far below! */
/*** German Logitech Desktop Pro keyboard layout */
static
const
char
main_key_DE_logitech
[
MAIN_LEN
][
4
]
=
{
"^
\xb0
"
,
"1!"
,
"2
\"
"
,
"3
\xa7
"
,
"4$"
,
"5%"
,
"6&"
,
"7/{"
,
"8(["
,
"9)]"
,
"0=}"
,
"
\xdf
?
\\
"
,
"'`"
,
"qQ@"
,
"wW"
,
"eE"
,
"rR"
,
"tT"
,
"zZ"
,
"uU"
,
"iI"
,
"oO"
,
"pP"
,
"
\xfc\xdc
"
,
"+*~"
,
"aA"
,
"sS"
,
"dD"
,
"fF"
,
"gG"
,
"hH"
,
"jJ"
,
"kK"
,
"lL"
,
"
\xf6\xd6
"
,
"
\xe4\xc4
"
,
"#'"
,
"yY"
,
"xX"
,
"cC"
,
"vV"
,
"bB"
,
"nN"
,
"mM"
,
",;"
,
".:"
,
"-_"
,
"<>|"
};
/*** United States keyboard layout (mostly contributed by Uwe Bonnes) */
static
const
char
main_key_US
[
MAIN_LEN
][
4
]
=
{
...
...
@@ -500,6 +510,7 @@ static const struct {
{
"British keyboard layout"
,
28591
,
&
main_key_UK
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"German keyboard layout"
,
28591
,
&
main_key_DE
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"German keyboard layout without dead keys"
,
28591
,
&
main_key_DE_nodead
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"German keyboard layout for logitech desktop pro"
,
28591
,
&
main_key_DE_logitech
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Swiss German keyboard layout"
,
28591
,
&
main_key_SG
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Swedish keyboard layout"
,
28591
,
&
main_key_SE
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Norwegian keyboard layout"
,
28591
,
&
main_key_NO
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment