akiwitail 0 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. Share this post Link to post Share on other sites
Bert 1,430 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/ Share this post Link to post Share on other sites
akiwitail 0 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 Share this post Link to post Share on other sites
JohnOne 1,603 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. Share this post Link to post Share on other sites
akiwitail 0 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 :/ Share this post Link to post Share on other sites