Navigation Menu

Skip to content

Commit

Permalink
Updated delay before key repeat to allow better typing with external …
Browse files Browse the repository at this point in the history
…keyboard
  • Loading branch information
JangoSteve committed Apr 4, 2012
1 parent d3888ac commit fe854f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx.sh
Expand Up @@ -91,7 +91,7 @@ defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
defaults write NSGlobalDomain KeyRepeat -int 0.02 defaults write NSGlobalDomain KeyRepeat -int 0.02


# Set a shorter Delay until key repeat # Set a shorter Delay until key repeat
defaults write NSGlobalDomain InitialKeyRepeat -int 12 defaults write NSGlobalDomain InitialKeyRepeat -int 25


# Disable auto-correct # Disable auto-correct
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
Expand Down

0 comments on commit fe854f3

Please sign in to comment.