Skip to content

Instantly share code, notes, and snippets.

@neilisaac
Created December 10, 2013 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilisaac/7900631 to your computer and use it in GitHub Desktop.
Save neilisaac/7900631 to your computer and use it in GitHub Desktop.
Remap caps lock to mod4 (windows) key using xmodmap
clear lock
remove mod4 = Super_L
keysym Caps_Lock = Super_L
add mod4 = Super_L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment