【发布时间】:2011-07-17 20:05:44
【问题描述】:
我是 Applescript 的新手,但 Applescript 可以告诉 Keynote 在演示期间乱序显示特定幻灯片吗?不想按顺序前进,但我确实想按随机顺序指定特定幻灯片。
我尝试了 Apple 文档,但那里没有。这里没有类似的问题真正回答了这个问题。 MacScripters 网站建议(如下)无效。
不工作(这在让 Applescript 启动 Keynote 并启动幻灯片演示后:
tell application "Keynote" to show (slide 22 of "/Users/me/Documents/Keynote_Slides.key")
end tell
也试过了,但是不行
tell application "System Events"
tell process "Keynote"
jump to 22
end tell
end tell
那么,我错过了什么?
【问题讨论】:
标签: applescript