Add Input Devices category, add auto-correct settings

This commit is contained in:
Marcel Bischoff 2015-09-23 22:33:52 +02:00
parent aec3b7e882
commit c8b20684d8

View File

@ -15,6 +15,7 @@ If you want to contribute, please read the [contribution guidelines](contributin
* [Finder](#finder)
* [Fonts](#fonts)
* [Hardware](#hardware)
* [Input Devices](#input-devices)
* [Media](#media)
* [Networking](#networking)
* [Package Managers](#package-managers)
@ -82,6 +83,14 @@ sudo pmset -g
```
## Input Devices
### Disable/enable auto-correct
```bash
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool true
```
## Media
### Convert audio file to iPhone ringtone