Fix Croatian keyboard layout to better match the XFree86 one.

oldstable
Dmitry Timoshkov 2004-05-11 22:17:36 +00:00 committed by Alexandre Julliard
parent f74516843f
commit 89525a1925
1 changed files with 5 additions and 5 deletions

View File

@ -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] =
{
"¸¨","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§",",;",".:","-_/",
"クィ","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
"qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","ケゥ","<EFBFBD>",
"aA","sS","dD","fF","gG","hH","jJ","kK","lL","","","セョ",
"yY","xX","cC","vV","bB","nN","mM",",;",".:","/?",
"<>"
};