Hungarian keyboard layout bugfix

Zimler Attila hijaszu at hlfslinux.hu
Fri Dec 19 17:56:35 CST 2003


Hi,

AltGr + '.' key for hungarian keyboard layout generates '>' (I know this 
is redundant, but this is the case), and because this wine fails to 
detect hungarian keyboard. (There is also a bug which prevents this 
keyboard detection, but, I didn't found the bug at this time, so I 
reported to BugZilla as Bug 1900).

Patch for correcting keyboard layout is attached. (Patch is made against 
CVS tree)

Attila ZIMLER
-------------- next part --------------
Index: dlls/x11drv/keyboard.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/keyboard.c,v
retrieving revision 1.43
diff -u -u -r1.43 keyboard.c
--- dlls/x11drv/keyboard.c	21 Nov 2003 21:48:36 -0000	1.43
+++ dlls/x11drv/keyboard.c	19 Dec 2003 22:48:22 -0000
@@ -502,7 +502,7 @@
  "0§","1'~","2\"·","3+^","4!¢","5%°","6/²","7=`","8(ÿ","9)´","öÖ½","üܨ","óÓ¸",
  "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",",?;",".:·","-_*",
+ "yY>","xX#","cC&","vV@","bB{","nN}","mM",",?;",".:>","-_*",
  "íÍ<"
 };
 


More information about the wine-patches mailing list