Copy link to clipboard
Copied
How to Call menu items in applescript, in javascript we can use execute command - can any one help for applescript
Views
Translate
Report
Well, this application method should be there.
If not, I think you can use do javascript in you applescript. like this(not tested):
set js to "app.executeMenuCommand('paste');"
tell application "Adobe Illustrator"
do javascript js
end tell
Votes
never-displayed