Add Input Devices category, add auto-correct settings
This commit is contained in:
parent
aec3b7e882
commit
c8b20684d8
@ -15,6 +15,7 @@ If you want to contribute, please read the [contribution guidelines](contributin
|
|||||||
* [Finder](#finder)
|
* [Finder](#finder)
|
||||||
* [Fonts](#fonts)
|
* [Fonts](#fonts)
|
||||||
* [Hardware](#hardware)
|
* [Hardware](#hardware)
|
||||||
|
* [Input Devices](#input-devices)
|
||||||
* [Media](#media)
|
* [Media](#media)
|
||||||
* [Networking](#networking)
|
* [Networking](#networking)
|
||||||
* [Package Managers](#package-managers)
|
* [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
|
## Media
|
||||||
|
|
||||||
### Convert audio file to iPhone ringtone
|
### Convert audio file to iPhone ringtone
|
||||||
|
Loading…
Reference in New Issue
Block a user