mac 快捷启动 iTerm2,Ctrl + Alt + T 启动 iTerm2
1、创建服务




on run {input, parameters}
(* Your script goes here *)
tell application "iTerm"
reopen
activate
end tell
end run
2、添加快捷键启动


1、创建服务




on run {input, parameters}
(* Your script goes here *)
tell application "iTerm"
reopen
activate
end tell
end run
2、添加快捷键启动

