Snippets
How to enable key repeats on your Mac
Hey,
If you want to enable key repeats on your Mac, follow the steps down below-
-
Open Terminal
-
Enter the following command into Terminal and press enter:
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
- Close your application (cmd + q) and open it again.
Now it should work.