Skip to content

Commit

Permalink
not so blazingly fast key repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Mar 22, 2017
1 parent bc4f55a commit b5cfd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ running "Disable press-and-hold for keys in favor of key repeat"
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false;ok

running "Set a blazingly fast keyboard repeat rate"
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain KeyRepeat -int 2
defaults write NSGlobalDomain InitialKeyRepeat -int 10;ok

running "Set language and text formats (english/US)"
Expand Down

0 comments on commit b5cfd4e

Please sign in to comment.