You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tell application "System Events" to if not UI elements enabled then
tell me
activate
display dialog "This program requires OS X Assistive Access, which is currently disabled." & return & return & "Opening Assistive Access now... (You may be asked to enter your password.)" & return & return & "note: to run locally, enable access to Terminal or iTerm2, to run over SSH, enable access to sshd_keygen_wrapper." buttons {"OK"} default button 1 with icon 1
end tell
tell application "System Preferences"
activate
set securityPane to pane id "com.apple.preference.security"
tell securityPane to reveal anchor "Privacy_Accessibility"