From 988e3dccfdab3c901d18350871454d9ea8bbcf2c Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 28 Jul 2022 21:11:41 -0500 Subject: [PATCH] Update docs for KeyRepeat option. --- .osx | 1 + 1 file changed, 1 insertion(+) diff --git a/.osx b/.osx index 9f43367..f7a7c05 100755 --- a/.osx +++ b/.osx @@ -80,6 +80,7 @@ defaults write NSGlobalDomain ContextMenuGesture -int 1 defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false # Set a blazingly fast keyboard repeat rate, and make it happen more quickly. +# (The KeyRepeat option requires logging out and back in to take effect.) defaults write NSGlobalDomain InitialKeyRepeat -int 20 defaults write NSGlobalDomain KeyRepeat -int 1