Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Repeat macro. Define hotkey to stop it.
#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"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)