Created
September 18, 2014 12:35
-
-
Save cranst0n/2e1438e4978cca2eb9bf to your computer and use it in GitHub Desktop.
Script to setup Colemak keyboard and map caps lock to 'Backspace' key.
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
#!/bin/sh | |
setxkbmap us -variant colemak | |
xmodmap -e 'keycode 66 = BackSpace' -e 'clear Lock' | |
xset r 66 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment