Fix Croatian keyboard layout to better match the XFree86 one.
This commit is contained in:
parent
f74516843f
commit
89525a1925
|
@ -536,13 +536,13 @@ static const char main_key_HR_jelly[MAIN_LEN][4] =
|
||||||
"<>|"
|
"<>|"
|
||||||
};
|
};
|
||||||
|
|
||||||
/*** Croatian keyboard layout ***/
|
/*** Croatian keyboard layout (setxkbmap hr) ***/
|
||||||
static const char main_key_HR[MAIN_LEN][4] =
|
static const char main_key_HR[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",",;",".:","/?",
|
||||||
"<>"
|
"<>"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue