ngdeleito / easyGestures

A WebExtension for Firefox providing easy to learn gestures through a highly customizable pie menu
https://addons.mozilla.org/en-US/firefox/addon/easygestures-n/
10 stars 1 forks source link

Allow actions to be activated only by held button #8

Closed MikeFHay closed 6 years ago

MikeFHay commented 6 years ago

All three standard mouse buttons already have a meaning when clicked. Currently easyGestures overrides those meanings. It would be nice to be able to configure easyGestures to only activate when a button is held, not clicked, so the mouse buttons can retain their existing use while also supporting gestures.

Thanks for making this add-on :)

ngdeleito commented 6 years ago

Thank you for your message!

The pie menu opens as soon as the chosen button is pressed (no need to release it, and hence no need to perform a click to open the menu). Moving then the pointer over the action to execute and releasing the button, closes the menu and executes the action ;-)

Clicking involves a mousedown event, so with your suggestion the pie menu would be opened at every click, unfortunately.