-
-
Notifications
You must be signed in to change notification settings - Fork 784
Add Braille device button emulation to Braille viewer #13917
Copy link
Copy link
Open
Labels
audience/nvda-devPR or issue is relevant to NVDA / Add-on developersPR or issue is relevant to NVDA / Add-on developerscomponent/braillecomponent/braille-display-driversp4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Metadata
Metadata
Assignees
Labels
audience/nvda-devPR or issue is relevant to NVDA / Add-on developersPR or issue is relevant to NVDA / Add-on developerscomponent/braillecomponent/braille-display-driversp4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Without a Braille device, Braille gestures cannot be tested using NVDA.
This is because of how
inputCore.registerGestureSourceworks.Describe the solution you'd like
Braille gestures are configured on a braille device level, and as such, emulating input gestures is not possible with keyboard commands.
To test braille consistently, it would be helpful to have a braille display driver to emulate braille keys using the Braille viewer.
Describe alternatives you've considered
Adding the ability to map Braille input gestures to keyboard commands.
Additional context