Vertical QuickNav#16236
Conversation
|
@mltony Thanks for incorporating this into the project! Just a question: do you have any plans to also incorporate your awesome bookmarking feature from BrowserNav into NVDA? This is a killer and powerful BrowserNav facility. |
|
@amirsol81 , not at this time. Even if I aim at including only one type of bookmarks, I estimate it'll take me probably at least 2 months to do it - I don't have this much time now. And also this would be subject to NVAccess approval. I plan to maintain BrowserNav for the time being - will soon update it to be compatible with NVDA v2024. But thanks for showing your interest! |
|
Thanks @mltony for offering extremely powerful add-ons like BrowserNav. It makes life much easier on the web and its bookmarking facility is a huge boon to NVDA users. |
Fixes nvaccess#15999 Summary of the issue: Feature request: QuickNav command for Vertical navigation Description of user facing changes Added new unassigned QuickNav command that jumps to previous/next vertically aligned paragraph. Description of development approach Making use of _iterSimilarParagraph function and passing a lambda that extracts x coordinate of a paragraph.
Link to issue number:
Fixes #15999
Summary of the issue:
Feature request: QuickNav command for Vertical navigation
Description of user facing changes
Added new unassigned QuickNav command that jumps to previous/next vertically aligned paragraph.
Description of development approach
Making use of
_iterSimilarParagraphfunction and passing a lambda that extractsxcoordinate of a paragraph.Testing strategy:
Known issues with pull request:
N/A
Code Review Checklist: