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
10a7c25a
Commit
10a7c25a
authored
Mar 22, 2005
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Mar 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for Serbian cyrillic X11 keyboard layout.
parent
fa153c62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
keyboard.c
dlls/x11drv/keyboard.c
+22
-0
No files found.
dlls/x11drv/keyboard.c
View file @
10a7c25a
...
...
@@ -589,6 +589,26 @@ static const char main_key_SI[MAIN_LEN][4] =
"<>"
};
/*** Serbian keyboard layout (setxkbmap sr) ***/
static
const
char
main_key_SR
[
MAIN_LEN
][
4
]
=
{
"`~"
,
"1!"
,
"2
\"
"
,
"3#"
,
"4$"
,
"5%"
,
"6&"
,
"7/"
,
"8("
,
"9)"
,
"0="
,
"'?"
,
"+*"
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
"[]"
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
"-_"
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
",;"
,
".:"
,
""
,
"<>"
/* the phantom key */
};
/*** Serbian keyboard layout (setxkbmap us,sr) ***/
static
const
char
main_key_US_SR
[
MAIN_LEN
][
4
]
=
{
"`~"
,
"1!"
,
"2@2
\"
"
,
"3#"
,
"4$"
,
"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 */
};
/*** Croatian keyboard layout specific for me <jelly@srk.fer.hr> ***/
static
const
char
main_key_HR_jelly
[
MAIN_LEN
][
4
]
=
{
...
...
@@ -879,6 +899,8 @@ static const struct {
{
0x040e
,
"Hungarian keyboard layout"
,
&
main_key_HU
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwertz
},
{
0x0415
,
"Polish (programmer's) keyboard layout"
,
&
main_key_PL
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x0424
,
"Slovenian keyboard layout"
,
&
main_key_SI
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwertz
},
{
0x0c1a
,
"Serbian keyboard layout sr"
,
&
main_key_SR
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
/* LANG_SERBIAN,SUBLANG_SERBIAN_CYRILLIC */
{
0x0c1a
,
"Serbian keyboard layout us,sr"
,
&
main_key_US_SR
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
/* LANG_SERBIAN,SUBLANG_SERBIAN_CYRILLIC */
{
0x041a
,
"Croatian keyboard layout"
,
&
main_key_HR
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwertz
},
{
0x041a
,
"Croatian keyboard layout (specific)"
,
&
main_key_HR_jelly
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x0411
,
"Japanese 106 keyboard layout"
,
&
main_key_JA_jp106
,
&
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