Skip to content

Instantly share code, notes, and snippets.

@aleGpereira
Created June 3, 2016 05:52
Show Gist options
  • Save aleGpereira/c450df34a5b5eb6d4b558d064fecd62c to your computer and use it in GitHub Desktop.
Save aleGpereira/c450df34a5b5eb6d4b558d064fecd62c to your computer and use it in GitHub Desktop.
Key Swaps
!
! Swap Caps_Lock with Shift_L and Shift_L with Ctrl_L. Also swap
! pgup with home and pgdown with end.
!
remove Shift = Shift_L
remove Control = Control_L
remove Lock = Caps_Lock
keycode 66 = Shift_L
keycode 50 = Control_L
keycode 110 = Prior
keycode 115 = Next
keycode 112 = Home
keycode 117 = End
add Lock = Caps_Lock
add Control = Control_L
add Shift = Shift_L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment