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
ed6a7b4a
Commit
ed6a7b4a
authored
Feb 15, 2001
by
Aric Stewart
Committed by
Alexandre Julliard
Feb 15, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a turkish keyboard layout.
parent
de729f18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
keyboard.c
windows/x11drv/keyboard.c
+10
-0
No files found.
windows/x11drv/keyboard.c
View file @
ed6a7b4a
...
...
@@ -421,6 +421,15 @@ static const char main_key_LT_B[MAIN_LEN][4] =
"zZ"
,
"xX"
,
"cC"
,
"vV"
,
"bB"
,
"nN"
,
"mM"
,
",<"
,
".>"
,
"/?"
};
/*** Turkish keyboard Layout */
static
const
char
main_key_TK
[
MAIN_LEN
][
4
]
=
{
"
\"
"
,
"1!"
,
"2'"
,
"3^#"
,
"4+$"
,
"5%"
,
"6&"
,
"7/{"
,
"8(["
,
"9)]"
,
"0=}"
,
"*?
\\
"
,
"-_"
,
"qQ@"
,
"wW"
,
"eE"
,
"rR"
,
"tT"
,
"yY"
,
"uU"
,
"I"
,
"oO"
,
"pP"
,
""
,
"~"
,
"aA"
,
"sS"
,
"dD"
,
"fF"
,
"gG"
,
"hH"
,
"jJ"
,
"kK"
,
"lL"
,
""
,
"i"
,
",;`"
,
"zZ"
,
"xX"
,
"cC"
,
"vV"
,
"bB"
,
"nN"
,
"mM"
,
""
,
""
,
".:"
};
/*** Layout table. Add your keyboard mappings to this list */
static
const
struct
{
const
char
*
comment
;
...
...
@@ -461,6 +470,7 @@ static const struct {
{
"Czech keyboard layout"
,
28592
,
&
main_key_CS
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Latin American keyboard layout"
,
28591
,
&
main_key_LA
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Lithuanian (Baltic) keyboard layout"
,
28603
,
&
main_key_LT_B
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Turkish keyboard layout"
,
28591
,
&
main_key_TK
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
NULL
,
0
,
NULL
,
NULL
,
NULL
}
/* sentinel */
};
...
...
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