1

Is there a way to change the mouse scroll direction with hammerspoon? I would like to change the direction with a Shortcut.

codein1
  • 43
  • 1
  • 4

1 Answers1

0

As of November 2019 it doesn't seem available.

You can retrieve the current scroll direction with hs.mouse.scrollDirection() (Hammerspoon docs) but no function allows to set it.

Jelefra
  • 404
  • 6
  • 13