-
-
Notifications
You must be signed in to change notification settings - Fork 783
Improved Paragraph Navigation #13797
Copy link
Copy link
Closed
Labels
p4https://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.ux
Milestone
Metadata
Metadata
Assignees
Labels
p4https://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.ux
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
NVDA needs a more flexible way to deal with navigating between paragraphs, especially block paragraphs, in text editors. Such navigation makes skimming through material in search of the desired content much more efficient than navigation options currently available.
Describe the solution you'd like
I have begun development of a patch to allow three different styles of paragraph navigation:
My solution adds a settings panel called Paragraph Navigation. The panel contains a single combo box allowing selection of the desired paragraph style. (I tried to find a place in the existing panels for this setting, but nothing seemed right to me.)
Draft pull request to follow shortly, let's discuss!
Describe alternatives you've considered
Additional context