File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ defaults write NSGlobalDomain InitialKeyRepeat -int 15
1313# Disable press-and-hold for diacritic selector (enables key repeat everywhere)
1414defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
1515
16- # Turn off dictation
17- defaults write com.apple.HIToolbox AppleDictationAutoEnable -int 0
18-
1916# Dark mode
2017defaults 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
3835defaults 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+
4041echo " Done. Some changes require a logout or restart to take effect."
You can’t perform that action at this time.
0 commit comments