Last active
December 23, 2015 00:09
-
-
Save zorbash/6551740 to your computer and use it in GitHub Desktop.
Map your caps key to esc
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
xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape' # map caps to escape | |
setxkbmap -option ctrl:nocaps #disable caps default functionality | |
setxkbmap -option grp:alt_shift_toggle us,gr # map alt shift to layout toggle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment