Commit 28dec199 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Fix Estonian keyboard layout to better match the X11 one.

parent b6a779a1
......@@ -391,14 +391,14 @@ static const char main_key_SE[MAIN_LEN][4] =
"<>"
};
/*** Estonian keyboard layout (contributed by Raul Metsma zombi82@hot.ee) */
/*** Estonian keyboard layout (setxkbmap ee) */
static const char main_key_ET[MAIN_LEN][4] =
{
"~","1!","2\"@","3#","4$","5%","6&","7/{","8([","9)]","0=}","+?\\","`",
"qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","","է",
"aA","sS","dD","fF","gG","hH","jJ","kK","lL","","","'*",
"~","1!","2\"","3#","4","5%","6&","7/","8(","9)","0=","+?","`",
"qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","","",
"aA","sS","dD","fF","gG","hH","jJ","kK","lL","","","'*",
"zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_",
"<>|"
"<>"
};
/*** Canadian French keyboard layout */
......
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