【发布时间】:2015-10-03 08:02:45
【问题描述】:
tell application "Keynote"
activate
tell the front document
tell the current slide
set ImageItem to **image 1**
end tell
end tell
end tell
当我使用这样的脚本时,我可以通过索引访问图像。但是,如果我想要在 keynote 中选择图像,我应该怎么做?
非常感谢!
【问题讨论】:
标签: image applescript automator keynote