Setting up a Delay in Macros. Topic is solved

Ask gaming related questions (AHK v1.1 and older)
BA099

Setting up a Delay in Macros.  Topic is solved

Post by BA099 » 07 Nov 2014, 12:56

So, I'm looking around & one thing I cannot find is as follows:

I want to be able to press a single key, say... "\"

And I'd like it to immediately Send "1" wait for a second, Send "2" wait for a second and Sent "3"

Any suggestions as to how I would do this?

Thank you.

User avatar
Blackholyman
Posts: 1293
Joined: 29 Sep 2013, 22:57
Location: Denmark
Contact:

Re: Setting up a Delay in Macros.

Post by Blackholyman » 07 Nov 2014, 13:29

Example with f1

Code: Select all

F1::
Send 1
Sleep 1000
Send 2
Sleep 1000
Send 3
Return
Also check out:
Courses on AutoHotkey

My Autohotkey Blog
:dance:

Guest

Re: Setting up a Delay in Macros.

Post by Guest » 07 Nov 2014, 13:52

Hey, thank you very much.

I appreciate the response. I'll look around some more for some further ideas :)

Cheers.

Post Reply

Return to “Gaming Help (v1)”