Mac设置终端打开快捷键

第一步,找到自动操作

第二步,打开快捷操作

第三步,工作流选择没有输入,将下面脚本输入其中,并保存名称为open terminal

on run {input, parameters}
    (* Your script goes here *)
    tell application "Terminal"
    reopen
    activate
    activate
    end tell
end run

第四步,打开系统偏好设置,选择键盘

posted @ 2021-06-10 10:32  TBHacker  阅读(626)  评论(0编辑  收藏  举报