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

oldstable
Dmitry Timoshkov 2006-01-23 11:23:13 +01:00 committed by Alexandre Julliard
parent 1be970d485
commit cf2561b111
1 changed files with 5 additions and 5 deletions

View File

@ -341,14 +341,14 @@ static const char main_key_DE_nodead_105[MAIN_LEN][4] =
"<>|","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*#","","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*","","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) */