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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -