---
title: Accessibility
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/accessibility
---

# Accessibility

The payload that configures the accessibility features of the device.

## Declaration

```data
object Accessibility
```

## Properties

closeViewFarPoint: The minimum zoom level in the Zoom options. closeViewHotkeysEnabled: If true, enables “Use keyboard shortcuts” in the Zoom options. closeViewNearPoint: The maximum zoom level in the Zoom options. closeViewScrollWheelToggle: If true, enables “Use scroll gesture” in the Zoom options. closeViewShowPreview: If true, enables “Show preview rectangle” in the Zoom options. Only available in macOS 10.15 and earlier. Deprecated: macOS 10.15+ closeViewSmoothImages: If true, enables “Smooth images” in the Zoom options. contrast: The contrast value in the Display options. flashScreen: If true, enables “Flash the screen” in the Audio options. grayscale: If true, enables “Use grayscale” in the Display options. This option is deprecated in macOS 11. Deprecated: macOS 11+ mouseDriver: If true, enables Mouse Keys in the Mouse & Trackpad options. mouseDriverCursorSize: The size of the cursor. mouseDriverIgnoreTrackpad: If true, ignores the built-in trackpad. mouseDriverInitialDelay: The initial delay before moving the mouse with Mouse Keys. mouseDriverMaxSpeed: The maximum speed for the cursor when using Mouse Keys. slowKey: If true, enables “Slow Keys” in the Keyboard options. slowKeyBeepOn: If true, enables “click key sounds” for Slow Keys. slowKeyDelay: The acceptance delay, in milliseconds, for Slow Keys. stereoAsMono: If true, plays stereo audio as mono. stickyKey: If true, enables Sticky Keys in the Keyboard options. stickyKeyBeepOnModifier: If true, enables the beep when a modifier key is set for Sticky Keys. stickyKeyShowWindow: If true, enables “Display pressed keys on screen” for Sticky Keys. voiceOverOnOffKey: If true, enables Voice Over. whiteOnBlack: If true, enables Invert Colors in Display Accommodations.

## Discussion

Discussion Specify com.apple.universalaccess as the payload type. Profile availability  |   |   |   |   |   |   |   |  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>

## See Also

### User experience

- [Desktop](devicemanagement/desktop.md)
- [Dock](devicemanagement/dock.md)
- [Finder](devicemanagement/finder.md)
- [HomeScreenLayout](devicemanagement/homescreenlayout.md)
- [ManagedMenuExtras](devicemanagement/managedmenuextras.md)
- [Notifications](devicemanagement/notifications.md)
- [ScreensaverUser](devicemanagement/screensaveruser.md)
- [SetupAssistant](devicemanagement/setupassistant.md)
- [TimeMachine](devicemanagement/timemachine.md)
