Created
August 14, 2014 02:57
-
-
Save dannyid/a323d788de883739316b to your computer and use it in GitHub Desktop.
Turn off key accents when trying to repeat a key on OSX
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 run: | |
defaults write -g ApplePressAndHoldEnabled -bool false | |
To turn back on: | |
defaults write -g ApplePressAndHoldEnabled -bool true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment