Jump to content

EXPERTS! PLEASE HELP ME!


Recommended Posts

example... - send, {SPACE 1000}

this press SPACE at a very very fast rate.... too fast for what I really wanted...

Is there any command that can reduce the rate it presses SPACE? like delay it, 2 presses/ second?

Is that possible??

Please help!!! THANKS !

Link to comment
Share on other sites

RTM

Opt('SendKeyDelay',500)

Edit: I set once every 2 seconds... Reading better it was twice a second. Fixed.

<{POST_SNAPBACK}>

where do I add this in?

send, {SPACE 1000} Opt('SendKeyDelay',2000)

??

thanks

how about once per second?

Edited by arsenic
Link to comment
Share on other sites

  • Developers

Where is the fire ??????

no need to double post and both in the wrong forum...

See the answer to your other post. :idiot:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

RTM

Opt('SendKeyDelay',500)

send, {SPACE 1000}

I tried it this way it didn't work... can tell me exactly how should i put it?? sorry.. this is my first time using this program ... many thanks

Edited by arsenic
Link to comment
Share on other sites

example... - send, {SPACE 1000}

this press SPACE at a very very fast rate.... too fast for what I really wanted...

Is there any command that can reduce the rate it presses SPACE? like delay it, 2 presses/ second?

Is that possible??

Please help!!! THANKS !

<{POST_SNAPBACK}>

Since you are using AutoIt version 2, the function to adjust the speed of Send is:

SetKeyDelay, <milliseconds>

This function changes the delay between keystrokes in milliseconds. Max is 32767.

Default is 20ms. 1000 milliseconds = 1 second.

For one second between each keystroke:

SetKeyDelay, 1000

send, {SPACE 1000}

Phillip

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...