From 52d4b5a870a9e29f7f27a8cccb7983358a288d78 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 19 Aug 2024 12:37:27 +0200 Subject: [PATCH] chore(bin): update keyboard values to current values --- bin/macos-settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/macos-settings b/bin/macos-settings index 1cf8cd2..161bf06 100755 --- a/bin/macos-settings +++ b/bin/macos-settings @@ -53,8 +53,8 @@ defaults write com.apple.universalaccess reduceMotion -bool true defaults write NSGlobalDomain NSTitleBarSize 22 # Set a blazingly fast keyboard repeat rate -defaults write NSGlobalDomain KeyRepeat -int 1 -defaults write NSGlobalDomain InitialKeyRepeat -int 10 +defaults write NSGlobalDomain KeyRepeat -int 2 +defaults write NSGlobalDomain InitialKeyRepeat -int 15 # Set language and text formats defaults write NSGlobalDomain AppleLanguages -array "en-DE" "de-DE" "ja-DE"