Skip to content

Instantly share code, notes, and snippets.

@edcrypt
Created February 1, 2016 01:24
Show Gist options
  • Save edcrypt/31879a5655dd31e18faa to your computer and use it in GitHub Desktop.
Save edcrypt/31879a5655dd31e18faa to your computer and use it in GitHub Desktop.
Turn capslock in ctrl, ctrl into HYPER
clear lock
clear control
clear mod1
clear mod2
clear mod3
clear mod4
clear mod5
keycode 37 = Hyper_L
keycode 66 = Control_L
add control = Control_L Control_R
add mod1 = Alt_L Alt_R Meta_L
add mod2 = Num_Lock
add mod3 = Hyper_L
add mod4 = Super_L Super_R
add mod5 = Mode_switch ISO_Level3_Shiftr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment