How can I run a macro from another macro?

Discussion, questions and support.
Post Reply
frozen_x
Posts: 3
Joined: Jun 8th, ’24, 19:58

Post by frozen_x » Jun 8th, ’24, 20:08

Hello :)

I am currently attempting to run a macro using a macro alias for macro chaining, as certain commands cannot be executed in send mode.
The control click and similar options are only available in send mode, but switching to command mode disrupts it.
Is it possible to chain macros, such as calling one macro from another or having a third macro call the other two macros in sequence?

Cheers,
Frozen
User avatar
Marko
Posts: 1925
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jun 9th, ’24, 05:59

You can use “Insert another command” macro.
frozen_x
Posts: 3
Joined: Jun 8th, ’24, 19:58

Post by frozen_x » Jun 9th, ’24, 09:31

That worked, thank you :)
One additional question would be, how can I separate new functions via new lines without it executing a next line(enter) for better visibility?
Currently I need to write everything like this:

%func1%%func2%%func3%%func4%

Instead of:

%func1%
%func2%
%func3%
%func4%
User avatar
Marko
Posts: 1925
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jun 11th, ’24, 20:42

You can’t do this, a new line is always sending a new line.
frozen_x
Posts: 3
Joined: Jun 8th, ’24, 19:58

Post by frozen_x » Jun 13th, ’24, 18:02

ah ok, would be cool to see something in the future, that allows for multiline ordering :)
Post Reply