Page 1 of 1

Start macro with a macro

Posted: 16 May 2017, 12:22
by siggi1856
Hello,

I just switched from mac to pc and thats why i switched from keyboard maestro to Pulover Macro Creator. I have to redo all the macros and have a big issue. I have a lot of small macros which i have to combine in different orders in bigger macros.

For example:

I need a macro which does the following: press a key, pause, run macro3 twice, pause, click mouse, run macro17, press a key.... and so on.

So i have small macro puzzle pieces which i use in a lot of different macros in different orders. in keyboard maestro this is super easy. How can i do this with Pulover?

Thanks for you help

Re: Start macro with a macro

Posted: 16 May 2017, 12:37
by SSteve
You can use Gosub (which is one of the options in the "Go To / Label" tool) to run another macro and return to the calling macro. You can put the Gosub inside a Loop to run it multiple times.

Re: Start macro with a macro

Posted: 16 May 2017, 12:44
by siggi1856
thanks. i just found the gosub, but is it also possible to use another pmc file to run a macro from there and return (just like with gosub)

Re: Start macro with a macro

Posted: 01 Jun 2017, 13:30
by Gunslinger2071
I have this same question. Siggi have you made any progress on this?