Question
Invoke a command using Indesign script
There is a command to recompose all the stories. It is:
Ctrl + Alt + /
I want to invoke the same command using this method:
app.menuActions.item("$ID/Show Rulers").invoke();
Instead of "Show Rulers" how do I write the above command.
Thanks
