How can I use the Enter Key inside of a Typed String?

As a matter of curiousity, I played around with the Typed String Trigger, and found this interesting combination:
\-7\-(\R|\u0003|0| |\.\.)

This allows the macro to be triggered by the Typed String:
-7-

followed by any one of these:

  • RETURN key
  • ENTER key
  • 0
  • SPACE key
  • ..

Have fun!

2 Likes