Hello together,
since CS6+ there is possible to
executeMenuCommand (menuCommandString: string)
Executes a menu command using the menu shortcut string.
Question 1:
Who knows a way to read all the available commands?
Question 2:
At the time I need 'Clear Guides'
app.executeMenuCommand ('Clear Guides')
app.executeMenuCommand ('Clear guides')
app.executeMenuCommand ('clear Guides')
app.executeMenuCommand ('ClearGuides')
app.executeMenuCommand ('clear guides')
and other variants doesn't work.
Who know the right syntax? (Or is this menu command not available????)
Any help is appreciated. (Additional: I know the way to use app.doScript (myAction) - but this is not part of my questions)