Skip to content

Instantly share code, notes, and snippets.

@kristinn
Created October 17, 2017 08:35
Show Gist options
  • Save kristinn/7a2df9877800b20ffc7a52c8169ccbe4 to your computer and use it in GitHub Desktop.
Save kristinn/7a2df9877800b20ffc7a52c8169ccbe4 to your computer and use it in GitHub Desktop.
macOS key repeat rate
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