【问题标题】:Controlling adobe acrobat with apple script and mac.remote app使用苹果脚本和 mac.remote 应用程序控制 adobe acrobat
【发布时间】:2017-01-10 22:10:00
【问题描述】:

我正在尝试使用我的 Android 手机上的 mac.remote 应用程序作为使用 adobe acrobat pro 的 pdf 演示文稿的演示文稿点击器。

我已经设置了如下命令:

tell app "Adobe Acrobat" to fullscreen

tell app "Adobe Acrobat" to key code 123

tell app "Adobe Acrobat" to key code 124

但是,我没有得到任何回应。有人能指出我正确的方向吗?

【问题讨论】:

    标签: android applescript acrobat


    【解决方案1】:

    不幸的是,Applescript 对 Acrobat 的支持令人沮丧。您必须仔细查看文档以及字典告诉您的内容。

    在许多情况下,您能做的最好的事情就是运行 JavaScript,当它不够用时,使用系统事件来处理用户界面。有点乱,但你用这种方法走得很远。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-09-14
      • 1970-01-01
      • 2012-03-12
      • 2011-01-19
      • 2017-12-26
      • 2010-09-07
      相关资源
      最近更新 更多