gpt4 book ai didi

macos - 在 Cocoa 中以编程方式添加收藏夹的快捷方式

转载 作者:行者123 更新时间:2023-12-03 16:46:52 25 4
gpt4 key购买 nike

我已经构建了一个 Mac 应用程序,我想在安装时在 Finder 的收藏夹部分中添加它的快捷方式。我确实看到其他应用程序实现了同样的目标(例如 AirDrop)。我该怎么做?

最佳答案

你可以通过appleScript来完成,但这不是最好的方法。(如果将cmd+t更改为其他功能,则会失败)

tell application "Finder"
activate
-- Select the path you want on the sidebar in the Finder
select folder "Preferences" of folder "Library" of (path to home folder)
tell application "System Events"
-- Command-T adds the Documents Folder to the sidebar
keystroke "t" using command down
end tell
end tell

此外,您还可以使用 LSSharedFileList 添加项目.

关于macos - 在 Cocoa 中以编程方式添加收藏夹的快捷方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14281103/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com