diff --git a/README.md b/README.md index c313c0c..15e3bcd 100644 --- a/README.md +++ b/README.md @@ -530,6 +530,12 @@ Disable the default "press and hold" behavior. defaults write -g ApplePressAndHoldEnabled -bool false ``` +#### Set Key Repeat Rate +Sets a very fast repeat rate, adjust to taste. +```bash +defaults write NSGlobalDomain KeyRepeat -int 0.02 +``` + ## Media