Skip to content

Instantly share code, notes, and snippets.

@ganchclub
Created August 2, 2019 10:24
Show Gist options
  • Save ganchclub/b58b2db434ce39f2669753b6aa68b46c to your computer and use it in GitHub Desktop.
Save ganchclub/b58b2db434ce39f2669753b6aa68b46c to your computer and use it in GitHub Desktop.
Increase keyboard key repeat rate on OS X?
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