From 7c4634235606414d6819148780ad057d4442e649 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 23 Sep 2011 20:58:03 +0300 Subject: Set a blazingly fast keyboard repeat rate. --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 6730126..97d2e13 100755 --- a/.osx +++ b/.osx @@ -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 -- cgit v1.2.3