Re: Re: FR keyboard layout : patch 3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>Hi
>
>   I was unable to notice the changes you have made. BTW, i remember that i have >sent a patch very similar to yours for fixing the
>same problem. My patch was simply rejected; because it seems that the problem >comes from X server configuration or what else ...
>  Have a look in the wine-patches/devel mailing list archives.
>
>Stephan

Hi

I read and tested my patch with more and more possibility.
Did you apply my patch to original dlls/x11drv/keyboard.c ? wine version 20030813 ?
I think it CAN'T be a bug from X because i use X ( 4.2.1 ) and it works ! you said it works with partch 1 not with patch 2 then i sent patch 3 because somebody wants support for "â".
Please test my patch and don't forget to re-install it !

RÃmi
*** dlls/x11drv/keyboard.c.old	2003-08-12 20:54:50.000000000 +0200
--- dlls/x11drv/keyboard.c	2003-08-25 14:57:41.000000000 +0200
***************
*** 207,218 ****
   "\\|"
  };
  
! /*** French keyboard layout (contributed by Eric Pouech) */
  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","ù%","*µ",
   "wW","xX","cC","vV","bB","nN",",?",";.",":/","!§",
   "<>"
  };
--- 207,228 ----
   "\\|"
  };
  
! /*** French keyboard layout (contributed by Eric Pouech and improved by Rémi assailly) */
  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","ù%","*µ",
!  "wW","xX","cC","vV","bB","nN",",?",";.",":/","!§",
!  "<>"
! };
! 
! /*** French keyboard layout (contributed by Rémi Assailly) */
! static const char main_key_FR_EURO[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","ù%","*µ",
   "wW","xX","cC","vV","bB","nN",",?",";.",":/","!§",
   "<>"
  };
***************
*** 696,701 ****
--- 706,712 ----
   {"Estonian keyboard layout", &main_key_ET, &main_key_scan_qwerty, &main_key_vkey_qwerty},
   {"Norwegian keyboard layout", &main_key_NO, &main_key_scan_qwerty, &main_key_vkey_qwerty},
   {"Danish keyboard layout", &main_key_DA, &main_key_scan_qwerty, &main_key_vkey_qwerty},
+  {"French keyboard layout euro", &main_key_FR_EURO,&main_key_scan_qwerty, &main_key_vkey_azerty},
   {"French keyboard layout", &main_key_FR, &main_key_scan_qwerty, &main_key_vkey_azerty},
   {"Canadian French keyboard layout", &main_key_CF, &main_key_scan_qwerty, &main_key_vkey_qwerty},
   {"Belgian keyboard layout", &main_key_BE, &main_key_scan_qwerty, &main_key_vkey_azerty},

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux