Skip to content

Instantly share code, notes, and snippets.

@bamthomas
Created August 1, 2012 15:11
Show Gist options
  • Save bamthomas/3227673 to your computer and use it in GitHub Desktop.
Save bamthomas/3227673 to your computer and use it in GitHub Desktop.
TypeMatrix set dvorak mapping
ID=`xinput list | grep TypeMatrix | grep keyboard | sed 's/.*id=\([0-9]*\).*/\1/'` && setxkbmap -device $ID dvorak -option compose:ralt
# mapping insert on mail key
xmodmap -e 'keycode 163=Insert'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment