Update French keyboard layout to better match the X11 one

Dmitry Timoshkov dmitry at codeweavers.com
Mon Apr 10 01:30:34 CDT 2006


Hello,

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

--- cvs/hq/wine/dlls/x11drv/keyboard.c	2006-04-05 17:29:04.000000000 +090=
0
+++ wine/dlls/x11drv/keyboard.c	2006-04-10 14:22:20.000000000 +0900
@@ -292,12 +292,12 @@ static const char main_key_UK[MAIN_LEN][
  "\\|"
 };
=20
-/*** French keyboard layout (contributed by Eric Pouech) */
+/*** French keyboard layout (setxkbmap fr) */
 static const char main_key_FR[MAIN_LEN][4] =3D
 {
- "=B2","&1","=E92~","\"3#","'4{","(5[","-6|","=E87`","_8\\","=E79^=B1","=
=E00@",")=B0]","=3D+}",
- "aA","zZ","eE=BF","rR","tT","yY","uU","iI","oO","pP","^=A8","$=A3=A4",
- "qQ","sS=DF","dD","fF","gG","hH","jJ","kK","lL","mM","=F9%","*=B5",
+ "=B2","&1","=E92","\"3","'4","(5","-6","=E87","_8","=E79","=E00",")=B0"=
,"=3D+",
+ "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","^=A8","$=A3",
+ "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","=F9%","*=B5",
  "wW","xX","cC","vV","bB","nN",",?",";.",":/","!=A7",
  "<>"
 };





More information about the wine-patches mailing list