01-21-2017, 07:54 PM
Autotext only supports commands on one line, but you could enter multiple commands on one line by separating them with ";"
Autotext Autotext3
Trigger $t
The above example is from the above menu:
File >> New >> New Autotext List >> Working with sample items
If you need to do a lot of actions or something complex then do it in a seperate function (like the "typethis" example).
Autotext Autotext3
Trigger $t

;FORMATTED TEXT EXAMPLES
dt :str s.timeformat("{DD} {T}"); key (s) ;;current date and time. To add the code, you can use the Text dialog from the floating toolbar.The above example is from the above menu:
File >> New >> New Autotext List >> Working with sample items
If you need to do a lot of actions or something complex then do it in a seperate function (like the "typethis" example).
