Add command to enable key repeat
This commit is contained in:
parent
c764c826b9
commit
9e49a8a00f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user