mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
Fixed Latin American keyboard (key "?!" was reversed).
This commit is contained in:
parent
620323e294
commit
0207855e1d
@ -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 New Issue
Block a user