---
title: KeyboardSettings
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/keyboardsettings
---

# KeyboardSettings

The declaration to configure keyboard settings.

## Declaration

```data
object KeyboardSettings
```

## Properties

AllowAutoCorrection: If false, disables auto-correction. Available: iOS 26.4+ | iPadOS 26.4+ AllowDefinitionLookup: If false, disables definition lookup. AllowDictation: If false, disables dictation. AllowMathKeyboardSuggestions: If false, disables keyboard suggestions that include math solutions. This key is also supported by the math.settings configuration. AllowPredictiveText: If false, disables predictive text. Available: iOS 26.4+ | iPadOS 26.4+ AllowSlideToType: If false, disables slide to type. Available: iOS 26.4+ | iPadOS 26.4+ AllowSpellCheck: If false, disables spell check. Available: iOS 26.4+ | iPadOS 26.4+ AllowTextReplacement: If false, disables text replacement. Available: iOS 26.4+ | iPadOS 26.4+

## Discussion

Discussion Specify com.apple.configuration.keyboard.settings as the declaration type. Configuration availability  |   |   |   |   |   |   |   |  Configuration examples This configuration restricts keyboard features. {     "Type": "com.apple.configuration.keyboard.settings",     "Identifier": "A1B2C3D4-E5F6-4A5B-9C8D-7E6F5A4B3C2D",     "ServerToken": "F1E2D3C4-B5A6-4D5E-8F9A-0B1C2D3E4F5A",     "Payload": {         "AllowAutoCorrection": false,         "AllowSlideToType": false,         "AllowDefinitionLookup": false,         "AllowDictation": false,         "AllowMathKeyboardSuggestions": false,         "AllowPredictiveText": false,         "AllowTextReplacement": false,         "AllowSpellCheck": false     } }

## See Also

### Configurations

- [AccountCalDAV](devicemanagement/accountcaldav.md)
- [AccountCardDAV](devicemanagement/accountcarddav.md)
- [AccountExchange](devicemanagement/accountexchange.md)
- [AccountGoogle](devicemanagement/accountgoogle.md)
- [AccountLDAP](devicemanagement/accountldap.md)
- [AccountMail](devicemanagement/accountmail.md)
- [AccountSubscribedCalendar](devicemanagement/accountsubscribedcalendar.md)
- [AppManaged](devicemanagement/appmanaged.md)
- [AppSettings](devicemanagement/appsettings.md)
- [AudioAccessorySettings](devicemanagement/audioaccessorysettings.md)
- [ContentCaching](devicemanagement/contentcaching.md)
- [DiskManagementSettings](devicemanagement/diskmanagementsettings.md)
- [ExtensibleSSO](devicemanagement/extensiblesso.md)
- [ExternalIntelligenceSettings](devicemanagement/externalintelligencesettings.md)
- [IntelligenceSettings](devicemanagement/intelligencesettings.md)
