Fix Finnish keyboard layout to better match the XFree86 one

Dmitry Timoshkov dmitry at baikal.ru
Tue Oct 14 09:58:20 CDT 2003


Hello,

this patch is reported to fix remaining problems with Finnish kbd layout.

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

--- cvs/hq/wine/dlls/x11drv/keyboard.c	Tue Oct 14 01:35:08 2003
+++ wine/dlls/x11drv/keyboard.c	Tue Oct 14 03:06:08 2003
@@ -348,14 +348,14 @@
  "<>|"
 };
 
-/*** Finnish keyboard layout */
+/*** Finnish keyboard layout (setxkbmap fi) */
 static const char main_key_FI[MAIN_LEN][4] =
 {
- "§½","1!","2\"@","3#£","4¤$","5%","6&","7/{","8([","9)]","0=}","+?\\","´`",
- "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","åÅ","¨^~",
+ "§½","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",",;",".:","-_",
- "<>|"
+ "<>"
 };
 
 /*** Bulgarian bds keyboard layout */






More information about the wine-patches mailing list