Skip to content

Commit

Permalink
👍 feat: add Keyboard configs macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jun 22, 2024
1 parent b672081 commit 285f55f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macos/Preferences/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 285f55f

Please sign in to comment.