Fix Slovenian keyboard layout to better match the XFree86 one.

This commit is contained in:
Dmitry Timoshkov 2004-03-29 22:56:18 +00:00 committed by Alexandre Julliard
parent bd5c18c3f1
commit d687ed2e28
1 changed files with 5 additions and 5 deletions

View File

@ -516,13 +516,13 @@ static const char main_key_PL[MAIN_LEN][4] =
"<>|" "<>|"
}; };
/*** Slovenian keyboard layout by Rok Mandeljc <rok.mandeljc@gimb.org> ***/ /*** Slovenian keyboard layout (setxkbmap si) ***/
static const char main_key_SI[MAIN_LEN][4] = static const char main_key_SI[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","ケゥ","<EFBFBD>",
"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",",;",".:","-_",
"<>" "<>"
}; };