Advertisement
Guest User

Untitled

a guest
May 25th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. !q:: Send !{f4}
  2.  
  3. CapsLock::Send, {Alt Down}{Shift Down}{Shift Up}{Alt Up}
  4. +CapsLock::
  5. if GetKeyState("CapsLock", "T") = 1
  6. {
  7. SetCapsLockState, off
  8. }
  9. else if GetKeyState("CapsLock", "F") = 0
  10. {
  11. SetCapsLockState, on
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement