From 60cb2a207af67d23dc3d632e6d3db08dddb6858a Mon Sep 17 00:00:00 2001 From: machupicchubeta Date: Mon, 9 Jan 2017 03:07:22 +0900 Subject: [PATCH] Speed up for key repeat see also: - https://github.com/pansen/dotfiles/commit/60abb0ee49bdfdc87625937eb0c668edfebe7af1 - https://github.com/tekezo/Karabiner-Elements/issues/10 --- .osx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.osx b/.osx index 740cad77..825e6096 100644 --- a/.osx +++ b/.osx @@ -64,6 +64,8 @@ defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false # Set a blazingly fast keyboard repeat rate defaults write NSGlobalDomain KeyRepeat -int 0 +defaults write -g InitialKeyRepeat -int 1 +defaults write -g KeyRepeat -int 1 # Disable auto-correct defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false