Skip to content

Instantly share code, notes, and snippets.

@tomkinsc
Created August 25, 2015 15:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomkinsc/c0d030faab955cc44cf0 to your computer and use it in GitHub Desktop.
Save tomkinsc/c0d030faab955cc44cf0 to your computer and use it in GitHub Desktop.
invert Apple Magic Trackpad
  • In terminal, enter this:

    sudo defaults write com.apple.MultitouchSupport ForceAutoOrientation YES

  • Then turn off the trackpad by holding the power button until the indicator light turns off.

  • Physically invert the trackpad.

  • Turn on the trackpad.

  • Place five five fingers on the trackpad as if you were playing a piano.

  • Now the orientation should be changed, and the cursor movements should reflect the new orientation of the trackpad.

  • Note: This (seemingly) does not work for 90º rotations of the trackpad, only 180º.

  • To remove:

    sudo defaults remove com.apple.MultitouchSupport ForceAutoOrientation

@alexTitakoff
Copy link

ahahaha, its magic man ;))))
cool

@alexTitakoff
Copy link

alexTitakoff commented Apr 13, 2017

"sudo defaults remove com.apple.MultitouchSupport ForceAutoOrientation" - but it not work, when i remove this tweak.
"sudo defaults remove com.apple.MultitouchSupport ForceAutoOrientation NO" - work like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment