Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Repeat macro. Define hotkey to stop it.
#1
Hello I downloaded Quick Macros, its a great program, I got it to replay my *Mouse Macro* in real time. However instead of stopping where it normally would, How do I tell it to play it again and again and again until I hit the stop key.

And how do I define the STOP key to *ANY* key Smile not START trigger, but STOP trigger. THANKS.
#2
Take a look at the "rep" command in the help file. Also take a look at the "wait" comand in the help file.
Matt B
#3
Example

Code:
Copy      Help
rep
,out "this is"
,out "my macro"
,1

That is, insert rep line at the beginning of the macro, then select whole text, except rep line, and press Tab. In the example, commas are used instead of tabs.

To stop it, press Pause or other hotkey that is defined in Options. If you need a STOP hotkey specific to this macro, create a function, for example "StopMacro167", and assign it the hotkey trigger. If your macro is named "Macro167", then the function would be

Code:
Copy      Help
shutdown -6 0 "Macro167"


Forum Jump:


Users browsing this thread: 1 Guest(s)