Skip to content

Instantly share code, notes, and snippets.

@dannyid
Created August 14, 2014 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyid/a323d788de883739316b to your computer and use it in GitHub Desktop.
Save dannyid/a323d788de883739316b to your computer and use it in GitHub Desktop.
Turn off key accents when trying to repeat a key on OSX
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