Created
February 17, 2014 16:43
-
-
Save stevenschobert/9054191 to your computer and use it in GitHub Desktop.
Turn off Apples "Press and Hold" keyboard option (for alt characters). Useful if you want key-repeat for letter characters.
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
| # app-specific. replace BUNDLE_NAME with app bundle (ex: com.sublimetext.2) | |
| defaults write BUNDLE_NAME ApplePressAndHoldEnabled -bool false | |
| # global | |
| defaults write -g ApplePressAndHoldEnabled -bool false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment