Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

Commit

Permalink
Re-enable fast key repeat.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshukraine committed May 24, 2020
1 parent 6ad11cc commit c4adaf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/macos-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
# defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false

# Set a blazingly fast keyboard repeat rate
# defaults write NSGlobalDomain KeyRepeat -int 1
# defaults write NSGlobalDomain InitialKeyRepeat -int 10
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10

# Set language and text formats
# Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with
Expand Down

0 comments on commit c4adaf3

Please sign in to comment.