Answers:
Automator(Mac-本机应用程序)
ServiceService receives [no input] in [Adove Illustrator CC 2015.app]
Get Specified Finder Items。
.jsx此处添加脚本。Open Finder Items。
System preferences > Keyboard > ShortcutsGeneral
Alfred( Mac-执行此操作需要解锁功能的£17)
Automator可以很好地完成相同的事情,但是我总是不得不提到Alfred,因为它有一些好处:
最近制作了有关此的视频。不是最好的视频质量。忘记全屏录制。
Alfred Preferences > Workflows 标签+图标并添加Blank Workflow
Workflow Name:并按Create+图标并添加Triggers > Hotkey
Hotkey settings,设置一个热键组合Related Apps,将Illustrator.app拖动到窗口中,然后Save+图标并添加Actions > Open File
.jsx文件拖到左侧的第一个框Illustrator.app右侧的第二个框,然后SaveTrigger的左侧以Action进行连接。AutoHotkey的(视窗 -免费)
^!.等于Ctrl+Alt+. 修饰键符号列表。#IfWinActive, ahk_class illustrator
^!.::Run, Illustrator.exe C:\Users\joonas\Desktop\test.jsx
.ahk请注意,如果您不仔细计划热键,如果您决定摆脱第一行,这可能会阻止Illustrator或其他应用程序中的其他热键。
class。就Illustrator而言,这很简单illustrator。因此,您只需要使用#IfWinActive, ahk_class illustrator,然后将您的热键放在其下方即可。