akiwitail Posted August 19, 2011 Share Posted August 19, 2011 Hi, I was trying to run a script with a Pause/Break keypress in it. But everytime the script executes it fails to register my Pause keypress and skips to the next line. I'm using: ControlSend($wWindow, "", "", "{PAUSE}") I tried using: Send("{PAUSE}") but that doesnt work as well. It works when I press the key manually tho. Anything that I missed here? Thanks in advance. Link to comment Share on other sites More sharing options...
Bert Posted August 20, 2011 Share Posted August 20, 2011 (edited) There is no {PAUSE} in the send key list. Is this a key on your keyboard? It isn't on one I've ever seen. edit: grammer Edited August 20, 2011 by MPH The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
akiwitail Posted August 20, 2011 Author Share Posted August 20, 2011 Its the Pause/Break key on the keyboard. It is in the documentation on http://www.autoitscript.com/autoit3/docs/functions/Send.htm {BREAK} for Ctrl+Break processing {PAUSE} PAUSE Link to comment Share on other sites More sharing options...
JohnOne Posted August 20, 2011 Share Posted August 20, 2011 Do other keys work on the window? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
akiwitail Posted August 20, 2011 Author Share Posted August 20, 2011 Do other keys work on the window?Yea, other keys like ins/del/pgup/home etc works... just pauseMost of the keys are assigned to something, for some reason pause/break is the only one that doesnt run in the script :/ Link to comment Share on other sites More sharing options...
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