FireFox Posted November 16, 2008 Posted November 16, 2008 (edited) Hello, I want to make script with that send always down key, i've tried with skd and skdd to zero but doesn't work, it's like when the key is pressed very fast : AutoItSetOption("SendKeyDelay",0) AutoItSetOption("SendKeyDownDelay",0) While 1 Send("{UP}") WEnd Thanks in advance for help ! It's ok I've found : While 1 Send("{UP down}") WEnd Edited November 16, 2008 by FireFox
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