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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 23 05:05:14 CST 2006


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

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Mon Jan 23 11:23:13 2006 +0100

x11drv: Update Swiss German 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 9cbe5fc..3df4162 100644
--- a/dlls/x11drv/keyboard.c
+++ b/dlls/x11drv/keyboard.c
@@ -341,14 +341,14 @@ static const char main_key_DE_nodead_105
  "<>|","yY","xX","cC","vV","bB","nN","mM",",;",".:","-_",
 };
 
-/*** Swiss German keyboard layout (contributed by Jonathan Naylor) */
+/*** Swiss German keyboard layout (setxkbmap ch -variant de) */
 static const char main_key_SG[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",",;",".:","-_",
- "<>\\"
+ "<>"
 };
 
 /*** Swiss French keyboard layout (contributed by Philippe Froidevaux) */




More information about the wine-cvs mailing list