Fix Croatian keyboard layout to better match the XFree86 one

Dmitry Timoshkov dmitry at baikal.ru
Tue May 11 09:18:01 CDT 2004


Hello,

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

--- cvs/hq/wine/dlls/x11drv/keyboard.c	Sun Apr 18 10:33:46 2004
+++ wine/dlls/x11drv/keyboard.c	Tue May 11 18:51:44 2004
@@ -536,13 +536,13 @@ static const char main_key_HR_jelly[MAIN
  "<>|"
 };
 
-/*** Croatian keyboard layout ***/
+/*** Croatian keyboard layout (setxkbmap hr) ***/
 static const char main_key_HR[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