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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 6 06:08:42 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: e7e6f10997cf919fbe611905203a45d1d73145a5
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e7e6f10997cf919fbe611905203a45d1d73145a5

Author: Dmitry Timoshkov <dmitry at 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 */




More information about the wine-cvs mailing list