Created
May 10, 2015 16:41
-
-
Save tom-seddon/10630d9a934f285c5763 to your computer and use it in GitHub Desktop.
Xmodmap for XQuartz that makes Alt act as Meta
This file contains 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 mod1 | |
keycode 0x42 = Meta_L | |
keycode 0x45 = Meta_R | |
add mod2 = Meta_L Meta_R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment