Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Cocoa 应用程序,我想用它来远程(在同一台机器上,从不同的进程)控制当前正在运行的 Apple iWork '09 Keynote 演示文稿中显示哪张幻灯片。
我应该如何处理这个?
Keynote Applescript 词典有一个高级命令。使用:
Tell application "Keynote" advance end tell
似乎做你需要的。您可以使用脚本桥或 NSApplescript 从 Cocoa 应用程序中运行此脚本。