Pause until key press?

Another option, if it is two characters to be typed would be this:

First Macro:

  • Set variable Done to 0
  • Enable Macro "Watch Keys"
  • Pause Until Done

Second Macro, "Watch Keys", initially disabled

  • Typed String trigger on regex ".." without deletes
  • Set variable Done to 1
  • Disable Macro "Watch Keys"
1 Like