I'd like my macro to trigger my scubs before it processes the text.
I cannot see a way to run the triggers from a macro unless I assign to a hotkey and send that key.
Is there something I'm missing?
Thanks
W
Looks like you're right! There doesn't seem to be a scripting function for running Triggers. I'll put that on our list for the next version.
Thanks!
What is the speed difference between a C# macro and the builtin trigger / replacements?
Does it have to JIT the scripts or are the compiled at save / initial launch?
Thanks
W
The macros are compiled the first time they run, then the compiled code is kept in memory for subsequent runs.
Hello,
When I trigger a macro using a hot key, I would like to trigger the scrubs the same way as when I do Copy Twice.
Triggering the entire scrub / replace list would be best, but even if it was a Event you could add. You can see in screenshot 26 that I disabled the 3 I was using and put into a fuction so I could trigger elsewhere. Screenshot 25 is just a general complex action that is easier in the Scrub/Replace than in code.
I will attach the setting in a separate message so I can protect.
sshot-25.png
sshot-26.png
Ok, thanks! We should be able to add a scripting function to run the Triggers on the current clipboard text. Note that if the Trigger has a Window Text, Window Class, or Process Filename condition configured, the Trigger won't fire, because the text on the clipboard will have come from ClipboardFusion.
i forgot to that you i have been using this quite consistantly
No worries, glad to hear it!