Skip to content

Instantly share code, notes, and snippets.

@alextrastero
Last active March 6, 2018 16:31
Show Gist options
  • Save alextrastero/613c14804c00043b3158a7314351d2f1 to your computer and use it in GitHub Desktop.
Save alextrastero/613c14804c00043b3158a7314351d2f1 to your computer and use it in GitHub Desktop.
Increase keyboard repeat rate mac

First one is repeat rate and the second one is the delay before start repeating

defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment