Created
October 2, 2012 15:53
-
-
Save farhaven/3820349 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
! turn the scroll wheel upside-down | |
pointer = 1 2 3 5 4 | |
! make CapsLock work as modbutton3 | |
keycode 66 = Hyper_L | |
clear lock | |
clear mod3 | |
clear mod4 | |
add mod3 = Hyper_L | |
add mod4 = Super_L Super_R | |
! fix for braindead Xorg devs | |
! unmap keypad multiply | |
keycode 63 = | |
! unmap keypad divide | |
keycode 112 = |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment