Commit e7e6f109 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

winex11.drv: Update Lithuanian keyboard layout to better match the X11 one.

parent 081563e7
......@@ -771,13 +771,14 @@ static const char main_key_LA[MAIN_LEN][4] =
"<>"
};
/*** Lithuanian (Baltic) keyboard layout (pc/lt in XFree86 4.3.0, contributed by Nerijus Balinas) */
/*** 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",";:","'\"",
"zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?"
"zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?",
""
};
/*** Turkish keyboard Layout */
......
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