【发布时间】:2014-12-30 21:11:33
【问题描述】:
我正在研究如何使用 Applescript 反转颜色。在大多数情况下,我只是找到了类似的东西:
tell application "System Events"
keystroke "8" using {command down, option down, control down}
end tell
但是在优胜美地(而且我认为是之前的版本),这行不通。您必须进入系统偏好设置并在其中单击。那么,有没有办法制作一个可以反转颜色的applescript?(最好不必“点击”任何东西,因为这需要脚本的可访问权限)
【问题讨论】:
标签: applescript