Last active
January 3, 2017 16:06
-
-
Save gbraccialli/1a8953f34c2c6ee42c4c48214e979f3c 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
defaults write -g InitialKeyRepeat -int 15 | |
defaults write -g KeyRepeat -int 45 | |
defaults write -g ApplePressAndHoldEnabled -bool false | |
defaults write NSGlobalDomain KeyRepeat -int 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment