Accessibility
The payload that configures the accessibility features of the device.
Declaration
object AccessibilityProperties
| Name | Type | Description |
|---|---|---|
closeViewFarPoint | integer | The minimum zoom level in the Zoom options. |
closeViewHotkeysEnabled | boolean | If |
closeViewNearPoint | integer | The maximum zoom level in the Zoom options. |
closeViewScrollWheelToggle | boolean | If |
closeViewShowPreview | boolean | If |
closeViewSmoothImages | boolean | If |
contrast | number | The contrast value in the Display options. |
flashScreen | boolean | If |
grayscale | boolean | If This option is deprecated in macOS 11. |
mouseDriver | boolean | If |
mouseDriverCursorSize | integer | The size of the cursor. |
mouseDriverIgnoreTrackpad | boolean | If |
mouseDriverInitialDelay | integer | The initial delay before moving the mouse with Mouse Keys. |
mouseDriverMaxSpeed | integer | The maximum speed for the cursor when using Mouse Keys. |
slowKey | boolean | If |
slowKeyBeepOn | boolean | If |
slowKeyDelay | integer | The acceptance delay, in milliseconds, for Slow Keys. |
stereoAsMono | boolean | If |
stickyKey | boolean | If |
stickyKeyBeepOnModifier | boolean | If |
stickyKeyShowWindow | boolean | If |
voiceOverOnOffKey | boolean | If |
whiteOnBlack | boolean | If |
Discussion
Specify com.apple.universalaccess as the payload type.
Profile availability
Device channel | macOS |
User channel | macOS |
Allow manual install | macOS |
Requires supervision | NA |
Requires user-approved MDM | NA |
Allowed in user enrollment | NA |
Allow multiple payloads | NA |
Profile example
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>stickyKey</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.example.myaccessibilitypayload</string>
<key>PayloadType</key>
<string>com.apple.universalaccess</string>
<key>PayloadUUID</key>
<string>bff2939d-cb4c-4f6d-8521-e26bc7c03e96</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Accessibility</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>e7b55cc7-0d94-4045-8868-dcc1b1c58159</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>