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 possibility of using space with braille dots #5

Merged
merged 4 commits into from
Dec 5, 2020
Merged

Conversation

nvdaes
Copy link
Owner

@nvdaes nvdaes commented Dec 5, 2020

Link to issue number:

Fixes #4

Summary of the issue:

Though gestures can be assigned from NVDA's Input gestures dialog, maybe convenient to add commands available in braille keyboards, using the space bar in combination with braille dots to move the system cursor or similar tasks.

Description of how this pull request fixes the issue:

inputCore.manager.userGestureMap is updated with entries added to the global plugin module, to assign gestures to globalCommands.GlobalCommands.

Testing performed:

Tested the plugin and several commands, also using one hand mode.

Known issues with pull request:

If gestures are reset from NVDA's Input gestures dialog, these gestures will be removed from userGestureMap until the plugin is loaded again, for example with NVDA+control+f3.

Change log entry:

  • You can press space bar in combination with braille dots to emulate gestures, similar to commands available in braille displays.

@github-actions
Copy link

github-actions bot commented Dec 5, 2020

This PR introduces flake8 errors

@nvdaes nvdaes merged commit 899cfe4 into master Dec 5, 2020
@nvdaes nvdaes deleted the emulateGestures branch December 5, 2020 16:43
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.

Consider adding braille display gestures to assist with navigation using Braille input Feature
1 participant