Skip to content

Instantly share code, notes, and snippets.

@ericwoodruff
Created August 25, 2013 19:45
Show Gist options
  • Save ericwoodruff/6335853 to your computer and use it in GitHub Desktop.
Save ericwoodruff/6335853 to your computer and use it in GitHub Desktop.
xmodmap key rotation for programmers
remove Lock = Caps_Lock
keysym Escape = Caps_Lock
keysym Caps_Lock = Tab
keysym Tab = Escape
add Lock = Caps_Lock
@ericwoodruff
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment