element72 Posted March 16, 2016 Share Posted March 16, 2016 Is it faster to hold down a keyboard key or use autoit with very short sleep commands? or is there other options? Link to comment Share on other sites More sharing options...
Dgameman1 Posted March 16, 2016 Share Posted March 16, 2016 (edited) You can use opt("SendKeyDelay",0) Send("TEXT") Or if you'd like to make it infinite. Opt("SendKeyDelay", 0) While 1 Send("TEXT") WEnd Edited March 16, 2016 by Dgameman1 Link to comment Share on other sites More sharing options...
element72 Posted March 16, 2016 Author Share Posted March 16, 2016 32 minutes ago, Dgameman1 said: You can use opt("SendKeyDelay",0) Send("TEXT") Is that faster than just physically holding down a keyboard key? I will try it out. I'm looking for a way to lower input lag or key delays. Link to comment Share on other sites More sharing options...
rudi Posted March 16, 2016 Share Posted March 16, 2016 Hi. You can modify the Windows Keyboard Settings: http://www.dummies.com/how-to/content/set-your-keyboards-repeat-delay-and-repeat-rate.html Regards, Rudi. Dgameman1 1 Earth is flat, pigs can fly, and Nuclear Power is SAFE! Link to comment Share on other sites More sharing options...
element72 Posted March 16, 2016 Author Share Posted March 16, 2016 1 hour ago, rudi said: Hi. You can modify the Windows Keyboard Settings: http://www.dummies.com/how-to/content/set-your-keyboards-repeat-delay-and-repeat-rate.html Regards, Rudi. Thank you so much. You just enlightened me indirectly on why autoit was faster. Link to comment Share on other sites More sharing options...
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