上下文菜单中的自定义条目

发布于 2024-12-16 11:51:59 字数 145 浏览 1 评论 0原文

Dropbox 在 Mac OS 上下文菜单中添加了一个自定义条目,这样,如果我在 Dropbox 文件夹中并右键单击某个文件或文件夹,我就会看到一个 Dropbox 条目。

如何在系统范围的上下文菜单中添加条目?有什么黑客吗?我怎样才能以编程方式做到这一点?

Dropbox adds a custom entry in the Mac OS contextual menu, so that if I am in the Dropbox folder and right click on a file or folder, I see a Dropbox entry.

How is it possible to add an entry in the system-wide contextual menu? Are there any hacks? How can I do it programmatically?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉生梦死 2024-12-23 11:51:59

如果您只想在应用程序中执行此操作,请查看 Apple 的这篇文章,名为 显示上下文菜单

但我猜您想对所有上下文菜单执行此操作,我在上面提到的页面底部讨论了如何创建“上下文菜单插件”(或 CFPlugin)安装在“库/上下文菜单项” 目录中。这是 插件参考指南CFPlugins。它还提到您需要实现一些 Carbon 菜单管理器功能,但我不确定这是否适合 10.6 或 10.7。

If you want to do it just within an App, check out this article from Apple named Displaying a Contextual Menu

But I'm guessing you want to do this for all contextual menus, the bottom of the page I referred you to above talks about how to create a "Contextual Menu Plug-in" (or CFPlugin) installed in a "Library/Contextual Menu Items" directory. Here's the reference guide for plug-ins and CFPlugins. It also mentions you need to implement some Carbon Menu Manager functionality, but I'm not certain if that's appropriate in 10.6 or 10.7.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文