AppleScript 语言
打开application
on run {input, parameters}
(* Your script goes here *)
tell application "Terminal"
reopen
activate
end tell
end run
实践
自定义打开app的快捷键
- 打开
automator app
,新建文稿,选择快速操作
- 双机运行applescript
- 选择没有输入
- 输入AppleScript并保存
on run {input, parameters}
(* Your script goes here *)
tell application "Terminal"
reopen
activate
end tell
end run
- 打开设置–键盘–快捷键
在服务的通用中找到编辑的脚本,自定义快捷键