-
-
Notifications
You must be signed in to change notification settings - Fork 654
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Feature request: add more QuickNav command in browse mode #15982
Comments
Very happy to hear this and I'm really looking forward to these quick navigation features. Today's web pages are complex and diverse, and we need more solutions to flexibly access web pages. |
I have a couple of comments. On the whole a good idea, but there does seem if the add on web formatter is in use that nvda can stop working. Also, when using web sites for local news in the UK punctuation is hardly ever consistent, which makes things hard. As long as the implementation does not cause any other interactions, it sounds like a good idea, but as always, a clear set of instructions for what things do would be needed. Brian
…--
***@***.***
Sent via blueyonder.(Virgin media)
Please address personal E-mail to:-
***@***.***, putting 'Brian Gaff'
in the display name field.
----- Original Message -----
From: Rowen
To: nvaccess/nvda
Cc: Subscribed
Sent: Friday, December 29, 2023 5:41 AM
Subject: Re: [nvaccess/nvda] Feature request: add more QuickNav command in browse mode (Issue #15982)
cc @michaelDCurran
Very happy to hear this and I'm really looking forward to these quick navigation features. Today's web pages are complex and diverse, and we need more solutions to flexibly access web pages.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
For menus / menu items there is #7695 already filled. For paragraph style navigation, the current proposal seems to complicated in my opinion.
|
I would support this. Some of these are much needed features.
|
@Adriani90, thanks for your comment;
|
@Brian1Gaff, I didn't understande your comment about web formatter.
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is your feature request related to a problem? Please describe.
I propose to add more QuickNav commands to browse mode to allow new types of navigation on web pages. I I will implement this feature request myself if green light is given by NVDA team. Here are new QuickNav commands I would like to implement:
Jump to next/previous text paragraph
Alt+Shift+Up/Down
gestures.Vertical navigation
x
coordinate is exactly the same.[
andShift+[
gestures to this command.NVDA+Control+Up/Down
gestures.Same style navigation
]
andShift+]
gestures to this command.NVDA+O
to the value "BrowserNav navigates by font size and same style" and then pressingNVDA+Control+Up/Down
keystrokes.Jump to next/previous items by their roles:
Implementation details
I will implement all the features mentioned above as QuickNav commands in browse mode.
For navigating to next/previous text paratgraph, vertical navigation and style navigation:
Navigating to next element by type (menu/progress bar/math) will be only implemented for IA2, since all major browser these days work with IA2 and it's impossible to test MSHTML and UIA implementations. It will be implemented in a manner similar to other QuickNav commands.
Personal note
I I will implement this feature request myself if green light is given by NVDA team. I am on a leave from work until early May 2024, so I will have plenty of free time until then and I promise to promptly fix any issues arising from my PRs. However after May I'll still try to find time to fix issues, but as time permits.
The text was updated successfully, but these errors were encountered: