Awwe Posted September 16, 2007 Posted September 16, 2007 This is what I'm trying to do : While keyispressed("{end}") randomfunction() wend Keyispressed is not a real function, but I'm looking for something like that. I want x to happen while key y is held down. Is there a function like that ?
Siao Posted September 16, 2007 Posted September 16, 2007 Here's what you should do in such cases - open Autoit Help, go to Search tab, type in "key pressed". First match of the search - function _IsPressed() "be smart, drink your wine"
Orgins Posted September 16, 2007 Posted September 16, 2007 (edited) Look up _IsPressed. Edited September 16, 2007 by Orgins I'm a newbie.Sorry if I don't reposed to your replays very fast.
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