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

Fix Slovenian keyboard layout to better match the XFree86 one.

parent bd5c18c3
...@@ -516,13 +516,13 @@ static const char main_key_PL[MAIN_LEN][4] = ...@@ -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","","",
"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",",;",".:","-_",
"<>" "<>"
}; };
......
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