Commit 51d5a48c authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winex11: Fix correspondence between main_key_LT_B and main_key_vkey_qwerty.

parent a17ca164
......@@ -758,9 +758,9 @@ static const char main_key_LA[MAIN_LEN][4] =
/*** Lithuanian keyboard layout (setxkbmap lt) */
static const char main_key_LT_B[MAIN_LEN][4] =
{
"`~","","","","","","","","","(",")","-_","","\\|",
"`~","","","","","","","","","(",")","-_","",
"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",",<",".>","/?",
""
};
......
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