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
872784fc
Commit
872784fc
authored
Sep 10, 2001
by
Andy Rysin
Committed by
Alexandre Julliard
Sep 10, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Ukrainian keyboard layout.
parent
548d8a2a
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 @
872784fc
...
...
@@ -280,6 +280,16 @@ static const char main_key_RU_koi8r[MAIN_LEN][4] =
"<>"
/* the phantom key */
};
/*** Ukrainian keyboard layout KOI8-U */
static
const
char
main_key_UA
[
MAIN_LEN
][
4
]
=
{
"`~"
,
"1!1!"
,
"2@2
\"
"
,
"3#3'"
,
"4$4*"
,
"5%5:"
,
"6^6,"
,
"7&7."
,
"8*8;"
,
"9(9("
,
"0)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"
,
",<"
,
".>"
,
"/?/?"
,
"<>"
/* the phantom key */
};
/*** Spanish keyboard layout (contributed by Jos Marcos Lpez) */
static
const
char
main_key_ES
[
MAIN_LEN
][
4
]
=
{
...
...
@@ -465,6 +475,7 @@ static const struct {
{
"Finnish keyboard layout"
,
28591
,
&
main_key_FI
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Russian keyboard layout"
,
20866
,
&
main_key_RU
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Russian keyboard layout KOI8-R"
,
20866
,
&
main_key_RU_koi8r
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Ukrainian keyboard layout KOI8-U"
,
20866
,
&
main_key_UA
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Spanish keyboard layout"
,
28591
,
&
main_key_ES
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Italian keyboard layout"
,
28591
,
&
main_key_IT
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Icelandic keyboard layout"
,
28591
,
&
main_key_IS
,
&
main_key_scan_qwerty
,
&
main_key_vkey_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