创建一个合并所有finder窗口的监听器

时间:2014-10-21 18:18:51

标签: applescript osx-yosemite

我希望每次打开新文件夹时,它都会自动与已经打开的其他查找程序窗口合并。基本上一个文件夹有n个标签。 我已经使用了命令Finder> Window > Merge All Windows,但我希望它是自动的。

我所能做的就是创建一个自动化来合并窗口,但它不是自动的

tell application "Finder"
    activate
    tell application "System Events"
        tell process "Finder"
            click menu item "Merge All Windows" of menu "Window" of menu bar 1
        end tell
    end tell
end tell

2 个答案:

答案 0 :(得分:0)

进入Finder的首选项。有一个选择。

答案 1 :(得分:0)

除了"在选项卡中打开文件夹而不是新窗口"您可能需要设置View-> Show标签栏,它确实对某些情况有帮助,但仍然不总是