From 9e49a8a00f2209f8ac6dc44e13c7a51b98e9156f Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 19:28:55 +0200 Subject: [PATCH] Add command to enable key repeat --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9146429..7046dce 100644 --- a/README.md +++ b/README.md @@ -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