Commit 9d956b23 authored by Leonardo Quijano Vincenzi's avatar Leonardo Quijano Vincenzi Committed by Alexandre Julliard

Fixed Latin American keyboard.

parent d4745d5b
...@@ -650,9 +650,9 @@ static const char main_key_CS[MAIN_LEN][4] = ...@@ -650,9 +650,9 @@ static const char main_key_CS[MAIN_LEN][4] =
/*** Latin American keyboard layout (contributed by Gabriel Orlando Garcia) */ /*** Latin American keyboard layout (contributed by Gabriel Orlando Garcia) */
static const char main_key_LA[MAIN_LEN][4] = 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","","+*~", "qQ@","wW","eE","rR","tT","yY","uU","iI","oO","pP","","+*",
"aA","sS","dD","fF","gG","hH","jJ","kK","lL","","{[^","}]`", "aA","sS","dD","fF","gG","hH","jJ","kK","lL","","{[^","}]",
"zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_", "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