mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
x11drv: Fix Turkish keyboard layouts.
This commit is contained in:
parent
a458f3e538
commit
2cba6e32a8
@ -793,8 +793,8 @@ static const char main_key_TK[MAIN_LEN][4] =
|
||||
static const char main_key_TR[MAIN_LEN][4] =
|
||||
{
|
||||
"\"\\","1!","2'","3^","4+","5%","6&","7/","8(","9)","0=","*?","-_",
|
||||
"qQ","wW","eE","rR","tT","yY","uU","<EFBFBD>I","oO","pP","<EFBFBD>","<EFBFBD>",
|
||||
"aA","sS","dD","fF","gG","hH","jJ","kK","lL","<EFBFBD>゙","iン",",;",
|
||||
"qQ","wW","eE","rR","tT","yY","uU","\xb9I","oO","pP","\xbb\xab","üÜ",
|
||||
"aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xba\xaa","i\0",",;",
|
||||
"zZ","xX","cC","vV","bB","nN","mM","öÖ","çÇ",".:",
|
||||
"<>"
|
||||
};
|
||||
@ -803,8 +803,8 @@ static const char main_key_TR[MAIN_LEN][4] =
|
||||
static const char main_key_TR_F[MAIN_LEN][4] =
|
||||
{
|
||||
"+*","1!","2\"","3^#","4$","5%","6&","7'","8(","9)","0=","/?","-_",
|
||||
"fF","gG","<EFBFBD>","<EFBFBD>I","oO","dD","rR","nN","hH","pP","qQ","wW",
|
||||
"uU","iン","eE","aA","<EFBFBD>","tT","kK","mM","lL","yY","<EFBFBD>゙","xX",
|
||||
"fF","gG","\xbb\xab","\xb9I","oO","dD","rR","nN","hH","pP","qQ","wW",
|
||||
"uU","i\0","eE","aA","üÜ","tT","kK","mM","lL","yY","\xba\xaa","xX",
|
||||
"jJ","öÖ","vV","cC","çÇ","zZ","sS","bB",".:",",;",
|
||||
"<>"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user