Redundant Posted September 12, 2013 Posted September 12, 2013 (edited) Hello, I'm working on a script that will recognize when the user presses 3 keys(Ctrl, Space, Alt). I've skimmed through the built in function list and haven't seen one function that would do this for me. I want to record the time it takes to hit each key, which I am using TimeInit() and TimeDiff() for. How do I receive a keypress? Edited September 12, 2013 by Redundant
JohnOne Posted September 12, 2013 Posted September 12, 2013 _IsPressed() HotkeySet() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Redundant Posted September 12, 2013 Author Posted September 12, 2013 (edited) _IsPressed() HotkeySet() Thank you very much. Edited September 12, 2013 by Redundant
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