x11drv: Update Swiss German keyboard layout to better match the X11 one.
This commit is contained in:
parent
1be970d485
commit
cf2561b111
|
@ -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*#","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) */
|
||||
|
|
Loading…
Reference in New Issue