Commit 0207855e authored by Leonardo Quijano Vincenzi's avatar Leonardo Quijano Vincenzi Committed by Alexandre Julliard

Fixed Latin American keyboard (key "?!" was reversed).

parent 620323e2
......@@ -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",",;",".:","-_",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment