Skip to content

Instantly share code, notes, and snippets.

@diophung
Created November 4, 2022 03:09
Show Gist options
  • Save diophung/c2a07fd7ecf0e3dacc87783fe7394aad to your computer and use it in GitHub Desktop.
Save diophung/c2a07fd7ecf0e3dacc87783fe7394aad to your computer and use it in GitHub Desktop.
Increase keyboard repeat rate on Mac
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