Skip to content

Instantly share code, notes, and snippets.

@alexandrinos
Last active December 25, 2015 19:36
Show Gist options
  • Save alexandrinos/91ba75863f0a3cd3ec60 to your computer and use it in GitHub Desktop.
Save alexandrinos/91ba75863f0a3cd3ec60 to your computer and use it in GitHub Desktop.
Language change keyboard Linux
#show language
locale
#change keyboard quickly
loadkeys de
#for X
setxkbmap de
#system wide, if ubuntu
sudo dpkg-reconfigure console-setup
#toggle us de
setxkbmap -option grp:alt_shift_toggle us,de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment