• 0

Macro Help please.


Question

Okay, I need help making a macro.

I want it to work like the following

Press CTRL+F6

Loops "X" key with .005s pauses - Unlimited loops

When hit CTRL+F6 or F7, It breaks the loop and allows normal operations.

Heres the code for the standard loop, I just can't figure out the last part

; ALT+F5 key assignment

!F5::

Loop

{

Send X

Sleep 00005

}

return

Edited by Warboy
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
Loops "X" key with .005s pauses - Unlimited loops

If AutoHotKey is still closely based off of AutoIt, the sleep function (which if IRC is called from kernel32.dll) can only go down to 50 miliseconds.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.