Created
March 5, 2015 15:24
-
-
Save PhilHudson/dc7ee56e1a62f0cc40a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do you use it ?