Mac设置终端打开快捷键
第一步,找到自动操作

第二步,打开快捷操作

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

on run {input, parameters}
    (* Your script goes here *)
    tell application "Terminal"
    reopen
    activate
    activate
    end tell
end run
第四步,打开系统偏好设置,选择键盘




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

