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
a8ef244b
Commit
a8ef244b
authored
Feb 01, 2006
by
Fatih Aşıcı
Committed by
Alexandre Julliard
Feb 01, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11drv: Added Turkish F keyboard layout.
parent
6a3b3f86
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 @
a8ef244b
...
...
@@ -799,6 +799,16 @@ static const char main_key_TR[MAIN_LEN][4] =
"<>"
};
/*** Turkish F keyboard layout (setxkbmap trf) */
static
const
char
main_key_TR_F
[
MAIN_LEN
][
4
]
=
{
"+*"
,
"1!"
,
"2
\"
"
,
"3^#"
,
"4$"
,
"5%"
,
"6&"
,
"7'"
,
"8("
,
"9)"
,
"0="
,
"/?"
,
"-_"
,
"fF"
,
"gG"
,
""
,
"I"
,
"oO"
,
"dD"
,
"rR"
,
"nN"
,
"hH"
,
"pP"
,
"qQ"
,
"wW"
,
"uU"
,
"i"
,
"eE"
,
"aA"
,
""
,
"tT"
,
"kK"
,
"mM"
,
"lL"
,
"yY"
,
""
,
"xX"
,
"jJ"
,
""
,
"vV"
,
"cC"
,
""
,
"zZ"
,
"sS"
,
"bB"
,
".:"
,
",;"
,
"<>"
};
/*** Israelian keyboard layout (setxkbmap us,il) */
static
const
char
main_key_IL
[
MAIN_LEN
][
4
]
=
{
...
...
@@ -948,6 +958,7 @@ static const struct {
{
0x0427
,
"Lithuanian (Baltic) keyboard layout"
,
&
main_key_LT_B
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x041f
,
"Turkish keyboard layout"
,
&
main_key_TK
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x041f
,
"Turkish keyboard layout tr"
,
&
main_key_TR
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x041f
,
"Turkish keyboard layout trf"
,
&
main_key_TR_F
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x040d
,
"Israelian keyboard layout"
,
&
main_key_IL
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x040d
,
"Israelian phonetic keyboard layout"
,
&
main_key_IL_phonetic
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0x040d
,
"Israelian Saharon keyboard layout"
,
&
main_key_IL_saharon
,
&
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