Skip to content

Instantly share code, notes, and snippets.

@bitboxx
Created May 30, 2017 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitboxx/3834818cf2b6331c4ff386212eb53f05 to your computer and use it in GitHub Desktop.
Save bitboxx/3834818cf2b6331c4ff386212eb53f05 to your computer and use it in GitHub Desktop.
Set MacOS Keyboard repeat rate
# In terminal
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 20
# Then logout / login or restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment