1.打开Automator
2.新建一个快速操作
3.输入选无输入,左侧 运行AppleScript,
tell application "Finder"
activate
if (count of windows) = 0 then
tell application "System Events" to tell process "Finder"
click menu item "新建“访达”窗口" of menu "文件" of menu bar 1
end tell
end if
end tell
保存 xxx
4.设置-键盘-键盘快捷键-服务-通用,找到那个,设置快捷键 xxx → cmd+shift+w
【 在 HYNOS 的大作中提到: 】
: 全局快捷键,这个我研究过,结果是实现不了。
: 有一个迂回方法是设定快捷键,快速定位到 dock,但是之后还是需要再敲一下 enter。
--
FROM 122.227.64.*