Created
August 31, 2019 23:21
-
-
Save efruchter/f809913c521bbfbd2429dbaf0ee07b1f to your computer and use it in GitHub Desktop.
Swap ESC and CAPSLOCK on a typical ubuntu system
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
/usr/bin/setxkbmap -option "caps:swapescape" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
put it in .profile so it runs once per session