mjrusso / scoot

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

Other mouse clicks #16

Closed kristian-puccio closed 2 years ago

kristian-puccio commented 2 years ago

Not sure if I haven't read the instructions properly yet but I couldn't see how to initiate a right click. I guess it would be a little tricky as it would quite often bring up a context menu that may be hard to target.

Anyhow thanks for Scoot great idea!

mjrusso commented 2 years ago

You're not doing anything wrong -- support for right (and middle) clicking aren't actually implemented.

I quickly hacked together right click support last night, but (as you predicted) Scoot isn't able to interact with the context menu. (There are still other system shortcuts for selecting items in the menu, so that's good at least.) I want to try a few other things out before giving up, but I will add shortcuts for right and middle clicking regardless.

mjrusso commented 2 years ago

Check out #20, which dramatically improves clicking support.

(Unfortunately, I couldn't find a way for Scoot to take control of the mouse cursor when a context menu is active.)

kristian-puccio commented 2 years ago

Legend! I'll take a look thanks!

mjrusso commented 2 years ago

Now available in v0.9: https://github.com/mjrusso/scoot/releases/tag/v0.9

kristian-puccio commented 2 years ago

This is awesome! thanks works well. The context menu is very easy to use using existing OSX keyboard nav 👍