Created
December 22, 2010 15:16
-
-
Save dreeve/751632 to your computer and use it in GitHub Desktop.
Xmodmap to help with xmonad and emacs
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
clear Mod2 | |
clear Mod4 | |
keycode 66 = Meta_L | |
keycode 63 = Super_L | |
add Mod2 = Meta_L | |
add Mod4 = Super_L |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that you can use
xev
to figure out which keycodes are which