Skip to content

Instantly share code, notes, and snippets.

@prafulfillment
Created March 11, 2013 02:13
Show Gist options
  • Save prafulfillment/5131486 to your computer and use it in GitHub Desktop.
Save prafulfillment/5131486 to your computer and use it in GitHub Desktop.
! escape = caps_lock; caps_lock = control_l; control_l = escape
!keycode 37 = Control_L
!keycode 66 = Caps_Lock
!keycode 9 = Escape
!remove Lock = Caps_Lock
!add Lock = Escape
!remove Control = Control_L
!add Control = Caps_Lock
!keycode 9 = Caps_Lock
!keycode 66 = Control_L
!keycode 37 = Escape
! -------------------------------
! Swap caps lock and escape
remove Lock = Caps_Lock
keysym Escape = Caps_Lock
keysym Caps_Lock = Escape
add Lock = Caps_Lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment