-
-
Notifications
You must be signed in to change notification settings - Fork 785
Give information on changing settings categories in NVDA's settings dialog #14927
Copy link
Copy link
Closed
Closed
Copy link
Labels
component/user-documentationgood first issuegithub features these at https://github.com/nvaccess/nvda/contributegithub features these at https://github.com/nvaccess/nvda/contributep4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityquick fixtriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Milestone
Metadata
Metadata
Assignees
Labels
component/user-documentationgood first issuegithub features these at https://github.com/nvaccess/nvda/contributegithub features these at https://github.com/nvaccess/nvda/contributep4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityquick fixtriagedHas 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.
NVDA's settings dialog is divided into categories. The user guide covers these in section 12: https://www.nvaccess.org/files/nvda/documentation/userGuide.html#NVDASettings
In 12.1, the guide mentions there are shortcut keys to jump to specific categories and also talks about changing categories. It would be worth including a sentence clarifying that you can change categories with control+tab / control+shift+tab.
Describe the solution you'd like
The last line before of 12.1 reads:
The settings categories found in the NVDA Settings dialog will be outlined below.
A sentence could be added after this reading:
To change between categories, press control+tab to move forward, or control+shift+tab to move backwards, or use tab or shift+tab to move to "Categories" list and use the arrow keys.
Describe alternatives you've considered
Although these are standard Windows controls, and thus not otherwise covered in the user guide, as it covers navigating a specific dialog within NVDA, it doesn't hurt to confirm this is how the dialog works as there can be alternate implementations of similar controls. We have recieved a query from a user on this.
(These keys are currently covered in the Basic Training for NVDA module as well, though not in the context of the NVDA settings dialog).
Additional context