Jump to content

Recommended Posts

Posted

I know

opt("SendKeyDownDelay", 16)

but it keeps all key's down :/ and i want to keep only 1 key and rest default time [1ms]

any ideas?

Posted (edited)

I know

opt("SendKeyDownDelay", 16)

but it keeps all key's down :/ and i want to keep only 1 key and rest default time [1ms]

any ideas?

Holds the A key down

Send("{a down}")

And you can use TimerInit and TimerDiff to get time.

Edited by Andreik
Posted

Holds the A key down

Send("{a down}")

And you can unse TimerInit and TimerDiff to get time.

lol if that works i have to say big thanks to you :E
Posted

Read more in help file about send. That should work.

ye it did work ^^

thanks!

and i did read send but didnt find any useful info :E

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
×
×
  • Create New...