Skip to content

Instantly share code, notes, and snippets.

@skaslev
Created April 22, 2014 10:12
Show Gist options
  • Save skaslev/11172990 to your computer and use it in GitHub Desktop.
Save skaslev/11172990 to your computer and use it in GitHub Desktop.
Rotate Ctrl, Win and Alt keys
clear control
clear mod1
clear mod4
keycode 37 = Super_L Hyper_L
keycode 64 = Control_L
keycode 133 = Alt_L Meta_L
add control = Control_L Control_R
add mod1 = Alt_L Meta_L
add mod4 = Super_L Super_R Hyper_L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment