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
328e18c2
Commit
328e18c2
authored
Dec 26, 2005
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Dec 26, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11drv: Update Canadian keyboard layout to better match the X11 one
parent
22ddd114
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
keyboard.c
dlls/x11drv/keyboard.c
+4
-6
No files found.
dlls/x11drv/keyboard.c
View file @
328e18c2
...
...
@@ -401,7 +401,7 @@ static const char main_key_ET[MAIN_LEN][4] =
"<>"
};
/*** Canadian French keyboard layout */
/*** Canadian French keyboard layout
(setxkbmap ca_enhanced)
*/
static
const
char
main_key_CF
[
MAIN_LEN
][
4
]
=
{
"#|
\\
"
,
"1!"
,
"2
\"
@"
,
"3/"
,
"4$"
,
"5%"
,
"6?"
,
"7&"
,
"8*"
,
"9("
,
"0)"
,
"-_"
,
"=+"
,
...
...
@@ -411,13 +411,11 @@ 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> */
/*** Canadian keyboard layout (setxkbmap ca) */
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"
,
"^"
,
"~"
,
"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"
,
",'"
,
".
\"
"
,
""
,
""
...
...
@@ -901,7 +899,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
},
{
0x0c0c
,
"Canadian 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