Created
August 28, 2015 15:43
-
-
Save tao12345666333/8ba1633b5d8bafe333b0 to your computer and use it in GitHub Desktop.
Moving the Ctrl key to Caps Lock
This file contains 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
setxkbmap -layout "$(setxkbmap -print | awk -F + '/xkb_symbols/ {print $2}')" -option ctrl:nocaps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
setxkbmap -layout "$(setxkbmap -print | awk -F + '/xkb_symbols/ {print $2}')" -option ctrl:swapcaps