Jump to content

Why the delay?


Guest BfarM00
 Share

Recommended Posts

Guest BfarM00

Ok I made a script, but if I but a big keydowndelay it waits a looong time before starting.

Example:

Opt("SendKeyDownDelay", 30000)

AutoItSetOption("SendKeyDelay", 0060)

Send("{G}")

So when it reaches this part of the script, it'll pause for a while (i think around 30 seconds) then it will start again. Is there a way to stop the pause?

Link to comment
Share on other sites

Opt("SendKeyDownDelay", 30000)

AutoItSetOption("SendKeyDelay", 0060)

Send("{G}")

That is the same as manually pressing the "g" key on your keyboard for 30 seconds before doing anything else? Why have your Opt("SendKeyDownDelay", ?) at 30000.

I do not press one key every 30 seconds or it would take me 2 days for this reply.

:ph34r:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...