Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow context menu for micro-scrolls #42

Open
fastaddons opened this issue Jun 24, 2021 · 0 comments
Open

Allow context menu for micro-scrolls #42

fastaddons opened this issue Jun 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@fastaddons
Copy link
Collaborator

Similarly to links blocking with middle mouse button, the context menu should not be blocked if mouse moved only a little bit.

This could be achieved using different metrics:

  • how far mouse moved
  • how many move-events fired
  • how much time it took

I guess it could be a combination of "shot time" + "short movement".

Currently the "links blocking" feature is using the move-events which is not perfect, maybe I should change that one as well...

@fastaddons fastaddons added the enhancement New feature or request label Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

0 participants