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

Fix Finnish keyboard layout to better match the XFree86 one.

parent 4fcb06a5
......@@ -348,14 +348,14 @@ static const char main_key_IT[MAIN_LEN][4] =
"<>|"
};
/*** Finnish keyboard layout */
/*** Finnish keyboard layout (setxkbmap fi) */
static const char main_key_FI[MAIN_LEN][4] =
{
"","1!","2\"@","3#","4$","5%","6&","7/{","8([","9)]","0=}","+?\\","`",
"qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","","^~",
"","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",",;",".:","-_",
"<>|"
"<>"
};
/*** Bulgarian bds 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