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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Feb 9 05:47:21 CST 2006


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

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Thu Feb  9 12:08:19 2006 +0100

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

---

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

diff --git a/dlls/x11drv/keyboard.c b/dlls/x11drv/keyboard.c
index 92ae311..78ff47c 100644
--- a/dlls/x11drv/keyboard.c
+++ b/dlls/x11drv/keyboard.c
@@ -351,14 +351,14 @@ static const char main_key_SG[MAIN_LEN][
  "<>"
 };
 
-/*** Swiss French keyboard layout (contributed by Philippe Froidevaux) */
+/*** Swiss French keyboard layout (setxkbmap ch -variant fr) */
 static const char main_key_SF[MAIN_LEN][4] =
 {
- "§°","1+|","2\"@","3*#","4ç","5%","6&¬","7/¦","8(¢","9)","0=","'?´","^`~",
- "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","èü[","¨!]",
- "aA","sS","dD","fF","gG","hH","jJ","kK","lL","éö","àä{","$£}",
+ "§°","1+","2\"","3*","4ç","5%","6&","7/","8(","9)","0=","'?","^`",
+ "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",",;",".:","-_",
- "<>\\"
+ "<>"
 };
 
 /*** Norwegian keyboard layout (contributed by Ove Kåven) */




More information about the wine-cvs mailing list