Commit cf2561b1 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

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

parent 1be970d4
...@@ -341,14 +341,14 @@ static const char main_key_DE_nodead_105[MAIN_LEN][4] = ...@@ -341,14 +341,14 @@ static const char main_key_DE_nodead_105[MAIN_LEN][4] =
"<>|","yY","xX","cC","vV","bB","nN","mM",",;",".:","-_", "<>|","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] = static const char main_key_SG[MAIN_LEN][4] =
{ {
"","1+|","2\"@","3*#","4","5%","6&","7/","8(","9)","0=","'?","^`~", "","1+","2\"","3*","4","5%","6&","7/","8(","9)","0=","'?","^`",
"qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","[","!]", "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","","!",
"aA","sS","dD","fF","gG","hH","jJ","kK","lL","","{","$}", "aA","sS","dD","fF","gG","hH","jJ","kK","lL","","","$",
"yY","xX","cC","vV","bB","nN","mM",",;",".:","-_", "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_",
"<>\\" "<>"
}; };
/*** Swiss French keyboard layout (contributed by Philippe Froidevaux) */ /*** Swiss French keyboard layout (contributed by Philippe Froidevaux) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment