Module: wine Branch: refs/heads/master Commit: 3afe42083355efb2390d35073427760676fc067a URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=3afe42083355efb2390d3507...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Mon Apr 10 15:30:34 2006 +0900
x11drv: Update French keyboard layout to better match the X11 one.
---
dlls/x11drv/keyboard.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/x11drv/keyboard.c b/dlls/x11drv/keyboard.c index d9d843a..b500b26 100644 --- a/dlls/x11drv/keyboard.c +++ b/dlls/x11drv/keyboard.c @@ -292,12 +292,12 @@ static const char main_key_UK[MAIN_LEN][ "\|" };
-/*** 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",",?",";.",":/","!�", "<>" };