Merge pull request #766 from padi/patch-1

KeyRepeat on Sierra way too fast to be practical
This commit is contained in:
Luiz Gonzaga dos Santos Filho
2017-09-21 13:04:12 -07:00
committed by GitHub

View File

@@ -56,7 +56,8 @@ defaults write NSGlobalDomain AppleFontSmoothing -int 2
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
# Set a blazingly fast keyboard repeat rate # 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 # Disable auto-correct
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false