Skip to content

Instantly share code, notes, and snippets.

@croaker
Created October 3, 2015 10:59
Show Gist options
  • Save croaker/215fcc4ab414dbbb59ec to your computer and use it in GitHub Desktop.
Save croaker/215fcc4ab414dbbb59ec to your computer and use it in GitHub Desktop.
Key Repeat Settings for Mac OSX
# repeat characters on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# faster initial key repeat
defaults write NSGlobalDomain InitialKeyRepeat -int 12
# super fast key repeat
defaults write NSGlobalDomain KeyRepeat -int 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment