kasper / phoenix

A lightweight macOS window and app manager scriptable with JavaScript
https://kasper.github.io/phoenix/
Other
4.36k stars 129 forks source link

Support for mouseDidMiddleClick and mouseDidMiddleDrag #322

Closed fabiospampinato closed 1 year ago

fabiospampinato commented 1 year ago

It'd be nice if those events could be supported.

kasper commented 1 year ago

Sounds like NSOtherMouseUp and NSOtherMouseDragged would likely trigger in this case. To support, the mapping would need to be added.

kasper commented 1 year ago

Added mouseDidOtherClick and mouseDidOtherDrag events for tertiary click and drag events.