Skip to content

Instantly share code, notes, and snippets.

@vitormil
Last active March 14, 2021 14:18
Show Gist options
  • Save vitormil/df912f6bafa2048c3657c38a1e7f1977 to your computer and use it in GitHub Desktop.
Save vitormil/df912f6bafa2048c3657c38a1e7f1977 to your computer and use it in GitHub Desktop.
How to increase keyboard key repeat rate on OS X?
defaults write -g ApplePressAndHoldEnabled -bool false
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment