Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amatellanes/d8eeb453c094a85d89bd to your computer and use it in GitHub Desktop.
Save amatellanes/d8eeb453c094a85d89bd to your computer and use it in GitHub Desktop.
Configure Spanish keyboard on Ubuntu.
# Fast method. Run next command on terminal
sudo setxkbmap -layout 'es,es' -model pc105
# Modify /etc/X11/xorg.conf file
Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105″
Option “XkbLayout” “es”
Option “XkbOptions” “lv3:ralt_switch”
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment