What is the best way to accomplish this? Supposed I have the following macro groups: MG1, MG2, MG3, MG4, MG5. I would an input prompt to decide which macro group to activate and deactivate the other macro groups. Example, user choses to activate MG3, then only MG3 is activated, and MG1, MG2, MG4, MG5 are deactivated.
So far, I have a hotkey which opens 3 macro group palettes. I can navigate to the sub-palettes and options with keyboard/mouse. I would like to only have 1 macro group active based on the user input. I saw your macro for button keyboard input, but I do not have a clue what to do next, .
I tried a very simple macro to just deactivate a macro group, but the macro group is never deactivated.