Add command to enable key repeat

This commit is contained in:
Marcel Bischoff 2015-10-18 19:28:55 +02:00
parent c764c826b9
commit 9e49a8a00f

View File

@ -514,6 +514,12 @@ defaults write -g NSAutomaticSpellingCorrectionEnabled -bool true
defaults read -g NSAutomaticSpellingCorrectionEnabled
```
#### Enable Key Repeat
Disable the default "press and hold" behavior.
```bash
defaults write -g ApplePressAndHoldEnabled -bool false
```
## Media