Skip to content

Instantly share code, notes, and snippets.

@ckundo
Last active June 21, 2020 00:50
Show Gist options
  • Save ckundo/93a4047e8a3372376de1addb717663b8 to your computer and use it in GitHub Desktop.
Save ckundo/93a4047e8a3372376de1addb717663b8 to your computer and use it in GitHub Desktop.
% /System/Library/CoreServices/VoiceOver.app/Contents/MacOS/VoiceOver -h
Framework Version: 708.13
Usage: VoiceOver <subcommand> [options...]
-h -- Help.
-k -- Keyboard Help.
-l logmask -- A comma separated list of log masks (mask1,mask2,...).
-p -- Do not show splash screen.
-q -- Quick start.
-t appname -- A comma separated list of application names to target.
-v -- Version information.
-L -- This screenreader is meant to run at login time.
-T testTarget -- A comma separated list of the process identifiers of the applications that will be tested with VoiceOver.
-a -- Automatic start at login
Available subcommands:
launchd
@ckundo
Copy link
Author

ckundo commented Jun 21, 2020

sudo launchctl debug gui/$UID/com.apple.VoiceOver -- /System/Library/CoreServices/VoiceOver.app/Contents/MacOS/VoiceOver -p -t Safari launchd -s; /System/Library/CoreServices/VoiceOver.app/Contents/MacOS/VoiceOverStarter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment