diff --git a/README.md b/README.md index 9b3eb37..69ea4c8 100644 --- a/README.md +++ b/README.md @@ -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