Ken Thomases : winex11: Fix correspondence between main_key_LT_B and main_key_vkey_qwerty.

Alexandre Julliard julliard at winehq.org
Tue Jun 12 13:36:32 CDT 2012


Module: wine
Branch: master
Commit: 51d5a48c370eee01ea17565aa3a885646d0045d1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=51d5a48c370eee01ea17565aa3a885646d0045d1

Author: Ken Thomases <ken at codeweavers.com>
Date:   Mon Jun 11 17:49:36 2012 -0500

winex11: Fix correspondence between main_key_LT_B and main_key_vkey_qwerty.

---

 dlls/winex11.drv/keyboard.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winex11.drv/keyboard.c b/dlls/winex11.drv/keyboard.c
index a2237e2..955ddfb 100644
--- a/dlls/winex11.drv/keyboard.c
+++ b/dlls/winex11.drv/keyboard.c
@@ -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",",<",".>","/?",
  "ª¬"
 };




More information about the wine-cvs mailing list