mjrusso / scoot

Keyboard-driven MacOS cursor actuator
BSD 3-Clause "New" or "Revised" License
333 stars 14 forks source link

Improve click handling, and add support for middle and right clicks. #20

Closed mjrusso closed 2 years ago

mjrusso commented 2 years ago

Based on discussion in #16, middle and right clicking are now supported.

I did make some "breaking" changes to existing click-related shortcuts (specifically, there are no longer any click-related shortcuts that require modifier keys to be held down). This way, if you actually need to issue a Command-click, or a Command-Option-click, etc., Scoot can handle that.