Rotate the orientation of your pointer devices (mouse, touchpad, touchscreen etc.)
npm i - g rotate-pointer-device-orientation
Run rotate-pointer-device-orientation
with the options right
, left
, or normal
. Will print to stdout, so pipe into bash or where needed.
rotate-pointer-device-orientation left | bash
to undo:
rotate-pointer-device-orientation normal | bash