A Hotkey to Repeat the Last Macro Used?

Thank you very much, @gglick. I don't know how I missed that.

@ccstone also created macros to get the last N's executed macro from the Engine log, exactly what I was thinking.

Hi, Peter, this is great idea, used in combination with the macros @DanThomas, @gglick, and @ccstone have made.
I may add some special characters in the macro name for multiple macros. I can do something like:

  • if it contains (or maybe ends with) "special characters" (I'll probably do a RegEx search, match from the end of the macro list)
    • get the complete macro name and execute the macro.

Then I can freely rename those macros without worrying about the need to edit this macro as long as I keep those special characters untouched.

This has great usage for testing macros. Normally, I would assign a hotkey for test and then delete it after the test. But now, I only need to include the special characters in the test macros and run it once to add it to the last executed macro list. So, no need to assign a hotkey and then remove it.

1 Like