update keyboard repeat settings osx script
This commit is contained in:
@@ -90,10 +90,10 @@ echo "Disable press-and-hold for keys in favor of key repeat"
|
|||||||
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
|
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
|
||||||
|
|
||||||
echo "Set a blazingly fast keyboard repeat rate"
|
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"
|
echo "Set a shorter Delay until key repeat"
|
||||||
defaults write NSGlobalDomain InitialKeyRepeat -int 12
|
defaults write NSGlobalDomain InitialKeyRepeat -int 15
|
||||||
|
|
||||||
#echo "Disable auto-correct"
|
#echo "Disable auto-correct"
|
||||||
#defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
|
#defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
|
||||||
|
|||||||
Reference in New Issue
Block a user