zutto Posted August 29, 2008 Posted August 29, 2008 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?
Andreik Posted August 29, 2008 Posted August 29, 2008 (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 August 29, 2008 by Andreik
zutto Posted August 29, 2008 Author Posted August 29, 2008 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
Andreik Posted August 29, 2008 Posted August 29, 2008 lol if that works i have to say big thanks to you :ERead more in help file about send. That should work.
zutto Posted August 29, 2008 Author Posted August 29, 2008 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
oMBRa Posted August 29, 2008 Posted August 29, 2008 or u can do opt("SendKeyDownDelay", 16) send("blabla") opt("SendKeyDownDelay", 1) send("moreblabla")+
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now