applescript (automator) how can I access properties of the selected image in keynote? -
tell application "keynote" activate tell front document tell current slide set imageitem **image 1** end tell end tell end tell
when use such script, can access images index. however, if want selected image in keynote, should do?
thank much!
this not possible, because keynote doesn't have selection
property
Comments
Post a Comment