如何授予我的应用程序“辅助访问权限”一旦“启用辅助设备访问”已检查?

发布于 2025-01-02 01:31:35 字数 364 浏览 1 评论 0原文

我有一个应用程序,它使用(完全用户友好的)系统范围的键盘挂钩来实现辅助功能。

当应用程序启动时,我检查是否选中“启用辅助设备访问”设置,正如其他人在这里询问的那样:以编程方式确定是否在 Cocoa 应用程序中选中了“启用辅助设备的访问权限”

我的问题是,即使在通过复选框启用访问权限,应用程序将在没有这些权限的情况下继续运行。如何授予(当前正在运行的)应用程序权限并使键盘挂钩正常工作?我需要重新启动应用程序吗?

I have an app that uses a (perfectly user-benevolent) system-wide keyboard hook for accessibility purposes.

When the app starts up, I check if the "Enable Access for Assistive Devices" setting is checked, as asked by someone else here: Programmatically determine if "enable access for assistive devices" is checked in Cocoa app

My problem is that, even after Enabling Access via the checkbox, the app continues to run without those privileges. How do I give the (currently running) app the privileges and get the keyboard hook working? Do I need to restart the app?

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

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

发布评论

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

评论(1

究竟谁懂我的在乎 2025-01-09 01:31:35

浏览您发布的链接,

我再次询问了辅助功能工程师,显然你必须
重新执行或重新启动现在受信任的应用程序以达到新状态
生效。

我会向用户显示应用程序必须重新启动才能启用辅助权限的通知或消息,然后重新启动它。

Looking through the link you posted,

I asked the Accessibility engineer again, and apparently you have to
re-exec or re-launch the now-trusted application for the new state to
take effect.

I would present the user with a notification or message that the application has to restart to enable assistive privileges, then restart it.

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