尽管有非常多第三方工具(Alfred、keyboad
Maestro)能够设置全局启动terminal快捷键,但怎么感觉都不如native的好,呵呵。本文就使用mac 自带的Automator来创建一个launch application的服务,然后在系统偏好设置中keyboard设置service的全局快捷键。实践证明挺好用的,过程例如以下:

1、create a service 

dock-->launchpad-->others-->automator-->create a service-->use search box to find "launch application"-->drag
the "Launch Application" to the right pane-->service receives "no unput"-->in Launch Application drop-down window select "Terminal"-->save and rename as "launch terminal".

2、create the global shortcut with the service created in the first step

dock-->system preferences-->keyboard-->shorcuts-->select "service" from the left pane-->on the right pane
find the service you've created and allocated the shortcut you like,for example shfit+control+command+T.

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQveHV5YXF1bg==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="" />

3、good luck!

最新文章

  1. python Requests库在处理response时的一些陷阱
  2. leetcode1:在数组中找2个数的和正好等于一个给定值--哈希
  3. C++默认参数不能是一个引用
  4. ∑–△型模数转换器(ADC)简介
  5. 【 CodeForces - 392C】 Yet Another Number Sequence (二项式展开+矩阵加速)
  6. NSURLSessionDownloadTask 断点下载
  7. opencv Iplimage结构简介
  8. haproxy之负载均衡算法
  9. 团队作业8——第二次项目冲刺(Beta阶段)日志集合处
  10. C#工具:ASP.NET MVC单例模式(懒汉)实现文件上传
  11. JUC (java.util.concurrent)
  12. ThetaSome_ThetaAll子查询
  13. Python 中 Iterator和Iterable的区别
  14. ubuntu安装git
  15. Python 回调函数
  16. Delphi RTTI的应用(一)
  17. csharp: Setting the value of properties reflection
  18. 通过注册表regedit对Windows回收站进行恢复
  19. css制作tips提示框,气泡框,制作三角形
  20. ios中tableview网封装(viewcontroller封装)常用的

热门文章

  1. hdu 3605(二分图多重匹配)
  2. git学习资源合集
  3. 关于Sphinx中使用 RealTime Index的问题
  4. 利用js生成读取页面数据并导出为excel
  5. CentOS7.5安装截图软件
  6. taskeng.exe禁用
  7. vue中的锚链接跳转问题
  8. Luogu P4148 简单题(K-D Tree)
  9. oracle return code 2112
  10. Windows下安装Memcached服务及安装PHP的Memcached扩展