Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.macos: Fix the keyboard repeat rate command
  • Loading branch information
mathiasbynens committed Aug 1, 2016
1 parent e6f23b1 commit 6b4d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .macos
Expand Up @@ -178,7 +178,7 @@ defaults write com.apple.universalaccess closeViewZoomFollowsFocus -bool true
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false

# Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 0
defaults write NSGlobalDomain KeyRepeat -float 0.000000000001

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

0 comments on commit 6b4d961

Please sign in to comment.