Skip to content

Instantly share code, notes, and snippets.

@razhangwei
Last active April 25, 2020 00:07
Show Gist options
  • Save razhangwei/f39b09031e47ff16938bdd6e0b114d4a to your computer and use it in GitHub Desktop.
Save razhangwei/f39b09031e47ff16938bdd6e0b114d4a to your computer and use it in GitHub Desktop.
Enable Key Repeating in #macOS
  1. First, adjust Key Repeat and Delay Until Repeat in Keyboard setting.
  2. Disable press and hold.
defaults write -g ApplePressAndHoldEnabled -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment