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

This commit is contained in:
Dmitry Timoshkov 2006-04-10 15:30:34 +09:00 committed by Alexandre Julliard
parent 6fdff26ca5
commit 3afe420833
1 changed files with 4 additions and 4 deletions

View File

@ -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",",?",";.",":/","",
"<>"
};