Module: wine Branch: refs/heads/master Commit: e7e6f10997cf919fbe611905203a45d1d73145a5 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e7e6f10997cf919fbe611905...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue Jul 4 13:57:48 2006 +0900
winex11.drv: Update Lithuanian keyboard layout to better match the X11 one.
---
dlls/winex11.drv/keyboard.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dlls/winex11.drv/keyboard.c b/dlls/winex11.drv/keyboard.c index 459101b..d9a1bf3 100644 --- a/dlls/winex11.drv/keyboard.c +++ b/dlls/winex11.drv/keyboard.c @@ -771,13 +771,14 @@ static const char main_key_LA[MAIN_LEN][ "<>" };
-/*** Lithuanian (Baltic) keyboard layout (pc/lt in XFree86 4.3.0, contributed by Nerijus Bali�nas) */ +/*** 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 */