Option to prevent consumption of hotstring terminator key
scottkillen > 2020-11-05 23:20
Would it be possible to add an option to snippets so that the hotstring terminator key is not consumed along with the hotstring when the snippet is inserted?
I use snippets to make typing often used long text quicker and less prone to error. e.g. zzIRS => Internal Revenue Service
To make using snippets more natural, it would be helpful if I could set an option so that the hotstring terminator was not consumed, changing the behavior like so:
"zzIRS " => "Internal Revenue Service "
"zzIRS," => "Internal Revenue Service,"
"zzIRS." => "Internal Revenue Service."
The current behavior requires me to double-tap the terminator to keep it, actually making it more prone to error.
The requested behavior is actually the default behavior in the most macro replacement software, e.g. PhraseExpress, TextExpander, etc. All of these have an option to make the replacement consume the terminator the way QAP does by default.