Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; CAPSLOCK SWITCH WINDOWS
- ; REmember to initial variable [lock] in the very first of the script
- Capslock::
- lock := !lock
- if (lock)
- {
- Send, !{esc}
- }
- else
- {
- Send, !+{esc}
- }
- WinActivate, a
- return
Advertisement
Add Comment
Please, Sign In to add comment