Created
February 9, 2018 15:29
-
-
Save petitJAM/ea4ab454a71eac8b747999dab489e175 to your computer and use it in GitHub Desktop.
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
# make CapsLock behave like Ctrl: | |
setxkbmap -option ctrl:nocaps | |
# make short-pressed Ctrl behave like Escape: | |
xcape -e 'Control_L=Escape' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very outdated. You'll want https://gitlab.com/interception/linux/plugins/caps2esc instead