Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ; Vim scape and control
  2. #InstallKeybdHook
  3. SetCapsLockState, alwaysoff
  4. Capslock::
  5. Send {LControl Down}
  6. KeyWait, CapsLock
  7. Send {LControl Up}
  8. if ( A_PriorKey = "CapsLock" )
  9. {
  10. Send {Esc}
  11. }
  12. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement