Skip to content

Instantly share code, notes, and snippets.

@brianloveswords
Forked from gcatlin/gist:1897059
Last active December 14, 2015 13:09
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 brianloveswords/5091409 to your computer and use it in GitHub Desktop.
Save brianloveswords/5091409 to your computer and use it in GitHub Desktop.
# Source: http://quickies.seriot.ch/index.php?id=411
# The lowest that the slider on the GUI goes is 15.
# I recommend 13 or 14 – it gets out of control very quickly.
defaults write NSGlobalDomain InitialKeyRepeat -int 13
# The lowest the GUI goes is 2
# 0 is fine to use here.
defaults write NSGlobalDomain KeyRepeat -int 0
# After editing these values you'll need to log out for the settings
# to take effect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment