Created
November 23, 2012 17:33
-
-
Save fancyremarker/4136584 to your computer and use it in GitHub Desktop.
Blazingly fast key repeat in OS X
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
#!/bin/sh | |
defaults write -g KeyRepeat -int 0 # <- 0 ms | |
defaults write -g InitialKeyRepeat -int 10 # <- 100 ms | |
defaults write -g ApplePressAndHoldEnabled -bool false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This sets key repeat to 0 ms, and initial key repeat to 100 ms. Logout is required for the changes to take effect.
For a superset of this functionality that doesn't require logging out, try KeyRemap4MacBook.