diff --git a/setup-macos.sh b/setup-macos.sh index c5967c2..d847004 100755 --- a/setup-macos.sh +++ b/setup-macos.sh @@ -29,7 +29,7 @@ defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false defaults write NSGlobalDomain NSAutomaticCapitalizationEnabled -bool false # System Preferences > Keyboard > -defaults write NSGlobalDomain KeyRepeat -int 0 +defaults write NSGlobalDomain KeyRepeat -int 1 # System Preferences > Keyboard > defaults write NSGlobalDomain InitialKeyRepeat -int 15 @@ -159,4 +159,3 @@ done # Done echo "Done. Note that some of these changes require a logout/restart to take effect." -