Help - Search - Members - Calendar
Full Version: Pause button Keyboard Key?
AC Tools Everything Macro > General Discussion > C++/Delphi/VB Development
Alar
Is there a command for using the Pause/Break key on the keyboard? I looked in Speacial keys and tried {pause} with no luck.

Thanks
sethb
If you want to put in code to pause your macro simply put "Pause" on its own line where you want it to pause
Alar
I want to pause another program using ACTool, have the macro do its thing, then resume the other program using the pause key on the keyboard. The more I looked around the help files though, the more I dont think I can do it.
Trickyphillips
If you find the ASCII value for the key, you should be able to get it working. I think the way you would do this is something like:

CODE
Keydown ASCII (Number)


Although, I've never needed to use that, so I'm not too sure...

Good luck. wink.gif
bubbagump
I believe the command is
CODE
KeyASCII *Number*


Not sure if the keydown would work..IMO it would be nice if we could have a keydown function for sending 'ascii' keys..
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.