Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法通过直接在弹出窗口中的按钮要求在弹出窗口(类似 NSAlert)中启用对辅助设备的访问?
不,用户必须打开系统偏好设置才能启用此功能。
您可以提供一个按钮来导航到正确的系统偏好页面:
[[NSWorkspace sharedWorkspace] openFile:@"/System/Library/PreferencePanes/UniversalAccessPref.prefPane"];