Skip to content

Instantly share code, notes, and snippets.

@dreeve
Created December 22, 2010 15:16
Show Gist options
  • Save dreeve/751632 to your computer and use it in GitHub Desktop.
Save dreeve/751632 to your computer and use it in GitHub Desktop.
Xmodmap to help with xmonad and emacs
clear Mod2
clear Mod4
keycode 66 = Meta_L
keycode 63 = Super_L
add Mod2 = Meta_L
add Mod4 = Super_L
@dreeve
Copy link
Author

dreeve commented Dec 22, 2010

Note that you can use xev to figure out which keycodes are which

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