Commit 3afe4208 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

x11drv: Update French keyboard layout to better match the X11 one.

parent 6fdff26c
......@@ -292,12 +292,12 @@ static const char main_key_UK[MAIN_LEN][4] =
"\\|"
};
/*** French keyboard layout (contributed by Eric Pouech) */
/*** French keyboard layout (setxkbmap fr) */
static const char main_key_FR[MAIN_LEN][4] =
{
"","&1","2~","\"3#","'4{","(5[","-6|","7`","_8\\","9^","0@",")]","=+}",
"aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","^","$",
"qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","%","*",
"","&1","2","\"3","'4","(5","-6","7","_8","9","0",")","=+",
"aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","^","$",
"qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","%","*",
"wW","xX","cC","vV","bB","nN",",?",";.",":/","!",
"<>"
};
......
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