Skip to content

Instantly share code, notes, and snippets.

@bmarkons
Last active November 30, 2020 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bmarkons/1d247edd2bf7f02125765aea336ceab2 to your computer and use it in GitHub Desktop.
Save bmarkons/1d247edd2bf7f02125765aea336ceab2 to your computer and use it in GitHub Desktop.
Boost mouse speed on iMac
# Stolen from here https://www.tylernichols.com/apple/speed-up-mouse-tracking-on-mac-os-x
defaults write -g com.apple.mouse.scaling 6.0
# Boost keyboard speed
defaults write NSGlobalDomain KeyRepeat -int 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment