Add key repeat rate command

This commit is contained in:
Marcel Bischoff 2015-10-18 19:36:50 +02:00
parent b94286fdab
commit b84ff5d848

View File

@ -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