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
77d6a07c
Commit
77d6a07c
authored
Apr 17, 2002
by
Raul Metsma
Committed by
Alexandre Julliard
Apr 17, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Estonian keyboard layout.
parent
c7ec93d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
keyboard.c
windows/x11drv/keyboard.c
+11
-0
No files found.
windows/x11drv/keyboard.c
View file @
77d6a07c
...
...
@@ -284,6 +284,16 @@ static const char main_key_SE[MAIN_LEN][4] =
"<>|"
};
/*** Estonian keyboard layout (contributed by Raul Metsma zombi82@hot.ee) */
static
const
char
main_key_ET
[
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"
,
",;"
,
".:"
,
"-_"
,
"<>|"
};
/*** Canadian French keyboard layout */
static
const
char
main_key_CF
[
MAIN_LEN
][
4
]
=
{
...
...
@@ -560,6 +570,7 @@ static const struct {
{
"German keyboard layout without dead keys 105"
,
28591
,
&
main_key_DE_nodead_105
,
&
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
},
{
"Estonian keyboard layout"
,
28591
,
&
main_key_ET
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Norwegian keyboard layout"
,
28591
,
&
main_key_NO
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Danish keyboard layout"
,
28591
,
&
main_key_DA
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"French keyboard layout"
,
28591
,
&
main_key_FR
,
&
main_key_scan_qwerty
,
&
main_key_vkey_azerty
},
...
...
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