Skip to content

Instantly share code, notes, and snippets.

@VernonGrant
Last active March 10, 2021 03:34
Show Gist options
  • Save VernonGrant/9785fe97c5e5581b809dde06107fb05c to your computer and use it in GitHub Desktop.
Save VernonGrant/9785fe97c5e5581b809dde06107fb05c to your computer and use it in GitHub Desktop.
Set Mac KeyRepeat Rate
# Run the following commands in your terminal (Mac OS) to increate the key repeat rate.
# Normal minimum is 15 (225 ms)
defaults write -g InitialKeyRepeat -int 10
# Normal minimum is 2 (30 ms)
defaults write -g KeyRepeat -int 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment