为了快速调出终端,在 Automator.app 里写了一个打开终端的 applescript ,保存之后,为什么在
键盘》快捷键》服务 里找不到自己写的脚本???
脚本如下:
on run {input, parameters}
(* Your script goes here *)
tell application "Terminal"
reopen
activate
end tell
end run
已经调试,木问题撒。。。。
为了快速调出终端,在 Automator.app 里写了一个打开终端的 applescript ,保存之后,为什么在
键盘》快捷键》服务 里找不到自己写的脚本???
脚本如下:
on run {input, parameters}
(* Your script goes here *)
tell application "Terminal"
reopen
activate
end tell
end run
已经调试,木问题撒。。。。