Skip to content

Commit

Permalink
disable keyboard repeat setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mptardy committed Aug 14, 2018
1 parent 1ba8af6 commit ed2ff29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -606,9 +606,9 @@ defaults write com.apple.universalaccess closeViewZoomFollowsFocus -bool true;ok
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 2
defaults write NSGlobalDomain InitialKeyRepeat -int 10;ok
# running "Set a blazingly fast keyboard repeat rate"
# defaults write NSGlobalDomain KeyRepeat -int 2
# defaults write NSGlobalDomain InitialKeyRepeat -int 10;ok

running "Set language and text formats (english/US)"
defaults write NSGlobalDomain AppleLanguages -array "en"
Expand Down

0 comments on commit ed2ff29

Please sign in to comment.