Skip to content

Commit 1a25c68

Browse files
committed
fix key repeat latency
1 parent f43debe commit 1a25c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/macos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true
317317
defaults write com.apple.DiskUtility advanced-image-options -bool true
318318

319319
# Increase the key repeat rate
320-
defaults write NSGlobalDomain KeyRepeat -int 1
321-
defaults write NSGlobalDomain InitialKeyRepeat -int 10
320+
defaults write NSGlobalDomain KeyRepeat -int 2
321+
defaults write NSGlobalDomain InitialKeyRepeat -int 15
322322

323323
# Disable the horrible character chooser popup, and get proper key repeat
324324
defaults write -g ApplePressAndHoldEnabled -bool false

0 commit comments

Comments
 (0)