How is this implemented? (Trigger macros using a sequence of characters)

Would like to use something like what @peternlewis mentioned in the linked thread, but not fully understanding how to implement it in a macro.
any ideas or tips, or an existing example would be appreciated

would like for example use a key "Hyper-F" , then quickly press A, B or C for the final, desired pertaining actions.

so, similar to a Conflict palette, but without using a palette.

thanks

You can make a Macro Group, active for one action after pressing the Hyper-F key, and then in that group create macros with hot key trigger "A", "B", or "C".

2 Likes

Thanks Peter, that worked. Simpler than a regex one I found that was a little bit finicky detecting the pressed character.