Created
September 5, 2018 02:09
-
-
Save XrXr/fbfdb9b0b8934de2ef19fbcdba95c1d0 to your computer and use it in GitHub Desktop.
Mac keyrepeat config
This file contains 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 250 # normal minimum is 15 (225 ms) | |
defaults write -g KeyRepeat -int 2 # normal minimum is 2 (30 ms) | |
# credit to https://apple.stackexchange.com/a/83923 for the config names and info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment