Skip to content

Instantly share code, notes, and snippets.

@juev
Created March 28, 2011 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juev/890821 to your computer and use it in GitHub Desktop.
Save juev/890821 to your computer and use it in GitHub Desktop.
~/.Xmodmap for Genius keyboard
remove mod4 = Super_L Super_R
remove control = Control_L Control_R
remove mod1 = Alt_L Alt_R
keycode 37 = Super_L
keycode 105 = Super_R
keycode 64 = Control_L
keycode 108 = Control_R
keycode 133 = Alt_L
keycode 134 = Alt_R
add Control = Control_L Control_R
add mod4 = Super_L Super_R
add mod1 = Alt_L Alt_R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment