Better Key Rates – OSX

Set better keyboard repeat rates with the following commands in terminal. Before running the commands set your Key Repeat and Delay Until Repeat to the fastest options (System Preferences->Keyboard). #disable special characters when holding keys defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false # normal minimum is 15 (225 ms) defaults write -g InitialKeyRepeat -float 10.0 defaults … Read more