Fix Slovenian keyboard layout to better match the XFree86 one

Dmitry Timoshkov dmitry at baikal.ru
Mon Mar 29 07:58:36 CST 2004


Hello,

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

--- cvs/hq/wine/dlls/x11drv/keyboard.c	2004-03-04 12:57:54.000000000 +0800
+++ wine/dlls/x11drv/keyboard.c	2004-03-29 22:52:20.000000000 +0900
@@ -516,13 +516,13 @@ static const char main_key_PL[MAIN_LEN][
  "<>|"
 };
 
-/*** Slovenian keyboard layout by Rok Mandeljc <rok.mandeljc at gimb.org> ***/
+/*** Slovenian keyboard layout (setxkbmap si) ***/
 static const char main_key_SI[MAIN_LEN][4] =
 {
- "¸¨","1!","2\"·","3#^","4$¢","5%°","6&²","7/`","8(ÿ","9)´","0=½","'?¨","+*¸",
- "qQ\\","wW|","eE","rR","tT","zZ","uU","iI","oO","pP","¹©÷","ðÐ×",
- "aA","sS","dD","fF[","gG]","hH","jJ","kK³","lL£","èÈ","æÆß","¾®¤",
- "yY","xX","cC","vV@","bB{","nN}","mM§",",;",".:","-_",
+ "¸¨","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
+ "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","¹©","ðÐ",
+ "aA","sS","dD","fF","gG","hH","jJ","kK","lL","èÈ","æÆ","¾®",
+ "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_",
  "<>"
 };
 






More information about the wine-patches mailing list