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
52bb643e
Commit
52bb643e
authored
Jun 21, 2002
by
Rok Mandeljc
Committed by
Alexandre Julliard
Jun 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Slovenian keyboard.
parent
2b78ac03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
keyboard.c
dlls/x11drv/keyboard.c
+11
-0
No files found.
dlls/x11drv/keyboard.c
View file @
52bb643e
...
...
@@ -413,6 +413,16 @@ static const char main_key_PL[MAIN_LEN][4] =
"<>|"
};
/*** Slovenian keyboard layout by Rok Mandeljc <rok.mandeljc@gimb.org> ***/
static
const
char
main_key_SI
[
MAIN_LEN
][
4
]
=
{
""
,
"1!"
,
"2
\"
"
,
"3#^"
,
"4$"
,
"5%"
,
"6&"
,
"7/`"
,
"8("
,
"9)"
,
"0="
,
"'?"
,
"+*"
,
"qQ
\\
"
,
"wW|"
,
"eE"
,
"rR"
,
"tT"
,
"zZ"
,
"uU"
,
"iI"
,
"oO"
,
"pP"
,
""
,
""
,
"aA"
,
"sS"
,
"dD"
,
"fF["
,
"gG]"
,
"hH"
,
"jJ"
,
"kK"
,
"lL"
,
""
,
""
,
""
,
"yY"
,
"xX"
,
"cC"
,
"vV@"
,
"bB{"
,
"nN}"
,
"mM"
,
",;"
,
".:"
,
"-_"
,
"<>"
};
/*** Croatian keyboard layout specific for me <jelly@srk.fer.hr> ***/
static
const
char
main_key_HR_jelly
[
MAIN_LEN
][
4
]
=
{
...
...
@@ -599,6 +609,7 @@ static const struct {
{
"Icelandic keyboard layout"
,
28591
,
&
main_key_IS
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Hungarian keyboard layout"
,
28592
,
&
main_key_HU
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Polish (programmer's) keyboard layout"
,
28592
,
&
main_key_PL
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Slovenian keyboard layout"
,
28592
,
&
main_key_SI
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Croatian keyboard layout"
,
28592
,
&
main_key_HR
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Croatian keyboard layout (specific)"
,
28592
,
&
main_key_HR_jelly
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Japanese 106 keyboard layout"
,
932
,
&
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