09-04-2019, 12:07 AM
I understand what your desire is but it wont work when there is text before the autotext trigger. That's why i showed you the alternatives
Your best bet is to used this [32]ts01
then you type whatever then spacebar then ts01 and choose option 1.
Autotext Autotext
Trigger $t
Your best bet is to used this [32]ts01
then you type whatever then spacebar then ts01 and choose option 1.
Autotext Autotext
Trigger $t

b/i/c
[32]ts01 :sub.MainTS ;;timestamp output removes space and ts01
ts02 :sub.BasicTs ;; add code to #sub BasicTs below
ts01 :sub.MainTS ;;timestamp output only works with ts01 as text
#sub MainTS
DateTime t.FromComputerTime
str sf=t.ToStrFormat("{yyMMdd}{HHmm}")
paste+ sf
#sub BasicTs
;add code here ts02