Ken Thomases : winex11: Fix correspondence between main_key_LT_B and main_key_vkey_qwerty.
Module: wine Branch: master Commit: 51d5a48c370eee01ea17565aa3a885646d0045d1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=51d5a48c370eee01ea17565aa3... Author: Ken Thomases <ken(a)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",",<",".>","/?", "��" };
participants (1)
-
Alexandre Julliard