Add key repeat rate command
This commit is contained in:
parent
b94286fdab
commit
b84ff5d848
@ -530,6 +530,12 @@ Disable the default "press and hold" behavior.
|
|||||||
defaults write -g ApplePressAndHoldEnabled -bool false
|
defaults write -g ApplePressAndHoldEnabled -bool false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Set Key Repeat Rate
|
||||||
|
Sets a very fast repeat rate, adjust to taste.
|
||||||
|
```bash
|
||||||
|
defaults write NSGlobalDomain KeyRepeat -int 0.02
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Media
|
## Media
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user