-
-
Notifications
You must be signed in to change notification settings - Fork 783
Input gesture for braille show messages #14864
Copy link
Copy link
Closed
Labels
good first issuegithub features these at https://github.com/nvaccess/nvda/contributegithub features these at https://github.com/nvaccess/nvda/contributep5https://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.
Milestone
Metadata
Metadata
Assignees
Labels
good first issuegithub features these at https://github.com/nvaccess/nvda/contributegithub features these at https://github.com/nvaccess/nvda/contributep5https://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.
There are input gestures for example for cycle braille cursor shape, tether braille to and toggle show braille cursor. Similarly, I would like to toggle braille show messages mode. Normally I prefer messages disabled state but it would be handy to toggle state in given situations like when character number is needed (#14837).
Describe the solution you'd like
Simple script in globalCommands.py would implement this. I think default button assignment is not necessary.
Describe alternatives you've considered
Additional context
If feature request is acceptable, I could open pull request to try to implement it.