Skip to content

Instantly share code, notes, and snippets.

@effkay
Created April 17, 2012 21:27
Show Gist options
  • Select an option

  • Save effkay/2409169 to your computer and use it in GitHub Desktop.

Select an option

Save effkay/2409169 to your computer and use it in GitHub Desktop.
hc keyboard tuning
# Disable press-and-hold for keys in favor of key repeat
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
# Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment