Last active
January 10, 2017 08:39
-
-
Save hgminh95/23f722c4986101ca64a91fca0b6f9140 to your computer and use it in GitHub Desktop.
Swap Caplocks and A
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/bash | |
setxkbmap -option caps:none | |
xmodmap -e "keycode 66 = a" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment