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
8df5fc96
Commit
8df5fc96
authored
Aug 27, 2002
by
Hleb Valoska
Committed by
Alexandre Julliard
Aug 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Belarusian keyboard.
parent
5b809fd6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
keyboard.c
dlls/x11drv/keyboard.c
+12
-0
No files found.
dlls/x11drv/keyboard.c
View file @
8df5fc96
...
...
@@ -354,6 +354,17 @@ static const char main_key_BG_phonetic[MAIN_LEN][4] =
"<>"
/* the phantom key */
};
/*** Belarusian standard keyboard layout (contributed by Hleb Valoska) */
/*** It matches belarusian layout for XKB from Alexander Mikhailian */
static
const
char
main_key_BY
[
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"
,
",<"
,
".>"
,
"/?.,"
,
"<>|"
,
};
/*** Russian keyboard layout (contributed by Pavel Roskin) */
static
const
char
main_key_RU
[
MAIN_LEN
][
4
]
=
{
...
...
@@ -634,6 +645,7 @@ static const struct {
{
"Finnish keyboard layout"
,
28591
,
&
main_key_FI
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Bulgarian bds keyboard layout"
,
1251
,
&
main_key_BG_bds
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Bulgarian phonetic keyboard layout"
,
1251
,
&
main_key_BG_phonetic
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Belarusian keyboard layout"
,
1251
,
&
main_key_BY
,
&
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
},
...
...
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