Skip to content

Instantly share code, notes, and snippets.

@PhilHudson
Created March 5, 2015 15:24
Show Gist options
  • Save PhilHudson/dc7ee56e1a62f0cc40a1 to your computer and use it in GitHub Desktop.
Save PhilHudson/dc7ee56e1a62f0cc40a1 to your computer and use it in GitHub Desktop.
clear Mod1
clear Mod2
clear Mod3
clear Lock
!clear Mod4
keycode 63 = Mode_switch
keycode 71 = Mode_switch
keycode 66 = Meta_L
keycode 69 = Meta_R
keycode 65 = Super_L
!keycode 67 = Hyper_L
!keycode 70 = Super_R
add Mod1 = Meta_L
add Mod1 = Meta_R
add Mod2 = Mode_switch
add Mod2 = Mode_switch
add Mod3 = Super_L
add Mod3 = Super_L
!add Mod3 = Hyper_L
!add Mod4 = Super_R
@xmaillard
Copy link

How do you use it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment