非常感谢 vadian 先生,我成功运行了 Keynote 幻灯片。
我仍然想随机显示幻灯片,并阅读 如何随机化 Keynote 幻灯片之前提出的相同问题
但它无论如何都没有用。
这是我的工作。
set thisFile to "/Users/usrname/Desktop/cardtest.key"
tell application "Keynote"
activate
set currentDocument to open thisFile
tell currentDocument to start from second slide
show next
delay 5
end tell
我认为它应该设置一个变量以使其随机?