0
tell application "Keynote"
    activate
    tell the front document
        tell the current slide
            set ImageItem to **image 1**
        end tell
    end tell
end tell

When I use such a script, I can access images by their index. However, if I want the selected image in keynote, what should I do?

Thank you very much!

kittykittybangbang
  • 2,380
  • 4
  • 16
  • 27

1 Answers1

0

This is not possible, because Keynote doesn't have a selection property

vadian
  • 274,689
  • 30
  • 353
  • 361