Skip to content

Commit 8ee1929

Browse files
committed
Turn off auto-capitalization and auto-correction
1 parent 49c25a3 commit 8ee1929

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

bin/macos-setup

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ defaults write NSGlobalDomain InitialKeyRepeat -int 15
1313
# Disable press-and-hold for diacritic selector (enables key repeat everywhere)
1414
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
1515

16-
# Turn off dictation
17-
defaults write com.apple.HIToolbox AppleDictationAutoEnable -int 0
18-
1916
# Dark mode
2017
defaults write NSGlobalDomain AppleInterfaceStyle -string "Dark"
2118

@@ -37,4 +34,8 @@ defaults write com.apple.dock mru-spaces -bool false
3734
# Turn off dictation auto-enable
3835
defaults write com.apple.HIToolbox AppleDictationAutoEnable -int 0
3936

37+
# Disable auto-correction and auto-capitalization
38+
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
39+
defaults write NSGlobalDomain NSAutomaticCapitalizationEnabled -bool false
40+
4041
echo "Done. Some changes require a logout or restart to take effect."

0 commit comments

Comments
 (0)