Advertisement
jpWHY

Untitled

Aug 26th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #noenv
  2. #singleinstance force
  3. #keyhistory 0
  4. listlines, off
  5. setcapslockstate, alwaysoff
  6. SetMouseDelay 25,
  7.  
  8. RCtrl::Suspend
  9. *Lshift::Send {Click Down}
  10. *LShift UP::Send {Click Up}
  11. *CapsLock::
  12. Loop
  13. {
  14. Send {Click}
  15. If (GetKeyState("LShift","P")=0)
  16. Break
  17. }
  18. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement