Skip to content

Commit

Permalink
Add max tracking speed update to osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Dec 1, 2018
1 parent d37efeb commit a2e5053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
defaults write NSGlobalDomain InitialKeyRepeat -int 12
defaults write NSGlobalDomain KeyRepeat -int 2

# Increase tracking speed limit
defaults write -g com.apple.trackpad.scaling -float 5.0

# Faster key repeat
# defaults write NSGlobalDomain InitialKeyRepeat -int 10
# defaults write NSGlobalDomain KeyRepeat -int 1
Expand Down

0 comments on commit a2e5053

Please sign in to comment.