Created
August 1, 2012 15:11
-
-
Save bamthomas/3227673 to your computer and use it in GitHub Desktop.
TypeMatrix set dvorak mapping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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