From 285f55fdab067bc82c3997524daed5a2cf5a1ad6 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Sat, 22 Jun 2024 15:26:56 +0700 Subject: [PATCH] :+1: feat: add Keyboard configs macOS --- macos/Preferences/config.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/macos/Preferences/config.sh b/macos/Preferences/config.sh index 7bd40fb..22da535 100644 --- a/macos/Preferences/config.sh +++ b/macos/Preferences/config.sh @@ -203,3 +203,8 @@ echo "UnnaturalScrollWheel is configured" # defaults read com.apple.menuextra.clock defaults write com.apple.menuextra.clock ShowDayOfWeek -bool true defaults write com.apple.menuextra.clock ShowSeconds -bool true + +# ===================== Keyboard Options ===================== # +# defaults read NSGlobalDomain +defaults write NSGlobalDomain KeyRepeat -int 2 # key repeat fast +defaults write NSGlobalDomain InitialKeyRepeat -int 25 # key repeat fast