Created
August 10, 2012 15:02
-
-
Save jpcaruana/3314811 to your computer and use it in GitHub Desktop.
dvorak and fr
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
DVORAK=`xinput list | grep TypeMatrix | grep keyboard | sed 's/.*id=\([0-9]*\).*/\1/'` | |
AZERTY=`xinput list | grep HID | grep keyboard | sed 's/.*id=\([0-9]*\).*/\1/'` | |
setxkbmap -device $DVORAK dvorak -option compose:ralt | |
setxkbmap -device $AZERTY fr -option "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment