Update Hungarian keyboard layout to better match the X11 one

Dmitry Timoshkov dmitry at codeweavers.com
Thu Mar 30 08:02:41 CST 2006


Hello,

X Org guys fixed Hungarian keyboard layout to not have more than
2 keysyms per key.

Changelog:
    Update Hungarian keyboard layout to better match the X11 one.

--- cvs/hq/wine/dlls/x11drv/keyboard.c	2006-02-18 09:40:59.000000000 +080=
0
+++ wine/dlls/x11drv/keyboard.c	2006-03-30 22:25:30.000000000 +0900
@@ -595,11 +595,11 @@ static const char main_key_BE[MAIN_LEN][
 /*** Hungarian keyboard layout (setxkbmap hu) */
 static const char main_key_HU[MAIN_LEN][4] =3D
 {
- "0=A7","1'~","2\"=B7","3+^","4!=A2","5%0=B0","6/=B2","7=3D`","8(=FF","9=
)=B4","=F6=D6=BD","=FC=DC=A8","=F3=D3=B8",
- "qQ\\","wW|","eE","rR","tT","zZ","uU","iI=CD","oO=F8","pP","=F5=D5=F7",=
"=FA=DA=D7",
- "aA","sS=F0","dD=D0","fF[","gG]","hH","jJ=ED","kK=B3","lL=A3","=E9=C9$"=
,"=E1=C1=DF","=FB=DB=A4",
- "yY>","xX#","cC&","vV@","bB{","nN}","mM",",?;",".:>","-_*",
- "=ED=CD<"
+ "0=A7","1'","2\"","3+","4!","5%","6/","7=3D","8(","9)","=F6=D6","=FC=DC=
","=F3=D3",
+ "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","=F5=D5","=FA=DA",
+ "aA","sS","dD","fF","gG","hH","jJ","kK","lL","=E9=C9","=E1=C1","=FB=DB"=
,
+ "yY","xX","cC","vV","bB","nN","mM",",?",".:","-_",
+ "=ED=CD"
 };
=20
 /*** Polish (programmer's) keyboard layout ***/





More information about the wine-patches mailing list