Created
July 19, 2016 01:57
-
-
Save robinchew/20a1af9796ecc3591096b0fb6052c09a 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
! Caps_Lock behaves as Control_L | |
remove Lock = Caps_Lock | |
keysym Caps_Lock = Control_L | |
add Control = Control_L | |
! Disable Control_L | |
keycode 37 = NoSymbol | |
! Left-handed mouse | |
pointer = 3 2 1 | |
keycode 78 = Home | |
keycode 110 = End | |
keycode 107 = Insert | |
keycode 118 = Delete | |
keycode 117 = Prior | |
keycode 127 = Prior Prior Prior | |
keycode 112 = Next |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment