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

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -