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

Add feature to move mouse by object #9

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

ibrahim-s
Copy link

This new feature allows the user to move the mouse by object.
for instance, if it is on a button, and moves right
it will land on the adjacent object, whether it is a container object like a panel or a control like another button.
it uses a for loop, and every 5 pixels it checks if the object is a different object it breaks.
gestures used:

  • NVDA+Control+Windows+Arrows
  • Control+Arrows, if mouse mode is on.
    For me it helps feel the window more with this kind of navigation.
    But of course, I will leave judgement for you on this added feature
    Feel free to ignore it, if you find it not appropriate or useful.

@josephsl
Copy link
Owner

josephsl commented Oct 4, 2021 via email

@ibrahim-s
Copy link
Author

ibrahim-s commented Oct 5, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants