Skip to content

Instantly share code, notes, and snippets.

@robinchew
Created July 19, 2016 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinchew/20a1af9796ecc3591096b0fb6052c09a to your computer and use it in GitHub Desktop.
Save robinchew/20a1af9796ecc3591096b0fb6052c09a to your computer and use it in GitHub Desktop.
! 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