From 85132b893aba2ad7a1340fd14e12f7010d536dd2 Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:56:26 -0400 Subject: [PATCH] 3/26/2024 (#38) --- settings.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/settings.sh b/settings.sh index 5d1f5ee..f7d6d8d 100755 --- a/settings.sh +++ b/settings.sh @@ -123,11 +123,13 @@ if [[ "${OSTYPE:-}" == "darwin"* ]]; then # ***** Settings > Wallet & Apple Pay ***** # ***** Settings > Keyboard ***** + # Key repeat rate: fast (requires restart?) + defaults write .GlobalPreferences KeyRepeat -int 2 # Turn off auto-correct - defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false - defaults write NSGlobalDomain WebAutomaticSpellingCorrectionEnabled -bool false + defaults write .GlobalPreferences NSAutomaticSpellingCorrectionEnabled -bool false + defaults write .GlobalPreferences WebAutomaticSpellingCorrectionEnabled -bool false # Turn off text replacements (requires restart?) - defaults write NSGlobalDomain WebAutomaticTextReplacementEnabled -bool false + defaults write .GlobalPreferences WebAutomaticTextReplacementEnabled -bool false # TODO: keyboard brightness # ***** Settings > Mouse *****