[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
es:howtos:window_managers:keyboard_layout [2019/08/09 16:18 (UTC)] – [Keyboard Layout in X] slackwarespanoles:howtos:window_managers:keyboard_layout [2019/08/09 16:51 (UTC)] (actual) – [Sources] slackwarespanol
Línea 20: Línea 20:
  
 La configuración de un diseño de teclado para X se puede hacer de 2 maneras: en todo el sistema (independientemente de su entorno de escritorio o usuario) o en un nivel de entorno de escritorio/administrador de ventanas. La configuración de un diseño de teclado para X se puede hacer de 2 maneras: en todo el sistema (independientemente de su entorno de escritorio o usuario) o en un nivel de entorno de escritorio/administrador de ventanas.
-====Setting the Layout System-wide====+==== Configuración del diseño en todo el sistema ====
  
-===Slackware 13.0 and 13.1===+=== Slackware 13.0 13.1 ===
  
-In Slackware 13.0 and 13.1 ''hal'' was responsible for keyboard mapping:+En Slackware 13.0 13.1 '' hal '' fue responsable de la asignación del teclado:
  
-Copy the relevant ''.fdi'' file to ''/etc/hal/fdi/policy/'':+Copie el relevante''.fdi'' file to ''/etc/hal/fdi/policy/'':
  
 <code>cp /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi /etc/hal/fdi/policy/</code> <code>cp /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi /etc/hal/fdi/policy/</code>
  
-Edit the file:+Edite el archivo:
  
 <code>vim /etc/hal/fdi/policy/10.keymap.fdi</code> <code>vim /etc/hal/fdi/policy/10.keymap.fdi</code>
  
-Replacing ''us'' with a keymap of your choice (in my case it is ''gb''):+Reemplazar '' us '' con un mapa de teclas de su elección (en mi caso es '' es ''):
  
 <code><merge key=“input.xkb.layout” type=“string”>us</merge></code> <code><merge key=“input.xkb.layout” type=“string”>us</merge></code>
 <code><merge key=“input.xkb.layout” type=“string”>gb</merge></code> <code><merge key=“input.xkb.layout” type=“string”>gb</merge></code>
  
-===Slackware 13.37 and 14===+===Slackware 13.37 14===
  
-From Slackware 13.37 on, ''udev'' has taken over keyboard mapping functions and the procedure has changed as well:+Desde Slackware 13.37 en adelante, '' udev '' se ha hecho cargo de las funciones de mapeo del teclado y el procedimiento también ha cambiado:
  
 <code>cp /usr/share/X11/xorg.conf.d/90-keyboard-layout.conf /etc/X11/xorg.conf.d/</code> <code>cp /usr/share/X11/xorg.conf.d/90-keyboard-layout.conf /etc/X11/xorg.conf.d/</code>
  
-Edit the ''90-keyboard-layout.conf'' file specifying the layout (eg. ''gb''):+Edite el archivo ''90-keyboard-layout.conf'' especificando el diseño (por ejemplo,' 'es' '):
  
 <code>vim /etc/X11/xorg.conf.d/90-keyboard-layout.conf</code> <code>vim /etc/X11/xorg.conf.d/90-keyboard-layout.conf</code>
Línea 59: Línea 59:
 EndSection</code> EndSection</code>
  
-You also need to restart for the change to take effect.+También debe reiniciar para que el cambio surta efecto.
  
-====Setting the Layout in Particular Desktop Environments Window Managers====+==== Configuración del diseño en entornos de escritorio particulares/administradores de ventanas ====
  
-Some environments by default include GUI tools to set the keyboard layout while others require tweaking the startup files and a manual use of the ''setxkbmap'' commandYou can use this command at any time if you want to change the keyboard layout in X. You might need to restart certain applications for the changes to take effect.+Algunos entornos por defecto incluyen herramientas GUI para establecer la distribución del teclado, mientras que otros requieren ajustar los archivos de inicio y el uso manual del comando '' setxkbmap ''Puede usar este comando en cualquier momento si desea cambiar la distribución del teclado en X. Es posible que deba reiniciar ciertas aplicaciones para que los cambios surtan efecto.
  
-Thisfor examplewould switch your keyboard layout to Polish:+Estopor ejemplocambiaría la distribución del teclado a polaco:
  
 <code>setxkbmap pl</code> <code>setxkbmap pl</code>
  
-Below are some ways of changing keyboard layouts within particular desktop environments or window managers.+A continuación se presentan algunas formas de cambiar la distribución del teclado dentro de entornos de escritorio particulares o administradores de ventanas.
    
  
Línea 89: Línea 89:
  
 ====== Sources ====== ====== Sources ======
-  * Originally written by [[wiki:user:sycamorex]]+  * Originalmente escrito por[[wiki:user:sycamorex]] 
 +  * Traducido por:  [[wiki:user: slackwarespanol | Victor]] 2019/08/09 16:50 (UTC) 
  
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
 es:howtos:window_managers:keyboard_layout ()