← All writing
 ·  1 min read

Increase Mac OSX Key Repeat Speed

Increase keyboard key repeat speed on macOS using terminal defaults commands.

Increase Mac OSX Key Repeat Speed

Enter the following in the terminal:

bash
defaults write -g InitialKeyRepeat -int 12 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)

Then logout and then back into your Mac. You are finished.

Resources

https://apple.stackexchange.com/questions/10467/how-to-increase-keyboard-key-repeat-rate-on-os-x