Actually this is a very neat way of solving this:
you get a list of macros and just type what you want to execute. it's more user friendly.
.. but not exactly sequence keys..
I've solved it but it's not neat. Meaning keystrokes are still registered/interact with focused window. it is annoying but here it is:
-
create a group that is Activated with - nothing. But it has to be enabled because there is lag between action enable group and how fast you can start triggering macros in it.
-
create a macro (outside the group "SequenceMacros") and set that is activated by typing trigger (Shift ⇧ in my case) which activates group "SequenceMacros"
-
then create as many macros as you want that are activated by typing. Caveat: keys are still gonna interact with active window. Have to think a bit more on it. I didn't want to do it by scripting but I think it might be necessary in this case.
AND there has to be Deactivate Macro Group at the end of each macro. Didn't figure out how to embed this into trigger macro or macro group.
Easiest way to create more macros is to duplicate one of the existing and edit them.
Suggestions and critique is welcome