Spanish keyboard

Jeff Smith whydoubt at hotmail.com
Tue Oct 29 01:22:04 CST 2002


I investigated this, and determined that the unaccompanied
apostrophe on the English keyboard *is* the acute mark on
the Spanish keyboard.  (Thus Carlos' layout is correct).

I also found that some Spanish layouts map '~' to <AltGr>+<4>.
Patch is found at the end of this message.

ChangeLog:
   Corrections to the Spanish keyboard layout.

-- Jeff S.

>From: Carlos <clozano at andago.com>
>
>Hello,
>
>It is the actual spanish keyboard included in wine,
>
>/*** Spanish keyboard layout (contributed by José Marcos López) */
>static const char main_key_ES[MAIN_LEN][4] =
>{
>  "ºª\\","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",",;",".:","-_",
>  "<>"
>};
>
>and it is the mine:
>
>tatic const char main_key_ES[MAIN_LEN][4] =
>{
>  "ºª\\","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",",;",".:","-_",
>  "<>"
>};
>
>Minimal difference in only 1, can someone confirm if the original is 
>correct?
>
>Carlos.


Index: dlls/x11drv/keyboard.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/keyboard.c,v
retrieving revision 1.12
diff -u -r1.12 keyboard.c
--- dlls/x11drv/keyboard.c	25 Oct 2002 19:09:02 -0000	1.12
+++ dlls/x11drv/keyboard.c	29 Oct 2002 06:56:54 -0000
@@ -407,9 +407,9 @@
/*** Spanish keyboard layout (contributed by José Marcos López) */
static const char main_key_ES[MAIN_LEN][4] =
{
- "ºª\\","1!|","2\"@","3·#","4$","5%","6&¬","7/","8(","9)","0=","'?","¡¿",
+ "ºª\\","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","ñÑ","'¨{","çÇ}",
+ "aA","sS","dD","fF","gG","hH","jJ","kK","lL","ñÑ","´¨{","çÇ}",
  "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_",
  "<>"
};


_________________________________________________________________
Unlimited Internet access for only $21.95/month.  Try MSN! 
http://resourcecenter.msn.com/access/plans/2monthsfree.asp




More information about the wine-patches mailing list