From b84ff5d8482c489f53683aa37c68903deef4d390 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 19:36:50 +0200 Subject: [PATCH] Add key repeat rate command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c313c0c..15e3bcd 100644 --- a/README.md +++ b/README.md @@ -530,6 +530,12 @@ Disable the default "press and hold" behavior. 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