Skip to content

Instantly share code, notes, and snippets.

@vincent178
Created August 17, 2017 13:18
Show Gist options
  • Save vincent178/353d4f8b5ff20dac6eac081d40a7c214 to your computer and use it in GitHub Desktop.
Save vincent178/353d4f8b5ff20dac6eac081d40a7c214 to your computer and use it in GitHub Desktop.
change key repeat for Mac
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment