Skip to content

Instantly share code, notes, and snippets.

@tom-seddon
Created May 10, 2015 16:41
Show Gist options
  • Save tom-seddon/10630d9a934f285c5763 to your computer and use it in GitHub Desktop.
Save tom-seddon/10630d9a934f285c5763 to your computer and use it in GitHub Desktop.
Xmodmap for XQuartz that makes Alt act as Meta
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