Created
May 30, 2017 10:19
-
-
Save bitboxx/3834818cf2b6331c4ff386212eb53f05 to your computer and use it in GitHub Desktop.
Set MacOS Keyboard repeat rate
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
# 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