Skip to content

Instantly share code, notes, and snippets.

@codekipple
Created January 2, 2012 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codekipple/1552264 to your computer and use it in GitHub Desktop.
Save codekipple/1552264 to your computer and use it in GitHub Desktop.
changing maximum speed of mouse tracking on osx using the terminal
# get the current mouse tracking value on osx, default was set to 3
defaults read -g com.apple.mouse.scaling
# set a new mouse tracking speed
defaults write -g com.apple.mouse.scaling your_mouse_speed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment