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
ee2f10d5
Commit
ee2f10d5
authored
Dec 06, 2004
by
Jean-Michel Dault
Committed by
Alexandre Julliard
Dec 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added another Canadian keyboard layout.
parent
1d38462e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
keyboard.c
dlls/x11drv/keyboard.c
+13
-0
No files found.
dlls/x11drv/keyboard.c
View file @
ee2f10d5
...
...
@@ -356,6 +356,18 @@ static const char main_key_CF[MAIN_LEN][4] =
""
};
/*** Canadian CAN/CSA Z243.200-92 keyboard layout
*** Contributed by Jean-Michel Dault <jmdault@revolutionlinux.com> */
static
const
char
main_key_CA
[
MAIN_LEN
][
4
]
=
{
"/
\\
"
,
"1!"
,
"2@"
,
"3#"
,
"4$"
,
"5%"
,
"6?"
,
"7&"
,
"8*"
,
"9("
,
"0)"
,
"-_"
,
"=+"
,
"qQ"
,
"wW"
,
"eE"
,
"rR"
,
"tT"
,
"yY"
,
"uU"
,
"iI"
,
"oO"
,
"pP"
,
"^"
,
"~"
,
"aA"
,
"sSߧ"
,
"dD"
,
"fF"
,
"gG"
,
"hH"
,
"jJ"
,
"kK"
,
"lL"
,
";:"
,
""
,
""
,
"zZ"
,
"xX"
,
"cC"
,
"vV"
,
"bB"
,
"nN"
,
"mM"
,
",'"
,
".
\"
"
,
""
,
""
};
/*** Portuguese keyboard layout (setxkbmap pt) */
static
const
char
main_key_PT
[
MAIN_LEN
][
4
]
=
{
...
...
@@ -785,6 +797,7 @@ static const struct {
{
0x0406
,
"Danish keyboard layout"
,
&
main_key_DA
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x040c
,
"French keyboard layout"
,
&
main_key_FR
,
&
main_key_scan_qwerty
,
&
main_key_vkey_azerty
},
{
0x0c0c
,
"Canadian French keyboard layout"
,
&
main_key_CF
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x0c0c
,
"Canadian CAN/CSA-Z243.200-92 keyboard layout"
,
&
main_key_CA
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x080c
,
"Belgian keyboard layout"
,
&
main_key_BE
,
&
main_key_scan_qwerty
,
&
main_key_vkey_azerty
},
{
0x0816
,
"Portuguese keyboard layout"
,
&
main_key_PT
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x0416
,
"Brazilian ABNT-2 keyboard layout"
,
&
main_key_PT_br
,
&
main_key_scan_abnt_qwerty
,
&
main_key_vkey_abnt_qwerty
},
...
...
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