EasonJim

1、在实用工具中打开Automator.app

2、选择新建,然后选择服务

 

3、服务收到选择为没有输入

然后在左边侧栏中双击Run AppleScript(有些系统会显示运行 AppleScript)

 

4、在编辑区输入

on run {input, parameters}
     
     tell application "Terminal"         
          reopen         
          activate        
     end tell

end run

并将其保存为Open Terminal。

5、设置快捷键

 

参考:

https://www.zhihu.com/question/20692634/answer/37152883(以上内容转自此处)

分类:

技术点:

相关文章: