Skip to content

Commit

Permalink
fix key repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
marten committed Nov 26, 2023
1 parent 72a7788 commit c64e4e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false
defaults write NSGlobalDomain NSAutomaticCapitalizationEnabled -bool false

# System Preferences > Keyboard >
defaults write NSGlobalDomain KeyRepeat -int 0
defaults write NSGlobalDomain KeyRepeat -int 1
# System Preferences > Keyboard >
defaults write NSGlobalDomain InitialKeyRepeat -int 15

Expand Down Expand Up @@ -159,4 +159,3 @@ done

# Done
echo "Done. Note that some of these changes require a logout/restart to take effect."

0 comments on commit c64e4e2

Please sign in to comment.