【1.automator自动操作机器人】

1.ctrl+alt+t快速打开iterm2
1.1 在启动台搜索automator
1.2 选择新建快速操作


快速操作

1.3 选择运行apple script,并输入脚本


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

摁下command+s保存,名字改为快速打开iterm2
1.3 打开系统偏好设置-键盘


打开键盘

1.4 打开服务-通用-快速打开iterm2-选择快捷键为ctrl+alt+t


企业微信截图_ee082c19-796f-4b58-acc8-2312bacf283c.png

你可能感兴趣的:(【1.automator自动操作机器人】)