Advertisement
jpWHY

shift2fire setup

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