如何从 iPad 远程触发 MacBook 上的 Applescript for Keynote
我想知道是否可以从 iPad 远程控制 MacBook(连接到视频投影系统)上运行的 KeyNote。具体来说,在演讲时,我希望能够在笔记中创建一个触发器,让我可以按顺序点击并跳转到特定的主题幻灯片。
我注意到用于跳到不按顺序的幻灯片的Applescript(http://stackoverflow.com/questions/6726444/want-applescript-to-change-a-keynote-presentation-to-a-pspecial-slide)。这很有帮助,但我仍然缺少一块。
我不知道的是我是否/如何可以从 ipad 在笔记本电脑上远程触发这样的 applescript。到目前为止还没有找到任何答案,但我是新手,所以也许我没有正确地搜索它。感谢任何帮助。
I am trying to figure out if I can remotely control KeyNote running on a MacBook (connected to video projection system) from an iPad. Specifically, when lecturing, I would like to be able to create a trigger in my notes that would let me tap and jump to a specific keynote slide out of sequence.
I noted the Applescript given for jumping to a slide out of sequence (http://stackoverflow.com/questions/6726444/want-applescript-to-change-a-keynote-presentation-to-a-particular-slide). That is helpful but I'm still missing a piece.
What I don't know is if/how I can remotely trigger such an applescript on the laptop from an ipad. So far haven't turned up any answers but I'm a newbie so maybe I'm not searching it out correctly. Appreciate any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我能想到两种简单的方法。
1)屏幕共享。 iPad 具有屏幕共享应用程序,您可以使用它们查看 Mac 的屏幕并基本上从 iPad 进行控制。
2)SSH。还有适用于 iPad 的 ssh 应用程序,因此您可以通过 ssh 访问 Mac。从命令行,您可以使用 osascript 命令行工具运行 applescripts。
I can think of 2 simple ways.
1) screen sharing. The iPad has screen sharing apps that you can use to view the screen of your mac and basically control it from the iPad.
2) ssh. There's also ssh apps for the iPad so you can ssh into the mac. From the command line you can run applescripts using the osascript command line tool.
查看Eventscripts。
它有一个用于触发器的服务器应用程序以及从 iOS 应用程序远程执行的应用程序,该应用程序还接收自定义图标。
Have a look at Eventscripts.
It has a server app for triggers as well as remote execution from the ios app which also receives customized icons.