Skip to content

Instantly share code, notes, and snippets.

@stevenschobert
Created February 17, 2014 16:43
Show Gist options
  • Select an option

  • Save stevenschobert/9054191 to your computer and use it in GitHub Desktop.

Select an option

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.
# 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