digitalmikey Posted November 8, 2007 Posted November 8, 2007 Hello everyone I'm new to programing and AutoIt. I have been trying to figure out how to make a script that rapidly autopresses the "c" key on the keyboard every .2 seconds or so. Can anyone give me a guiding hand or insight with some code? I'd appreciate it. Thanks
PsaltyDS Posted November 8, 2007 Posted November 8, 2007 Hello everyone I'm new to programing and AutoIt. I have been trying to figure out how to make a script that rapidly autopresses the "c" key on the keyboard every .2 seconds or so. Can anyone give me a guiding hand or insight with some code? I'd appreciate it.ThanksWelcome to AutoIt.Look in the help file at While/WEnd to create a loop, the Send() function for keypress, and Sleep() for the delay. There are script examples given in the help file.If you get stuck, post your code and you'll get lots of help. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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