Created
August 25, 2013 19:45
-
-
Save ericwoodruff/6335853 to your computer and use it in GitHub Desktop.
xmodmap key rotation for programmers
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
remove Lock = Caps_Lock | |
keysym Escape = Caps_Lock | |
keysym Caps_Lock = Tab | |
keysym Tab = Escape | |
add Lock = Caps_Lock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Ubuntu, save this as ~/.Xmodmap and it should be loaded automatically on login, which should enable Alt + Caps to be the new Alt + Tab