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

Don't activate easyGestures inside a text field #17

Closed ris58h closed 9 months ago

ris58h commented 1 year ago

easyGesture activates when I try to select a text inside a text field using shift+left_click.

easyGestures 6.6 Firefox 105.0

ngdeleito commented 1 year ago

Yes, indeed, I can reproduce the problem. It's a bit of an unfortunate key combination :( ... I guess that if you click first (and keep the left button pressed) and then press shift to select, the pie menu is not activated... Really don't know how to solve this; this is clearly a conflicting key combination...

ris58h commented 1 year ago

Could we detect that textfield is focused/active and prevent the pie menu from activation?

ngdeleito commented 1 year ago

Perhaps, but you might want to activate the contextual menu instead... It is really an unfortunate key combination...