Fix Estonian keyboard layout to better match the X11 one

Dmitry Timoshkov dmitry at baikal.ru
Sat May 28 02:54:16 CDT 2005


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Fix Estonian keyboard layout to better match the X11 one.

--- cvs/hq/wine/dlls/x11drv/keyboard.c	Wed May 11 02:49:30 2005
+++ wine/dlls/x11drv/keyboard.c	Sat May 28 07:51:22 2005
@@ -391,14 +391,14 @@ static const char main_key_SE[MAIN_LEN][
  "<>"
 };
 
-/*** Estonian keyboard layout (contributed by Raul Metsma zombi82 at hot.ee) */
+/*** Estonian keyboard layout (setxkbmap ee) */
 static const char main_key_ET[MAIN_LEN][4] =
 {
- "·~","1!","2\"@","3#£","4¤$","5%","6&","7/{","8([","9)]","0=}","+?\\","´`",
- "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","üÜ","õÕ§",
- "aA","sS","dD","fF","gG","hH","jJ","kK","lL","öÖ","äÄ","'*½",
+ "·~","1!","2\"","3#","4¤","5%","6&","7/","8(","9)","0=","+?","´`",
+ "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",",;",".:","-_",
- "<>|"
+ "<>"
 };
 
 /*** Canadian French keyboard layout */






More information about the wine-patches mailing list