mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Fixed Latin American keyboard (key "?!" was reversed).
This commit is contained in:
parent
620323e294
commit
0207855e1d
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ static const char main_key_CS[MAIN_LEN][4] =
|
|||
/*** Latin American keyboard layout (contributed by Gabriel Orlando Garcia) */
|
||||
static const char main_key_LA[MAIN_LEN][4] =
|
||||
{
|
||||
"|ーャ","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?\\","。ソ",
|
||||
"|갔","1!","2\"","3#","4$","5%","6&","7/","8(","9)","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",",;",".:","-_",
|
||||
|
|
Loading…
Reference in a new issue