1

Is there a way to ask to enable access for assistive device in a popup windows (NSAlert like) with a button directly in the popup window?

zoul
  • 102,279
  • 44
  • 260
  • 354
Matthieu Riegler
  • 31,918
  • 20
  • 95
  • 134

1 Answers1

3

No, users have to open the System Preferences to enable this.

You can provide a button to navigate to the right System Preference page though:

[[NSWorkspace sharedWorkspace] openFile:@"/System/Library/PreferencePanes/UniversalAccessPref.prefPane"];
omz
  • 53,243
  • 5
  • 129
  • 141