diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-23 20:58:03 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-23 20:58:03 +0300 |
commit | 7c4634235606414d6819148780ad057d4442e649 (patch) | |
tree | c98479e030b49aed25102c45f7708bff5778f1f5 | |
parent | c983fac557a35067c114f58c847d94b073d1c117 (diff) | |
download | dotfiles-7c4634235606414d6819148780ad057d4442e649.tar.gz dotfiles-7c4634235606414d6819148780ad057d4442e649.tar.bz2 dotfiles-7c4634235606414d6819148780ad057d4442e649.zip |
Set a blazingly fast keyboard repeat rate.
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ defaults write com.apple.dock launchanim -bool false # Disable press-and-hold for keys in favor of key repeat defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false +# Set a blazingly fast keyboard repeat rate +defaults write NSGlobalDomain KeyRepeat -int 0 + # Disable auto-correct defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false |