Skip to content

Instantly share code, notes, and snippets.

@hoggren
Created July 1, 2021 09:37
Show Gist options
  • Save hoggren/61b36088e361b4df93d0d1d36db5a15e to your computer and use it in GitHub Desktop.
Save hoggren/61b36088e361b4df93d0d1d36db5a15e to your computer and use it in GitHub Desktop.
# Removes the speech bubble with letters incl. accents etc.
# Great addon for this modificatiton
defaults write -g ApplePressAndHoldEnabled -bool false
# normal minimum is 15 (225 ms)
defaults write -g InitialKeyRepeat -int 20
# normal minimum is 2 (30 ms)
defaults write -g KeyRepeat -int 2
# ^ Current values is set right know ^ #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment