Skip to content

Commit 8bad6db

Browse files
committed
increase initial key repeat to 50ms
1 parent 28bb4e8 commit 8bad6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos/set-defaults.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults write com.apple.Finder FXPreferredViewStyle Nlsv
1717
chflags nohidden ~/Library
1818

1919
# Set a really fast key repeat.
20-
defaults write NSGlobalDomain InitialKeyRepeat -int 10
20+
defaults write NSGlobalDomain InitialKeyRepeat -int 50
2121
defaults write NSGlobalDomain KeyRepeat -int 1
2222

2323
# Set the Finder prefs for showing a few different volumes on the Desktop.

0 commit comments

Comments
 (0)