-
-
Save brianloveswords/5091409 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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