Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
πŸ› Set macOS keyboard repeat rates to lowest value
  • Loading branch information
alrra committed Sep 21, 2016
1 parent 5b5c99b commit 8f8d4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/os/preferences/macos/keyboard.sh
Expand Up @@ -13,10 +13,10 @@ execute "defaults write NSGlobalDomain AppleKeyboardUIMode -int 3" \
execute "defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false" \
"Disable press-and-hold in favor of key repeat"

execute "defaults write NSGlobalDomain 'InitialKeyRepeat_Level_Saved' -int 15" \
execute "defaults write NSGlobalDomain 'InitialKeyRepeat_Level_Saved' -int 10" \
"Set delay until repeat"

execute "defaults write NSGlobalDomain KeyRepeat -int 2" \
execute "defaults write NSGlobalDomain KeyRepeat -int 1" \
"Set the key repeat rate to fast"

execute "defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false" \
Expand Down

0 comments on commit 8f8d4c7

Please sign in to comment.