07-03-2006, 03:22 AM
Ok I was wondering how to have a certain key to stop the macro instead of using pause break on the key board like using F8 or something can some one please help me? Thank you.
how to have a certain key to stop a macro
|
07-03-2006, 03:22 AM
Ok I was wondering how to have a certain key to stop the macro instead of using pause break on the key board like using F8 or something can some one please help me? Thank you.
07-03-2006, 03:44 AM
http://www.quickmacros.com/help/Commands/IDP_WAIT.html
try here for and look for the "keystroke" event. that'll do it, however, break will always stop a macro but not a function.
07-03-2006, 07:44 AM
Method 1: Set the hotkey in Options.
Method 2: Create a function, insert shutdown -6 or shutdown -6 0 "macro name" and assign the hotkey as trigger.
08-07-2006, 05:42 PM
Quote:Hey i have a couple of questions... Ok first how can I make a macro or At the beginning of the macro insert this: Create a function: DATE+ g_macro_started_date Assign the function a trigger, eg F12. This function shows macro times and ends the macro if you press Yes. |
« Next Oldest | Next Newest »
|