Commit 89525a19 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Fix Croatian keyboard layout to better match the XFree86 one.

parent f7451684
...@@ -536,13 +536,13 @@ static const char main_key_HR_jelly[MAIN_LEN][4] = ...@@ -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","","",
"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