We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43debe commit 1a25c68Copy full SHA for 1a25c68
scripts/macos.sh
@@ -317,8 +317,8 @@ defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true
317
defaults write com.apple.DiskUtility advanced-image-options -bool true
318
319
# Increase the key repeat rate
320
-defaults write NSGlobalDomain KeyRepeat -int 1
321
-defaults write NSGlobalDomain InitialKeyRepeat -int 10
+defaults write NSGlobalDomain KeyRepeat -int 2
+defaults write NSGlobalDomain InitialKeyRepeat -int 15
322
323
# Disable the horrible character chooser popup, and get proper key repeat
324
defaults write -g ApplePressAndHoldEnabled -bool false
0 commit comments