Page 1 of 1

Invoke command from script?

Posted: 07 Nov 2025 13:01
by crtrubshaw
Hello, is is possible to use a built-in action or macro command in a script e.g. SmartPasteAction / cmdSmartPasteFromClipboard?

Re: Invoke command from script?

Posted: 10 Nov 2025 17:00
by Rickard Johansson
No. The script engine use it's own objects and commands.

E.g.

Code: Select all

  Document.PasteFromClipboard;
If you need new commands - just add a feature request.