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

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -