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
2bdbf30b
Commit
2bdbf30b
authored
Sep 19, 2001
by
Andriy Palamarchuk
Committed by
Alexandre Julliard
Sep 19, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added russian layout with phantom key.
parent
7beb574b
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 @
2bdbf30b
...
...
@@ -270,6 +270,16 @@ static const char main_key_RU[MAIN_LEN][4] =
"zZ"
,
"xX"
,
"cC"
,
"vV"
,
"bB"
,
"nN"
,
"mM"
,
",<"
,
".>"
,
"/?"
};
/*** Russian keyboard layout (phantom key version) */
static
const
char
main_key_RU_phantom
[
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"
,
",<"
,
".>"
,
"/?"
,
"<>"
/* the phantom key */
};
/*** Russian keyboard layout KOI8-R */
static
const
char
main_key_RU_koi8r
[
MAIN_LEN
][
4
]
=
{
...
...
@@ -474,6 +484,7 @@ static const struct {
{
"United States International keyboard layout"
,
28591
,
&
main_key_US_intl
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"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 (phantom key version)"
,
20866
,
&
main_key_RU_phantom
,
&
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
},
...
...
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