I'm making a script with the Send keys, and I have a little question:
How can I change the speed of the Send Keys?(NOT MOUSE CLICKS). For exmaple:
If I'm using this:
Or:Send( "{ENTER}" )
Because This:Send( "!a" )
Not working... I put this before the script:Opt("SendKeyDelay", 10)
Which should be the fastest speed, but It's slow clicks O_oOpt("SendKeyDelay", 0)
Why?
How can I change the speed to faster speed?
Thank you
Edited by SuperNatural, 08 December 2010 - 09:14 PM.




