update keyboard repeat settings osx script

This commit is contained in:
Nick Nisi
2014-05-02 16:09:10 -05:00
parent 11c38c4120
commit 4cb740f2a0

View File

@@ -90,10 +90,10 @@ echo "Disable press-and-hold for keys in favor of key repeat"
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
echo "Set a blazingly fast keyboard repeat rate"
defaults write NSGlobalDomain KeyRepeat -int 0
defaults write NSGlobalDomain KeyRepeat -int 2
echo "Set a shorter Delay until key repeat"
defaults write NSGlobalDomain InitialKeyRepeat -int 12
defaults write NSGlobalDomain InitialKeyRepeat -int 15
#echo "Disable auto-correct"
#defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false