Dmitry Timoshkov : x11drv: Update French keyboard layout to better match the X11 one.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 10 06:29:05 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 3afe42083355efb2390d35073427760676fc067a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=3afe42083355efb2390d35073427760676fc067a

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Mon Apr 10 15:30:34 2006 +0900

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

---

 dlls/x11drv/keyboard.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/x11drv/keyboard.c b/dlls/x11drv/keyboard.c
index d9d843a..b500b26 100644
--- a/dlls/x11drv/keyboard.c
+++ b/dlls/x11drv/keyboard.c
@@ -292,12 +292,12 @@ static const char main_key_UK[MAIN_LEN][
  "\\|"
 };
 
-/*** French keyboard layout (contributed by Eric Pouech) */
+/*** French keyboard layout (setxkbmap fr) */
 static const char main_key_FR[MAIN_LEN][4] =
 {
- "²","&1","é2~","\"3#","'4{","(5[","-6|","è7`","_8\\","ç9^±","à0@",")°]","=+}",
- "aA","zZ","eE¿","rR","tT","yY","uU","iI","oO","pP","^¨","$£¤",
- "qQ","sSß","dD","fF","gG","hH","jJ","kK","lL","mM","ù%","*µ",
+ "²","&1","é2","\"3","'4","(5","-6","è7","_8","ç9","à0",")°","=+",
+ "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","^¨","$£",
+ "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","ù%","*µ",
  "wW","xX","cC","vV","bB","nN",",?",";.",":/","!§",
  "<>"
 };




More information about the wine-cvs mailing list