gaziafsar Posted September 19, 2021 Posted September 19, 2021 i used this code to solve this problem in others apps. But in Autoit i need a similar code for same purpose. F8::Suspend, Toggle SetKeyDelay, 0, 30 ;it does not need to be in the loop $q:: While GetKeyState("q","P") { Send, q Sleep, 10 } This code was used for Pressing Q infinitly while pressed physically. when u pick up the finger from the button, it stops. Also there is a feature for stop/run for the prgramme by f8
argumentum Posted September 19, 2021 Posted September 19, 2021 ..same question ? Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Musashi Posted September 19, 2021 Posted September 19, 2021 52 minutes ago, argumentum said: ..same question ? Yes, it is the same question and was already CLOSED by @Jos one minute after it was published (it hardly gets any faster ). argumentum 1 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."
Developers Jos Posted September 19, 2021 Developers Posted September 19, 2021 @gaziafsar, I see you did not read those rules, to which I linked, very carefully - you missed the part that says: "Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above" Do NOT start another thread on this - our patience has limits. Jos 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.
Recommended Posts