Last active
March 10, 2021 03:34
-
-
Save VernonGrant/9785fe97c5e5581b809dde06107fb05c to your computer and use it in GitHub Desktop.
Set Mac KeyRepeat Rate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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