On Sat, Apr 10, 1999 at 09:28:54AM +0200, Angel Vicente Perez wrote:
> Hola a todos....
> 
> Tengo instalado el wine, y al ejecutar me dice que no encuentra el dise�o de
> mi teclado, y me remite a los fuentes, pero no me entero mucho de que es lo
> que tendria que agregar para incluirlo.
> 
> �lo habeis hecho alguno?

--- windows/x11drv/keyboard.c  Mon Apr  5 14:05:48 1999
+++ windows/x11drv/keyboard.c  Mon Apr  5 14:08:01 1999
@@ -79,6 +79,16 @@
  "\\|"
 };
   
+/*** Spanish keyboard layout (contributed by Miguel Sanju�n Garc�a) */
+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",",;",".:","-_",
+ "<>"
+};
+
 /*** French keyboard layout (contributed by Eric Pouech) */
  static const char main_key_FR[MAIN_LEN][4] =
  {
@@ -175,6 +185,7 @@
 } main_key_tab[]={
  {MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US), 1252, 437, &main_key_US},
  {MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_UK), 1252, 850, &main_key_UK},
+ {MAKELANGID(LANG_SPANISH,SUBLANG_DEFAULT),    1252, 850, &main_key_ES},
  {MAKELANGID(LANG_FRENCH,SUBLANG_DEFAULT),     1252, 850, &main_key_FR},
  {MAKELANGID(LANG_GERMAN,SUBLANG_DEFAULT),     1252, 850, &main_key_DE},
  {MAKELANGID(LANG_GERMAN,SUBLANG_GERMAN_SWISS),1252, 850, &main_key_SG},

A ver si te vale eso. Yo todav�a no lo he probado.
Lo que s� veo que va a ir mal son los dos puntitos de la di�resis (�): s�lo
me salen comillas. (")

Salu2, Netman.

> 
> Saludos.
> 
> 
> --  
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Windows98: a 32 bit graphical front end to a 16 bit patch on an 8
bit operating system written for a 4 bit processor by a 2 bit company
without 1 bit of decency...

Powered by Debian/GNU Linux 2.0 - Kernel 2.0.36

Attachment: pgpDIu13rd9EI.pgp
Description: PGP signature

Responder a