Advertisement
jpWHY

Untitled

Aug 26th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 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}
  10. *CapsLock::
  11. Loop
  12. {
  13. Send {Click}
  14. If (GetKeyState("LShift","P")=0)
  15. Break
  16. }
  17. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement