Skip to content

Instantly share code, notes, and snippets.

@lucsantos1975
Last active January 7, 2017 16:30
Show Gist options
  • Save lucsantos1975/addbe8ceec92987e887eadc610eb1189 to your computer and use it in GitHub Desktop.
Save lucsantos1975/addbe8ceec92987e887eadc610eb1189 to your computer and use it in GitHub Desktop.
Remap AltGr key to Space key
sh -c 'xmodmap -e "clear mod5"; xmodmap -e "keycode 108 = space"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment