Created
October 17, 2017 08:35
-
-
Save kristinn/7a2df9877800b20ffc7a52c8169ccbe4 to your computer and use it in GitHub Desktop.
macOS key repeat 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
defaults write -g InitialKeyRepeat -int 15 # default value is 20 | |
defaults write -g KeyRepeat -int 1 # default value is 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment