jiqing9006

第一步,找到自动操作

第二步,打开快捷操作

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

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

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

分类:

技术点:

相关文章:

  • 2021-05-23
  • 2021-10-26
  • 2021-12-27
  • 2021-07-17
  • 2021-11-27
  • 2021-11-17
  • 2021-07-26
猜你喜欢
  • 2021-10-25
  • 2021-11-17
  • 2021-04-05
  • 2021-11-17
  • 2021-09-19
  • 2021-07-06
  • 2022-01-07
相关资源
相似解决方案