diff --git a/bin/macos b/bin/macos index 57cb126a..0ec2f9a3 100755 --- a/bin/macos +++ b/bin/macos @@ -56,7 +56,8 @@ defaults write NSGlobalDomain AppleFontSmoothing -int 2 defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false # Set a blazingly fast keyboard repeat rate -defaults write NSGlobalDomain KeyRepeat -int 0 +defaults write NSGlobalDomain KeyRepeat -int 1 +defaults write NSGlobalDomain InitialKeyRepeat -int 15 # Disable auto-correct defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false