Re: Tony's add-ons: updates and new features

Sarah k Alawami
Not necessarily. Some of my emails I get say “in reply to …” and some are not even in English. Some don’t have a reply header, and some have both. Soi it is best ot learn how to use your software in this case.
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Gene Sent: Tuesday, January 4, 2022 8:10 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Tony's add-ons: updates and new features If all e-mails from this place will have the reply line in exactly the same place perhaps the feature will work. The designer will, I hope, correct me if I’m wrong, but I would think that having text in exactly the same place is necessary. This may be an example of where using the actual software would be much more reliable and efficient. You should be able to quickly search the message for the word reply. -----Original Message----- Sent: Tuesday, January 04, 2022 9:58 AM Subject: Re: [nvda] Tony's add-ons: updates and new features Because an email is not technically a website, I’m not sure that feature will work as you want it to. You can either use a say all or junp to text after block of links key stroke. Good luck. From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of William Sent: Tuesday, January 4, 2022 2:23 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Tony's add-ons: updates and new features Hi Tony, I have tried using the app on site like Youtube, I was able to generate a bookmark on the play pause button. But I have came across a problem on outlook, 1. I open either email from the current folder 2. I jump to the content of the email by heading and move to the line "reply" and want to create a bookmark on that position 3. I press nvda j, down to bookmark and press right arrow, it only offer me one option "Create new bookmark from current paragraph for site All sites" Thanks, William Tony Malykh 於 4/1/2022 7:07 寫道: Happy new year, everyone! I present new features and improvements to my add-ons. This is a pretty long email, so I marked sections as level 1 and level 2 headings for ease of navigation. Any feedback and suggestions are welcome! BrowserNav v2.2· Website: https://github.com/mltony/nvda-browser-nav/ · Download: https://github.com/mltony/nvda-browser-nav/releases/latest/download/browsernav.nvda-addon The most exciting new feature is support of bookmarks. You can now configure bookmarks and this simplifies navigation around websites that you frequently use. Bookmarks can be configured either for a specific URL or for the entire domain. Bookmark itself can be configured either as matching text on the page, or a regular expression. There are many more options to customize bookmarks, please refer to github page for a full list of options. There are four types of bookmarks in BrowserNav: QuickJump bookmarksOnce they are configured, you can find and jump to them by pressing either J or Shift+J in browse mode. BrowserNav comes with default configuration that you can use as an example of configuring bookmarks, and that example includes some QuickJump bookmarks for amazon.com: you can jump to “5 items in cart”, “Your Orders”, “4.5 out of 5 stars” – these are just examples of information that I often need to find on Amazon pages while shopping, but you can of course configure your own bookmarks. SkipClutter bookmarksThese are not really bookmarks, but rather you can configure BrowserNav to skip certain text while navigating either by paragraph (with Control+Up/Down) or by line (with Up/Down). Most common example of this is skipping blank lines – and this one is included in the default configuration. Other examples can include skipping timestamps or frequently repeated elements on the webpage (think of repeating buttons on Facebook website: Reply, React, Like, …). SkipClutter mode can be turned off temporarily when you do want to access those elements by pressing / or Control+/. QuickClick bookmarksThese are similar to QuickJump bookmarks, but instead of jumping to bookmark, you can click buttons or links without moving your cursor. For example, on youtube.com you might want to have an easy way to play/pause video. In fact this QuickClick bookmark is included in the default configuration for reference. So, you just need to press Alt+J to click all QuickClick bookmarks on the page. Another example of where I find QuickClick especially useful is expanding collapsed elements of the page, e.g. on Facebook you might want to automatically expand links “See more”, “View 5 more comments”, etc. Hierarchical bookmarksMany websites (e.g., reddit, hacker news) show user comments as a tree where each successive level of reply is indented more and more to the right. Hierarchical bookmarks is the most convenient way to browse such comment trees for screenreader users. BrowserNav can announce the level of current comment, or alternatively, you can jump to next/previous comment of a given level, similar to built-in function of jumping to heading of given level. You just need to capture some element of a comment in a bookmark (such as upvote or downvote buttons) and BrowserNav will automatically compute levels based on horizontal offset of each match. I have included sample configuration for hacker news and old reddit. You can try it yourself once you have BrowserNav v2.2 installed: · Old reddit: https://old.reddit.com/r/sysadmin/comments/rt91z6/exchange_2019_antimalware_bad_update/ · Hacker news: https://news.ycombinator.com/item?id=29756714 Keystrokes: · Alt+` or Alt+Shift+`: jump to next/previous comment and announce its level. · Alt+1 or Alt+Shift+1: jumpt to next/previous comment at level 1. · Alt+2 or Alt+Shift+2: jumpt to next/previous comment at level 2. · Alt+number or Alt+Shift+number: jumpt to next/previous comment at corresponding level. Please note that in both reddit and hacker news the bookmark also matches the original post. As a result, on reddit original post corresponds to level 2, so all the comments have levels 1,3,4,5 …. Skipping level 2. Configuring websites and bookmarksPress NVDA+J to open BrowserNav popup menu. Here you can configure websites and bookmarks. For ease of use I added options to create a new entry for current website, and create a new bookmark from current paragraph. All websites and bookmarks can also be configured via NVDA > Preferences > Settings dialog. Website optionsThere are a few options that can be configured on per website level: · Block focus events: some websites misuse focus events: e.g. they focus some elements when trying to scroll, thus making the website hard or impossible to use for screenreader users. You can disable handling of focus events for such websites. In this case focus events will be ignored and your cursor will not jump around. · Block live region announcements. Similarly, some websites misuse live regions. BrowserNav allows to selectively block them. · Auto QuickClick. Once you configured QuickClick bookmarks on a website, you can tell BrowserNav to click those bookmarks automatically when website is fully loaded. Performance improvementsVertical navigation (via NVDA+Alt+Up/Down commands) now works much faster in Chromium-based browsers and Firefox. Recap of other BrowserNav functions· Vertical navigation: allows to find objects on a web page that are directly underneath by pressing NVDA+Alt+Down/Up. · Navigation by font size: allows to find text written in the same font size or font style. · More QuickNav commands: jump to next menu(Z), tab(Y), dialog(P), etc. Notes· I am aware of Placemarkers add-on existence. BrowserNav bookmarks is however different in many ways: more flexible website definition, more flexible bookmark definition, more functionality around different types of bookmarks. I know NVDA community is typically wary of add-ons that are similar in functionality, but I didn’t have any intention to compete against PlaceMarkers. The function of regular expression search was in BrowserNav since many years ago and developing proper bookmarks was a natural extension of it. It would also be totally impractical for me to upgrade Placemarkers add-on, since the changes that I implemented would require rewriting probably 90% of Placemarkers, so this is not justified. · I can split off bookmarks into a separate add-on if there is enough interest. As long as community doesn’t mind given concerns of being too similar to Placemarks add-on. Tony’s Enhancements v1.13· Website: https://github.com/mltony/nvda-tonys-enhancements · Download: https://github.com/mltony/nvda-tonys-enhancements/releases/latest/download/tonysEnhancements.nvda-addon This add-on is a hodgepodge of different NVDA improvements and this time I added a few interesting ones. Sound splitTriggered by pressing NVDA+Alt+S you can enable sound split: when using stereo headphones this would make all NVDA sounds to go to right channel, while all application sounds will go to left channel (or vice versa). This could be handy if you have to attend long and boring meetings over VC. Additionally you can adjust NVDA volume and applications volume separately via NVDA+Control+PageUp/PageDown and NVDA+Alt+PageUp/PageDown keystrokes. Copying tablesMany people on NVDA mailing list complained that there was no good way in NVDA to copy a table from a webpage. Now there is a way! Press NVDA+Alt+T while on a table and you’ll be presented with a few options: you can either copy the whole table, or current row or column. The table will be copied with preserving formatting information about its cells, so that you can paste it into Microsoft Word or any other rich text editor, and it will still appear as a table. Experimental mouse click and mouse scroll scriptsI noticed that existing NVDA mouse click scripts don’t always work. In particular I found cases when NVDA+NumPadDivide keystroke doesn’t bring mouse cursor over the link that I would like to click. These scripts are my attempt to solve this. The feature is experimental, in the sense that there are still cases where it doesn’t work as expected. Yet it already can be very useful in some cases, so I decided to still include it in the release. Keystrokes: · NVDA+NumPadDivide/NumPadMultiply: moves mouse pointer to current object, clicks left/right mouse button, then moves mouse pointer back to where it was. Additionally it tries to check if there are any other windows on the way (e.g. topmost windows) and tries to get them out of the way. · Alt+NumPadPlus/NumPadMinus: Move mouse pointer over current object and scroll up/down. This can be useful to load more content in infinite scroll websites. · Alt+NumPadDelete: move mouse pointer to top left corner of the screen. This can be useful for websites that make excessive use of mouse hover information to show popup windows. Recap of other functions of Tony’s enhancements· Enhanced table navigation commands, such as jump to first/last row/column. · Automatic language switching based on Unicode character set. · QuickSearch – similar to BrowserNav QuickJump bookmark, but works in text editors. · Dynamic keystrokes: allows to configure announcing current line after certain keystrokes. · Showing and hiding any application windows. · Detecting insert/overwrite mode in text editors to prevent accidentally overwriting text. · Adjusting system priority of NVDA process for better responsiveness. Bluetooth Audio v1.4· Website: https://github.com/mltony/nvda-bluetooth-audio · Download: https://github.com/mltony/nvda-bluetooth-audio/releases/latest/download/bluetoothaudio.nvda-addon Bluetooth audio fixes quality of audio by playing either silence or soft white noise as long as NVDA is active. Many Bluetooth headphones and speakers enter standby mode after a few seconds of inactivity. Then when NVDA speaks next utterance, the first word or two might be lost. Bluetooth Audio prevents these devices from entering standby mode by keeping audio stream open and constantly playing some sound. In fact, Bluetooth audio has been reported to improve audio quality on other types of audio devices: RF wireless headphones and even some wired speakers. It can also get rid of crackling noise on some devices. The previous version of Bluetooth Audio could only play silence. As a result, it was hard to tell whether it is working or not. In fact, it seems that it wasn’t working, or at least not always working – one of NVDA updates in 2020 seems to have broken it, and even I didn’t catch it. To avoid this in the future I added an option to play soft white noise instead of silence, so that you can hear when Bluetooth audio is working. Another feature I added is dynamically changing output device when NVDA configuration changes – previously that required a restart. IndentNav v1.13· Website: https://github.com/mltony/nvda-indent-nav/ · Download: https://github.com/mltony/nvda-indent-nav/releases/latest/download/IndentNav.nvda-addon IndentNav is primarily designed for software developers, and it allows better navigation around indented source code files in text editors. This new version works much faster, especially in VSCode. Here are some keystrokes to try (please read github page for a complete list): · NVDA+Alt+Up/Down: jump to next/previous line with the same indentation level within current block. · NVDA+Alt+Left/Right: jump to parent/first child line, where parent and child are defined as line with lesser/greater indentation level. · NVDA+Control+I: select current block (e.g. function). · NVDA+V: indent-paste, that is paste with adjusting indentation level of clipboard content to match current line. Phonetic punctuation v1.6· Website: https://github.com/mltony/nvda-phonetic-punctuation/ · Download: https://github.com/mltony/nvda-phonetic-punctuation/releases/latest/download/phoneticPunctuation.nvda-addon Phonetic punctuation allows to replace punctuation marks with auditory icons (earcons). In general, it allows to replace any regular expression configured substring with an auditory icon, which can be great for getting rid of timestamps and other frequently repeated fragments. It also allows to change prosody parameters for parts of speech, but only a few synthesizers support this. This new version allows to adjust volume of each individual auditory icon and has several bugfixes. WordNav v1.7· Website: https://github.com/mltony/nvda-word-nav/ · Download: https://github.com/mltony/nvda-word-nav/releases/latest/download/wordNav.nvda-addon WordNav provides more advanced scripts to navigate by word. It replaces built in Control+Left/Right keystrokes with custom scripts. It makes behavior of these keystrokes consistent across all applications and adds multiple options on its behavior. In this last version I spent quite some time to work around Google Chrome bug in its IAccessible implementation, but in the end I made it to work correctly in Chrome. SentenceNav v2.12· Website: https://github.com/mltony/nvda-sentence-nav/ · Download: https://github.com/mltony/nvda-sentence-nav/releases/latest/download/SentenceNav.nvda-addon SentenceNav allows to navigate by sentence via Alt+Up/Down keystrokes. This new version includes some bugfixes. TextNav v1.6· Website: https://github.com/mltony/nvda-text-nav/ · Download: https://github.com/mltony/nvda-text-nav/releases/latest/download/textnav.nvda-addon TextNav allows you to find the beginning of article, that is readable text written in complete sentences, on any webpage. You can automatically skip most of the clutter, such as menus, images, metadata and ads on webpages. Works by pressing Alt+Shift+Down/Up keys. This latest version only updates compatibility flag. Console toolkit v1.2· Website: https://github.com/mltony/nvda-console-toolkit/ · Download: https://github.com/mltony/nvda-console-toolkit/releases/latest/download/consoleToolkit.nvda-addon This add-on provides some additional features for console application, such as Windows command prompt and Windows Terminal. This new version adds better support for Putty. Here are some features: · Control+V can now be used for pasting. · Speech becomes more real-time in a console that actively prints new messages. · You can edit current command by pressing NVDA+e in an accessible window. Notes· Versions have not been updated on the official NVDA add-ons website yet. I sent a pull request, and it is subject to approval by NVAccess. Until then, feel free to download latest versions using links I provided above. · All the add-ons were tested with NVDA alpha build 24399. Some compatibility issues have been fixed, however, it is still possible that something will change and compatibility will break again by the time NVDA 2022 is released. The author however has very limited time to work on add-ons, in fact the only time of year when I have time to maintain my add-ons is the winter break around Christmas and New Year. So, I release my add-ons as is. I might try to find some time to fix compatibility mid-year, but I cannot commit to it. Which brings me to my second point: · Volunteers needed. I currently have 9 add-ons and they require some maintenance and as my life gets more and more busy every year, I am struggling to find time for that, while users ask for compatibility, translations, etc. I don’t want to let my users down. So, I’m looking for someone who is familiar with add-on development process to help me with that. Please contact me off-list if you’re interested. Typical maintenance tasks are: dealing with compatibility flags and releases, dealing with translations, optionally fixing bugs. · Best regards --Tony
|
|
Re: Tony's add-ons: updates and new features
If all e-mails from this place will have the reply line in exactly the same
place perhaps the feature will work. The designer will, I hope, correct me
if I’m wrong, but I would think that having text in exactly the same place
is necessary.
This may be an example of where using the actual software would be much
more reliable and efficient. You should be able to quickly search the
message for the word reply.
Gene
toggle quoted messageShow quoted text
-----Original Message-----
Sent: Tuesday, January 04, 2022 9:58 AM
Subject: Re: [nvda] Tony's add-ons: updates and new
features
Because an email is not technically a website, I’m not sure
that feature will work as you want it to. You can either use a say all or
junp to text after block of links key stroke. Good luck.
From: nvda@nvda.groups.io <nvda@nvda.groups.io>
On Behalf Of William Sent: Tuesday, January 4, 2022 2:23
AM To: nvda@nvda.groups.io Subject: Re: [nvda] Tony's
add-ons: updates and new features
Hi Tony,
I have tried using the app on site like Youtube, I was able to generate a
bookmark on the play pause button.
But I have came across a problem on outlook,
1. I open either email from the current folder
2. I jump to the content of the email by heading and move to the line "reply"
and want to create a bookmark on that position
3. I press nvda j, down to bookmark and press right arrow, it only offer me
one option "Create new bookmark from current paragraph for site All
sites"
Thanks,
William
Tony Malykh 於
4/1/2022 7:07 寫道:
Happy new year, everyone!
I present new features and improvements to my add-ons. This is
a pretty long email, so I marked sections as level 1 and level 2 headings for
ease of navigation. Any feedback and suggestions are welcome!
BrowserNav v2.2
· Website: https://github.com/mltony/nvda-browser-nav/
· Download: https://github.com/mltony/nvda-browser-nav/releases/latest/download/browsernav.nvda-addon
The most exciting new feature is support of
bookmarks. You can now configure bookmarks and this simplifies navigation
around websites that you frequently use. Bookmarks can be configured either
for a specific URL or for the entire domain. Bookmark itself can be configured
either as matching text on the page, or a regular expression. There are many
more options to customize bookmarks, please refer to github page for a full
list of options.
There are four types of bookmarks in
BrowserNav:
QuickJump bookmarks
Once they are configured, you can find and jump to them by
pressing either J or Shift+J in browse mode. BrowserNav comes with default
configuration that you can use as an example of configuring bookmarks, and
that example includes some QuickJump bookmarks for amazon.com: you can jump to
“5 items in cart”, “Your Orders”, “4.5 out of 5 stars” – these are just
examples of information that I often need to find on Amazon pages while
shopping, but you can of course configure your own bookmarks.
SkipClutter bookmarks
These are not really bookmarks, but rather you can configure
BrowserNav to skip certain text while navigating either by paragraph (with
Control+Up/Down) or by line (with Up/Down). Most common example of this is
skipping blank lines – and this one is included in the default configuration.
Other examples can include skipping timestamps or frequently repeated elements
on the webpage (think of repeating buttons on Facebook website: Reply, React,
Like, …). SkipClutter mode can be turned off temporarily when you do want to
access those elements by pressing / or Control+/.
QuickClick bookmarks
These are similar to QuickJump bookmarks, but
instead of jumping to bookmark, you can click buttons or links without moving
your cursor. For example, on youtube.com you might want to have an easy way to
play/pause video. In fact this QuickClick bookmark is included in the default
configuration for reference. So, you just need to press Alt+J to click all
QuickClick bookmarks on the page. Another example of where I find QuickClick
especially useful is expanding collapsed elements of the page, e.g. on
Facebook you might want to automatically expand links “See more”, “View 5 more
comments”, etc.
Hierarchical bookmarks
Many websites (e.g., reddit, hacker news) show user comments
as a tree where each successive level of reply is indented more and more to
the right. Hierarchical bookmarks is the most convenient way to browse such
comment trees for screenreader users. BrowserNav can announce the level of
current comment, or alternatively, you can jump to next/previous comment of a
given level, similar to built-in function of jumping to heading of given
level. You just need to capture some element of a comment in a bookmark (such
as upvote or downvote buttons) and BrowserNav will automatically compute
levels based on horizontal offset of each match. I have included sample
configuration for hacker news and old reddit. You can try it yourself once you
have BrowserNav v2.2 installed:
· Old reddit: https://old.reddit.com/r/sysadmin/comments/rt91z6/exchange_2019_antimalware_bad_update/
· Hacker news:
https://news.ycombinator.com/item?id=29756714
Keystrokes:
· Alt+` or
Alt+Shift+`: jump to next/previous comment and announce its
level.
· Alt+1 or
Alt+Shift+1: jumpt to next/previous comment at level 1.
· Alt+2 or
Alt+Shift+2: jumpt to next/previous comment at level 2.
· Alt+number or
Alt+Shift+number: jumpt to next/previous comment at corresponding
level.
Please note that in both reddit and hacker news the
bookmark also matches the original post. As a result, on reddit original post
corresponds to level 2, so all the comments have levels 1,3,4,5 …. Skipping
level 2.
Configuring websites and bookmarks
Press NVDA+J to open BrowserNav popup menu. Here you
can configure websites and bookmarks. For ease of use I added options to
create a new entry for current website, and create a new bookmark from current
paragraph.
All websites and bookmarks can also be configured
via NVDA > Preferences > Settings dialog.
Website options
There are a few options that can be configured on per website
level:
· Block focus
events: some websites misuse focus events: e.g. they focus some elements when
trying to scroll, thus making the website hard or impossible to use for
screenreader users. You can disable handling of focus events for such
websites. In this case focus events will be ignored and your cursor will not
jump around.
· Block live
region announcements. Similarly, some websites misuse live regions. BrowserNav
allows to selectively block them.
· Auto
QuickClick. Once you configured QuickClick bookmarks on a website, you
can tell BrowserNav to click those bookmarks automatically when website is
fully loaded.
Performance improvements
Vertical navigation (via NVDA+Alt+Up/Down commands) now works
much faster in Chromium-based browsers and Firefox.
Recap of other BrowserNav functions
· Vertical
navigation: allows to find objects on a web page that are directly underneath
by pressing NVDA+Alt+Down/Up.
· Navigation by
font size: allows to find text written in the same font size or font
style.
· More QuickNav
commands: jump to next menu(Z), tab(Y), dialog(P), etc.
Notes
· I am aware of
Placemarkers add-on existence. BrowserNav bookmarks is however different in
many ways: more flexible website definition, more flexible bookmark
definition, more functionality around different types of bookmarks. I know
NVDA community is typically wary of add-ons that are similar in functionality,
but I didn’t have any intention to compete against PlaceMarkers. The function
of regular expression search was in BrowserNav since many years ago and
developing proper bookmarks was a natural extension of it. It would also be
totally impractical for me to upgrade Placemarkers add-on, since the changes
that I implemented would require rewriting probably 90% of Placemarkers, so
this is not justified.
· I can split
off bookmarks into a separate add-on if there is enough interest. As long as
community doesn’t mind given concerns of being too similar to Placemarks
add-on.
Tony’s Enhancements v1.13
· Website: https://github.com/mltony/nvda-tonys-enhancements
· Download: https://github.com/mltony/nvda-tonys-enhancements/releases/latest/download/tonysEnhancements.nvda-addon
This add-on is a hodgepodge of different NVDA
improvements and this time I added a few interesting ones.
Sound split
Triggered by pressing NVDA+Alt+S you can enable sound split:
when using stereo headphones this would make all NVDA sounds to go to right
channel, while all application sounds will go to left channel (or vice versa).
This could be handy if you have to attend long and boring meetings over VC.
Additionally you can adjust NVDA volume and applications volume separately via
NVDA+Control+PageUp/PageDown and NVDA+Alt+PageUp/PageDown
keystrokes.
Copying tables
Many people on NVDA mailing list complained that there was no
good way in NVDA to copy a table from a webpage. Now there is a way! Press
NVDA+Alt+T while on a table and you’ll be presented with a few options: you
can either copy the whole table, or current row or column. The table will be
copied with preserving formatting information about its cells, so that you can
paste it into Microsoft Word or any other rich text editor, and it will still
appear as a table.
Experimental mouse click and mouse scroll scripts
I noticed that existing NVDA mouse click scripts don’t always
work. In particular I found cases when NVDA+NumPadDivide keystroke doesn’t
bring mouse cursor over the link that I would like to click. These scripts are
my attempt to solve this. The feature is experimental, in the sense that there
are still cases where it doesn’t work as expected. Yet it already can be very
useful in some cases, so I decided to still include it in the release.
Keystrokes:
·
NVDA+NumPadDivide/NumPadMultiply: moves mouse pointer to current object,
clicks left/right mouse button, then moves mouse pointer back to where it was.
Additionally it tries to check if there are any other windows on the way (e.g.
topmost windows) and tries to get them out of the way.
·
Alt+NumPadPlus/NumPadMinus: Move mouse pointer over current object and scroll
up/down. This can be useful to load more content in infinite scroll
websites.
·
Alt+NumPadDelete: move mouse pointer to top left corner of the screen. This
can be useful for websites that make excessive use of mouse hover information
to show popup windows.
Recap of other functions of Tony’s enhancements
· Enhanced table
navigation commands, such as jump to first/last row/column.
· Automatic
language switching based on Unicode character set.
· QuickSearch –
similar to BrowserNav QuickJump bookmark, but works in text
editors.
· Dynamic
keystrokes: allows to configure announcing current line after certain
keystrokes.
· Showing and
hiding any application windows.
· Detecting
insert/overwrite mode in text editors to prevent accidentally overwriting
text.
· Adjusting
system priority of NVDA process for better responsiveness.
Bluetooth Audio v1.4
· Website: https://github.com/mltony/nvda-bluetooth-audio
· Download: https://github.com/mltony/nvda-bluetooth-audio/releases/latest/download/bluetoothaudio.nvda-addon
Bluetooth audio fixes quality of audio by playing
either silence or soft white noise as long as NVDA is active. Many Bluetooth
headphones and speakers enter standby mode after a few seconds of inactivity.
Then when NVDA speaks next utterance, the first word or two might be lost.
Bluetooth Audio prevents these devices from entering standby mode by keeping
audio stream open and constantly playing some sound. In fact, Bluetooth audio
has been reported to improve audio quality on other types of audio devices: RF
wireless headphones and even some wired speakers. It can also get rid of
crackling noise on some devices.
The previous version of Bluetooth Audio could only
play silence. As a result, it was hard to tell whether it is working or not.
In fact, it seems that it wasn’t working, or at least not always working – one
of NVDA updates in 2020 seems to have broken it, and even I didn’t catch it.
To avoid this in the future I added an option to play soft white noise instead
of silence, so that you can hear when Bluetooth audio is working. Another
feature I added is dynamically changing output device when NVDA configuration
changes – previously that required a restart.
IndentNav v1.13
· Website: https://github.com/mltony/nvda-indent-nav/
· Download: https://github.com/mltony/nvda-indent-nav/releases/latest/download/IndentNav.nvda-addon
IndentNav is primarily designed for software
developers, and it allows better navigation around indented source code files
in text editors. This new version works much faster, especially in VSCode.
Here are some keystrokes to try (please read github page for a complete
list):
·
NVDA+Alt+Up/Down: jump to next/previous line with the same indentation level
within current block.
·
NVDA+Alt+Left/Right: jump to parent/first child line, where parent and child
are defined as line with lesser/greater indentation level.
·
NVDA+Control+I: select current block (e.g. function).
· NVDA+V:
indent-paste, that is paste with adjusting indentation level of clipboard
content to match current line.
Phonetic punctuation v1.6
· Website: https://github.com/mltony/nvda-phonetic-punctuation/
· Download: https://github.com/mltony/nvda-phonetic-punctuation/releases/latest/download/phoneticPunctuation.nvda-addon
Phonetic punctuation allows to replace punctuation marks with
auditory icons (earcons). In general, it allows to replace any regular
expression configured substring with an auditory icon, which can be great for
getting rid of timestamps and other frequently repeated fragments. It also
allows to change prosody parameters for parts of speech, but only a few
synthesizers support this. This new version allows to adjust volume of each
individual auditory icon and has several bugfixes.
WordNav v1.7
· Website: https://github.com/mltony/nvda-word-nav/
· Download: https://github.com/mltony/nvda-word-nav/releases/latest/download/wordNav.nvda-addon
WordNav provides more advanced scripts to navigate
by word. It replaces built in Control+Left/Right keystrokes with custom
scripts. It makes behavior of these keystrokes consistent across all
applications and adds multiple options on its behavior.
In this last version I spent quite some time to work
around Google Chrome bug in
its IAccessible implementation, but in the end I made it to work correctly
in Chrome.
SentenceNav v2.12
· Website: https://github.com/mltony/nvda-sentence-nav/
· Download: https://github.com/mltony/nvda-sentence-nav/releases/latest/download/SentenceNav.nvda-addon
SentenceNav allows to navigate by sentence via
Alt+Up/Down keystrokes. This new version includes some
bugfixes.
TextNav v1.6
· Website: https://github.com/mltony/nvda-text-nav/
· Download: https://github.com/mltony/nvda-text-nav/releases/latest/download/textnav.nvda-addon
TextNav allows you to find the beginning of article,
that is readable text written in complete sentences, on any webpage. You can
automatically skip most of the clutter, such as menus, images, metadata and
ads on webpages. Works by pressing Alt+Shift+Down/Up keys. This latest version
only updates compatibility flag.
Console toolkit v1.2
· Website: https://github.com/mltony/nvda-console-toolkit/
· Download: https://github.com/mltony/nvda-console-toolkit/releases/latest/download/consoleToolkit.nvda-addon
This add-on provides some additional features for
console application, such as Windows command prompt and Windows Terminal. This
new version adds better support for Putty. Here are some
features:
· Control+V can
now be used for pasting.
· Speech becomes
more real-time in a console that actively prints new messages.
· You can edit
current command by pressing NVDA+e in an accessible window.
Notes
· Versions have
not been updated on the official NVDA add-ons website yet. I sent a pull
request, and it is subject to approval by NVAccess. Until then, feel free to
download latest versions using links I provided above.
· All the
add-ons were tested with NVDA alpha build 24399. Some compatibility issues
have been fixed, however, it is still possible that something will change and
compatibility will break again by the time NVDA 2022 is released. The author
however has very limited time to work on add-ons, in fact the only time of
year when I have time to maintain my add-ons is the winter break around
Christmas and New Year. So, I release my add-ons as is. I might try to find
some time to fix compatibility mid-year, but I cannot commit to it. Which
brings me to my second point:
· Volunteers
needed. I currently have 9 add-ons and they require some maintenance and as my
life gets more and more busy every year, I am struggling to find time for
that, while users ask for compatibility, translations, etc. I don’t want to
let my users down. So, I’m looking for someone who is familiar with add-on
development process to help me with that. Please contact me off-list if you’re
interested. Typical maintenance tasks are: dealing with compatibility flags
and releases, dealing with translations, optionally fixing
bugs.
·
Best regards
--Tony
|
|
Re: Tony's add-ons: updates and new features

Sarah k Alawami
Because an email is not technically a website, I’m not sure that feature will work as you want it to. You can either use a say all or junp to text after block of links key stroke. Good luck.
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of William Sent: Tuesday, January 4, 2022 2:23 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Tony's add-ons: updates and new features Hi Tony, I have tried using the app on site like Youtube, I was able to generate a bookmark on the play pause button. But I have came across a problem on outlook, 1. I open either email from the current folder 2. I jump to the content of the email by heading and move to the line "reply" and want to create a bookmark on that position 3. I press nvda j, down to bookmark and press right arrow, it only offer me one option "Create new bookmark from current paragraph for site All sites" Thanks, William Tony Malykh 於 4/1/2022 7:07 寫道: Happy new year, everyone! I present new features and improvements to my add-ons. This is a pretty long email, so I marked sections as level 1 and level 2 headings for ease of navigation. Any feedback and suggestions are welcome! BrowserNav v2.2· Website: https://github.com/mltony/nvda-browser-nav/ · Download: https://github.com/mltony/nvda-browser-nav/releases/latest/download/browsernav.nvda-addon The most exciting new feature is support of bookmarks. You can now configure bookmarks and this simplifies navigation around websites that you frequently use. Bookmarks can be configured either for a specific URL or for the entire domain. Bookmark itself can be configured either as matching text on the page, or a regular expression. There are many more options to customize bookmarks, please refer to github page for a full list of options. There are four types of bookmarks in BrowserNav: QuickJump bookmarksOnce they are configured, you can find and jump to them by pressing either J or Shift+J in browse mode. BrowserNav comes with default configuration that you can use as an example of configuring bookmarks, and that example includes some QuickJump bookmarks for amazon.com: you can jump to “5 items in cart”, “Your Orders”, “4.5 out of 5 stars” – these are just examples of information that I often need to find on Amazon pages while shopping, but you can of course configure your own bookmarks. SkipClutter bookmarksThese are not really bookmarks, but rather you can configure BrowserNav to skip certain text while navigating either by paragraph (with Control+Up/Down) or by line (with Up/Down). Most common example of this is skipping blank lines – and this one is included in the default configuration. Other examples can include skipping timestamps or frequently repeated elements on the webpage (think of repeating buttons on Facebook website: Reply, React, Like, …). SkipClutter mode can be turned off temporarily when you do want to access those elements by pressing / or Control+/. QuickClick bookmarksThese are similar to QuickJump bookmarks, but instead of jumping to bookmark, you can click buttons or links without moving your cursor. For example, on youtube.com you might want to have an easy way to play/pause video. In fact this QuickClick bookmark is included in the default configuration for reference. So, you just need to press Alt+J to click all QuickClick bookmarks on the page. Another example of where I find QuickClick especially useful is expanding collapsed elements of the page, e.g. on Facebook you might want to automatically expand links “See more”, “View 5 more comments”, etc. Hierarchical bookmarksMany websites (e.g., reddit, hacker news) show user comments as a tree where each successive level of reply is indented more and more to the right. Hierarchical bookmarks is the most convenient way to browse such comment trees for screenreader users. BrowserNav can announce the level of current comment, or alternatively, you can jump to next/previous comment of a given level, similar to built-in function of jumping to heading of given level. You just need to capture some element of a comment in a bookmark (such as upvote or downvote buttons) and BrowserNav will automatically compute levels based on horizontal offset of each match. I have included sample configuration for hacker news and old reddit. You can try it yourself once you have BrowserNav v2.2 installed: · Old reddit: https://old.reddit.com/r/sysadmin/comments/rt91z6/exchange_2019_antimalware_bad_update/ · Hacker news: https://news.ycombinator.com/item?id=29756714 Keystrokes: · Alt+` or Alt+Shift+`: jump to next/previous comment and announce its level. · Alt+1 or Alt+Shift+1: jumpt to next/previous comment at level 1. · Alt+2 or Alt+Shift+2: jumpt to next/previous comment at level 2. · Alt+number or Alt+Shift+number: jumpt to next/previous comment at corresponding level. Please note that in both reddit and hacker news the bookmark also matches the original post. As a result, on reddit original post corresponds to level 2, so all the comments have levels 1,3,4,5 …. Skipping level 2. Configuring websites and bookmarksPress NVDA+J to open BrowserNav popup menu. Here you can configure websites and bookmarks. For ease of use I added options to create a new entry for current website, and create a new bookmark from current paragraph. All websites and bookmarks can also be configured via NVDA > Preferences > Settings dialog. Website optionsThere are a few options that can be configured on per website level: · Block focus events: some websites misuse focus events: e.g. they focus some elements when trying to scroll, thus making the website hard or impossible to use for screenreader users. You can disable handling of focus events for such websites. In this case focus events will be ignored and your cursor will not jump around. · Block live region announcements. Similarly, some websites misuse live regions. BrowserNav allows to selectively block them. · Auto QuickClick. Once you configured QuickClick bookmarks on a website, you can tell BrowserNav to click those bookmarks automatically when website is fully loaded. Performance improvementsVertical navigation (via NVDA+Alt+Up/Down commands) now works much faster in Chromium-based browsers and Firefox. Recap of other BrowserNav functions· Vertical navigation: allows to find objects on a web page that are directly underneath by pressing NVDA+Alt+Down/Up. · Navigation by font size: allows to find text written in the same font size or font style. · More QuickNav commands: jump to next menu(Z), tab(Y), dialog(P), etc. Notes· I am aware of Placemarkers add-on existence. BrowserNav bookmarks is however different in many ways: more flexible website definition, more flexible bookmark definition, more functionality around different types of bookmarks. I know NVDA community is typically wary of add-ons that are similar in functionality, but I didn’t have any intention to compete against PlaceMarkers. The function of regular expression search was in BrowserNav since many years ago and developing proper bookmarks was a natural extension of it. It would also be totally impractical for me to upgrade Placemarkers add-on, since the changes that I implemented would require rewriting probably 90% of Placemarkers, so this is not justified. · I can split off bookmarks into a separate add-on if there is enough interest. As long as community doesn’t mind given concerns of being too similar to Placemarks add-on. Tony’s Enhancements v1.13· Website: https://github.com/mltony/nvda-tonys-enhancements · Download: https://github.com/mltony/nvda-tonys-enhancements/releases/latest/download/tonysEnhancements.nvda-addon This add-on is a hodgepodge of different NVDA improvements and this time I added a few interesting ones. Sound splitTriggered by pressing NVDA+Alt+S you can enable sound split: when using stereo headphones this would make all NVDA sounds to go to right channel, while all application sounds will go to left channel (or vice versa). This could be handy if you have to attend long and boring meetings over VC. Additionally you can adjust NVDA volume and applications volume separately via NVDA+Control+PageUp/PageDown and NVDA+Alt+PageUp/PageDown keystrokes. Copying tablesMany people on NVDA mailing list complained that there was no good way in NVDA to copy a table from a webpage. Now there is a way! Press NVDA+Alt+T while on a table and you’ll be presented with a few options: you can either copy the whole table, or current row or column. The table will be copied with preserving formatting information about its cells, so that you can paste it into Microsoft Word or any other rich text editor, and it will still appear as a table. Experimental mouse click and mouse scroll scriptsI noticed that existing NVDA mouse click scripts don’t always work. In particular I found cases when NVDA+NumPadDivide keystroke doesn’t bring mouse cursor over the link that I would like to click. These scripts are my attempt to solve this. The feature is experimental, in the sense that there are still cases where it doesn’t work as expected. Yet it already can be very useful in some cases, so I decided to still include it in the release. Keystrokes: · NVDA+NumPadDivide/NumPadMultiply: moves mouse pointer to current object, clicks left/right mouse button, then moves mouse pointer back to where it was. Additionally it tries to check if there are any other windows on the way (e.g. topmost windows) and tries to get them out of the way. · Alt+NumPadPlus/NumPadMinus: Move mouse pointer over current object and scroll up/down. This can be useful to load more content in infinite scroll websites. · Alt+NumPadDelete: move mouse pointer to top left corner of the screen. This can be useful for websites that make excessive use of mouse hover information to show popup windows. Recap of other functions of Tony’s enhancements· Enhanced table navigation commands, such as jump to first/last row/column. · Automatic language switching based on Unicode character set. · QuickSearch – similar to BrowserNav QuickJump bookmark, but works in text editors. · Dynamic keystrokes: allows to configure announcing current line after certain keystrokes. · Showing and hiding any application windows. · Detecting insert/overwrite mode in text editors to prevent accidentally overwriting text. · Adjusting system priority of NVDA process for better responsiveness. Bluetooth Audio v1.4· Website: https://github.com/mltony/nvda-bluetooth-audio · Download: https://github.com/mltony/nvda-bluetooth-audio/releases/latest/download/bluetoothaudio.nvda-addon Bluetooth audio fixes quality of audio by playing either silence or soft white noise as long as NVDA is active. Many Bluetooth headphones and speakers enter standby mode after a few seconds of inactivity. Then when NVDA speaks next utterance, the first word or two might be lost. Bluetooth Audio prevents these devices from entering standby mode by keeping audio stream open and constantly playing some sound. In fact, Bluetooth audio has been reported to improve audio quality on other types of audio devices: RF wireless headphones and even some wired speakers. It can also get rid of crackling noise on some devices. The previous version of Bluetooth Audio could only play silence. As a result, it was hard to tell whether it is working or not. In fact, it seems that it wasn’t working, or at least not always working – one of NVDA updates in 2020 seems to have broken it, and even I didn’t catch it. To avoid this in the future I added an option to play soft white noise instead of silence, so that you can hear when Bluetooth audio is working. Another feature I added is dynamically changing output device when NVDA configuration changes – previously that required a restart. IndentNav v1.13· Website: https://github.com/mltony/nvda-indent-nav/ · Download: https://github.com/mltony/nvda-indent-nav/releases/latest/download/IndentNav.nvda-addon IndentNav is primarily designed for software developers, and it allows better navigation around indented source code files in text editors. This new version works much faster, especially in VSCode. Here are some keystrokes to try (please read github page for a complete list): · NVDA+Alt+Up/Down: jump to next/previous line with the same indentation level within current block. · NVDA+Alt+Left/Right: jump to parent/first child line, where parent and child are defined as line with lesser/greater indentation level. · NVDA+Control+I: select current block (e.g. function). · NVDA+V: indent-paste, that is paste with adjusting indentation level of clipboard content to match current line. Phonetic punctuation v1.6· Website: https://github.com/mltony/nvda-phonetic-punctuation/ · Download: https://github.com/mltony/nvda-phonetic-punctuation/releases/latest/download/phoneticPunctuation.nvda-addon Phonetic punctuation allows to replace punctuation marks with auditory icons (earcons). In general, it allows to replace any regular expression configured substring with an auditory icon, which can be great for getting rid of timestamps and other frequently repeated fragments. It also allows to change prosody parameters for parts of speech, but only a few synthesizers support this. This new version allows to adjust volume of each individual auditory icon and has several bugfixes. WordNav v1.7· Website: https://github.com/mltony/nvda-word-nav/ · Download: https://github.com/mltony/nvda-word-nav/releases/latest/download/wordNav.nvda-addon WordNav provides more advanced scripts to navigate by word. It replaces built in Control+Left/Right keystrokes with custom scripts. It makes behavior of these keystrokes consistent across all applications and adds multiple options on its behavior. In this last version I spent quite some time to work around Google Chrome bug in its IAccessible implementation, but in the end I made it to work correctly in Chrome. SentenceNav v2.12· Website: https://github.com/mltony/nvda-sentence-nav/ · Download: https://github.com/mltony/nvda-sentence-nav/releases/latest/download/SentenceNav.nvda-addon SentenceNav allows to navigate by sentence via Alt+Up/Down keystrokes. This new version includes some bugfixes. TextNav v1.6· Website: https://github.com/mltony/nvda-text-nav/ · Download: https://github.com/mltony/nvda-text-nav/releases/latest/download/textnav.nvda-addon TextNav allows you to find the beginning of article, that is readable text written in complete sentences, on any webpage. You can automatically skip most of the clutter, such as menus, images, metadata and ads on webpages. Works by pressing Alt+Shift+Down/Up keys. This latest version only updates compatibility flag. Console toolkit v1.2· Website: https://github.com/mltony/nvda-console-toolkit/ · Download: https://github.com/mltony/nvda-console-toolkit/releases/latest/download/consoleToolkit.nvda-addon This add-on provides some additional features for console application, such as Windows command prompt and Windows Terminal. This new version adds better support for Putty. Here are some features: · Control+V can now be used for pasting. · Speech becomes more real-time in a console that actively prints new messages. · You can edit current command by pressing NVDA+e in an accessible window. Notes· Versions have not been updated on the official NVDA add-ons website yet. I sent a pull request, and it is subject to approval by NVAccess. Until then, feel free to download latest versions using links I provided above. · All the add-ons were tested with NVDA alpha build 24399. Some compatibility issues have been fixed, however, it is still possible that something will change and compatibility will break again by the time NVDA 2022 is released. The author however has very limited time to work on add-ons, in fact the only time of year when I have time to maintain my add-ons is the winter break around Christmas and New Year. So, I release my add-ons as is. I might try to find some time to fix compatibility mid-year, but I cannot commit to it. Which brings me to my second point: · Volunteers needed. I currently have 9 add-ons and they require some maintenance and as my life gets more and more busy every year, I am struggling to find time for that, while users ask for compatibility, translations, etc. I don’t want to let my users down. So, I’m looking for someone who is familiar with add-on development process to help me with that. Please contact me off-list if you’re interested. Typical maintenance tasks are: dealing with compatibility flags and releases, dealing with translations, optionally fixing bugs. · Best regards --Tony
|
|
Re: Tony's add-ons: updates and new features
Hi Tony,
I have tried using the app on site like Youtube, I was able to
generate a bookmark on the play pause button.
But I have came across a problem on outlook,
1. I open either email from the current folder
2. I jump to the content of the email by heading and move to the
line "reply" and want to create a bookmark on that position
3. I press nvda j, down to bookmark and press right arrow, it
only offer me one option "Create new bookmark from current
paragraph for site All sites"
Thanks,
William
Tony Malykh 於 4/1/2022 7:07 寫道:
toggle quoted messageShow quoted text
Happy
new year, everyone!
I present new features and improvements to my
add-ons. This is a pretty long email, so I marked sections as
level 1 and level 2 headings for ease of navigation. Any
feedback and suggestions are welcome!
BrowserNav v2.2
· Website:
https://github.com/mltony/nvda-browser-nav/
· Download:
https://github.com/mltony/nvda-browser-nav/releases/latest/download/browsernav.nvda-addon
The most exciting new feature
is support of bookmarks. You can now configure bookmarks and
this simplifies navigation around websites that you frequently
use. Bookmarks can be configured either for a specific URL or
for the entire domain. Bookmark itself can be configured either
as matching text on the page, or a regular expression. There are
many more options to customize bookmarks, please refer to github
page for a full list of options.
There are four types of bookmarks in
BrowserNav:
QuickJump bookmarks
Once they are configured, you can find and
jump to them by pressing either J or Shift+J in browse mode.
BrowserNav comes with default configuration that you can use as
an example of configuring bookmarks, and that example includes
some QuickJump bookmarks for amazon.com: you can jump to “5
items in cart”, “Your Orders”, “4.5 out of 5 stars” – these are
just examples of information that I often need to find on Amazon
pages while shopping, but you can of course configure your own
bookmarks.
SkipClutter bookmarks
These are not really bookmarks, but rather
you can configure BrowserNav to skip certain text while
navigating either by paragraph (with Control+Up/Down) or by line
(with Up/Down). Most common example of this is skipping blank
lines – and this one is included in the default configuration.
Other examples can include skipping timestamps or frequently
repeated elements on the webpage (think of repeating buttons on
Facebook website: Reply, React, Like, …). SkipClutter mode can
be turned off temporarily when you do want to access those
elements by pressing / or Control+/.
QuickClick bookmarks
These are similar to QuickJump
bookmarks, but instead of jumping to bookmark, you can click
buttons or links without moving your cursor. For example, on
youtube.com you might want to have an easy way to play/pause
video. In fact this QuickClick bookmark is included in the
default configuration for reference. So, you just need to press
Alt+J to click all QuickClick bookmarks on the page. Another
example of where I find QuickClick especially useful is
expanding collapsed elements of the page, e.g. on Facebook you
might want to automatically expand links “See more”, “View 5
more comments”, etc.
Hierarchical bookmarks
Many websites (e.g., reddit, hacker news)
show user comments as a tree where each successive level of
reply is indented more and more to the right. Hierarchical
bookmarks is the most convenient way to browse such comment
trees for screenreader users. BrowserNav can announce the level
of current comment, or alternatively, you can jump to
next/previous comment of a given level, similar to built-in
function of jumping to heading of given level. You just need to
capture some element of a comment in a bookmark (such as upvote
or downvote buttons) and BrowserNav will automatically compute
levels based on horizontal offset of each match. I have included
sample configuration for hacker news and old reddit. You can try
it yourself once you have BrowserNav v2.2 installed:
· Old
reddit: https://old.reddit.com/r/sysadmin/comments/rt91z6/exchange_2019_antimalware_bad_update/
· Hacker
news: https://news.ycombinator.com/item?id=29756714
Keystrokes:
· Alt+`
or Alt+Shift+`: jump to next/previous comment and announce its
level.
· Alt+1
or Alt+Shift+1: jumpt to next/previous comment at level 1.
· Alt+2
or Alt+Shift+2: jumpt to next/previous comment at level 2.
· Alt+number
or Alt+Shift+number: jumpt to next/previous comment at
corresponding level.
Please note that in both
reddit and hacker news the bookmark also matches the original
post. As a result, on reddit original post corresponds to level
2, so all the comments have levels 1,3,4,5 …. Skipping level 2.
Configuring websites and bookmarks
Press NVDA+J to open
BrowserNav popup menu. Here you can configure websites and
bookmarks. For ease of use I added options to create a new entry
for current website, and create a new bookmark from current
paragraph.
All websites and bookmarks can
also be configured via NVDA > Preferences > Settings
dialog.
Website options
There are a few options that can be
configured on per website level:
· Block
focus events: some websites misuse focus events: e.g. they focus
some elements when trying to scroll, thus making the website
hard or impossible to use for screenreader users. You can
disable handling of focus events for such websites. In this case
focus events will be ignored and your cursor will not jump
around.
· Block
live region announcements. Similarly, some websites misuse live
regions. BrowserNav allows to selectively block them.
· Auto
QuickClick. Once you configured QuickClick bookmarks on a
website, you can tell BrowserNav to click those bookmarks
automatically when website is fully loaded.
Performance improvements
Vertical navigation (via NVDA+Alt+Up/Down
commands) now works much faster in Chromium-based browsers and
Firefox.
Recap of other BrowserNav functions
· Vertical
navigation: allows to find objects on a web page that are
directly underneath by pressing NVDA+Alt+Down/Up.
· Navigation
by font size: allows to find text written in the same font size
or font style.
· More
QuickNav commands: jump to next menu(Z), tab(Y), dialog(P), etc.
Notes
· I
am aware of Placemarkers add-on existence. BrowserNav bookmarks
is however different in many ways: more flexible website
definition, more flexible bookmark definition, more
functionality around different types of bookmarks. I know NVDA
community is typically wary of add-ons that are similar in
functionality, but I didn’t have any intention to compete
against PlaceMarkers. The function of regular expression search
was in BrowserNav since many years ago and developing proper
bookmarks was a natural extension of it. It would also be
totally impractical for me to upgrade Placemarkers add-on, since
the changes that I implemented would require rewriting probably
90% of Placemarkers, so this is not justified.
· I
can split off bookmarks into a separate add-on if there is
enough interest. As long as community doesn’t mind given
concerns of being too similar to Placemarks add-on.
Tony’s Enhancements v1.13
· Website:
https://github.com/mltony/nvda-tonys-enhancements
· Download:
https://github.com/mltony/nvda-tonys-enhancements/releases/latest/download/tonysEnhancements.nvda-addon
This add-on is a hodgepodge of
different NVDA improvements and this time I added a few
interesting ones.
Sound split
Triggered by pressing NVDA+Alt+S you can
enable sound split: when using stereo headphones this would make
all NVDA sounds to go to right channel, while all application
sounds will go to left channel (or vice versa). This could be
handy if you have to attend long and boring meetings over VC.
Additionally you can adjust NVDA volume and applications volume
separately via NVDA+Control+PageUp/PageDown and
NVDA+Alt+PageUp/PageDown keystrokes.
Copying tables
Many people on NVDA mailing list complained
that there was no good way in NVDA to copy a table from a
webpage. Now there is a way! Press NVDA+Alt+T while on a table
and you’ll be presented with a few options: you can either copy
the whole table, or current row or column. The table will be
copied with preserving formatting information about its cells,
so that you can paste it into Microsoft Word or any other rich
text editor, and it will still appear as a table.
Experimental mouse click and mouse scroll scripts
I noticed that existing NVDA mouse click
scripts don’t always work. In particular I found cases when
NVDA+NumPadDivide keystroke doesn’t bring mouse cursor over the
link that I would like to click. These scripts are my attempt to
solve this. The feature is experimental, in the sense that there
are still cases where it doesn’t work as expected. Yet it
already can be very useful in some cases, so I decided to still
include it in the release. Keystrokes:
· NVDA+NumPadDivide/NumPadMultiply:
moves mouse pointer to current object, clicks left/right mouse
button, then moves mouse pointer back to where it was.
Additionally it tries to check if there are any other windows on
the way (e.g. topmost windows) and tries to get them out of the
way.
· Alt+NumPadPlus/NumPadMinus:
Move mouse pointer over current object and scroll up/down. This
can be useful to load more content in infinite scroll websites.
· Alt+NumPadDelete:
move mouse pointer to top left corner of the screen. This can be
useful for websites that make excessive use of mouse hover
information to show popup windows.
Recap of other functions of Tony’s enhancements
· Enhanced
table navigation commands, such as jump to first/last
row/column.
· Automatic
language switching based on Unicode character set.
· QuickSearch
– similar to BrowserNav QuickJump bookmark, but works in text
editors.
· Dynamic
keystrokes: allows to configure announcing current line after
certain keystrokes.
· Showing
and hiding any application windows.
· Detecting
insert/overwrite mode in text editors to prevent accidentally
overwriting text.
· Adjusting
system priority of NVDA process for better responsiveness.
Bluetooth Audio v1.4
· Website:
https://github.com/mltony/nvda-bluetooth-audio
· Download:
https://github.com/mltony/nvda-bluetooth-audio/releases/latest/download/bluetoothaudio.nvda-addon
Bluetooth audio fixes
quality of audio by playing either silence or soft white noise
as long as NVDA is active. Many Bluetooth headphones and
speakers enter standby mode after a few seconds of inactivity.
Then when NVDA speaks next utterance, the first word or two
might be lost. Bluetooth Audio prevents these devices from
entering standby mode by keeping audio stream open and
constantly playing some sound. In fact, Bluetooth audio has been
reported to improve audio quality on other types of audio
devices: RF wireless headphones and even some wired speakers. It
can also get rid of crackling noise on some devices.
The previous version of
Bluetooth Audio could only play silence. As a result, it was
hard to tell whether it is working or not. In fact, it seems
that it wasn’t working, or at least not always working – one of
NVDA updates in 2020 seems to have broken it, and even I didn’t
catch it. To avoid this in the future I added an option to play
soft white noise instead of silence, so that you can hear when
Bluetooth audio is working. Another feature I added is
dynamically changing output device when NVDA configuration
changes – previously that required a restart.
IndentNav v1.13
· Website:
https://github.com/mltony/nvda-indent-nav/
· Download:
https://github.com/mltony/nvda-indent-nav/releases/latest/download/IndentNav.nvda-addon
IndentNav is primarily
designed for software developers, and it allows better
navigation around indented source code files in text editors.
This new version works much faster, especially in VSCode. Here
are some keystrokes to try (please read github page for a
complete list):
· NVDA+Alt+Up/Down:
jump to next/previous line with the same indentation level
within current block.
· NVDA+Alt+Left/Right:
jump to parent/first child line, where parent and child are
defined as line with lesser/greater indentation level.
· NVDA+Control+I:
select current block (e.g. function).
· NVDA+V:
indent-paste, that is paste with adjusting indentation level of
clipboard content to match current line.
Phonetic punctuation v1.6
· Website:
https://github.com/mltony/nvda-phonetic-punctuation/
· Download:
https://github.com/mltony/nvda-phonetic-punctuation/releases/latest/download/phoneticPunctuation.nvda-addon
Phonetic punctuation allows to replace
punctuation marks with auditory icons (earcons). In general, it
allows to replace any regular expression configured substring
with an auditory icon, which can be great for getting rid of
timestamps and other frequently repeated fragments. It also
allows to change prosody parameters for parts of speech, but
only a few synthesizers support this. This new version allows to
adjust volume of each individual auditory icon and has several
bugfixes.
WordNav v1.7
· Website:
https://github.com/mltony/nvda-word-nav/
· Download:
https://github.com/mltony/nvda-word-nav/releases/latest/download/wordNav.nvda-addon
WordNav provides more
advanced scripts to navigate by word. It replaces built in
Control+Left/Right keystrokes with custom scripts. It makes
behavior of these keystrokes consistent across all applications
and adds multiple options on its behavior.
In this last version I spent
quite some time to work around Google Chrome bug in its IAccessible implementation,
but in the end I made it to work correctly in Chrome.
SentenceNav v2.12
· Website:
https://github.com/mltony/nvda-sentence-nav/
· Download:
https://github.com/mltony/nvda-sentence-nav/releases/latest/download/SentenceNav.nvda-addon
SentenceNav allows to navigate
by sentence via Alt+Up/Down keystrokes. This new version
includes some bugfixes.
TextNav v1.6
· Website:
https://github.com/mltony/nvda-text-nav/
· Download:
https://github.com/mltony/nvda-text-nav/releases/latest/download/textnav.nvda-addon
TextNav allows you to find the
beginning of article, that is readable text written in complete
sentences, on any webpage. You can automatically skip most of
the clutter, such as menus, images, metadata and ads on
webpages. Works by pressing Alt+Shift+Down/Up keys. This latest
version only updates compatibility flag.
Console toolkit v1.2
· Website:
https://github.com/mltony/nvda-console-toolkit/
· Download:
https://github.com/mltony/nvda-console-toolkit/releases/latest/download/consoleToolkit.nvda-addon
This add-on provides some
additional features for console application, such as Windows
command prompt and Windows Terminal. This new version adds
better support for Putty. Here are some features:
· Control+V
can now be used for pasting.
· Speech
becomes more real-time in a console that actively prints new
messages.
· You
can edit current command by pressing NVDA+e in an accessible
window.
Notes
· Versions
have not been updated on the official NVDA add-ons website yet.
I sent a pull request, and it is subject to approval by
NVAccess. Until then, feel free to download latest versions
using links I provided above.
· All
the add-ons were tested with NVDA alpha build 24399. Some
compatibility issues have been fixed, however, it is still
possible that something will change and compatibility will break
again by the time NVDA 2022 is released. The author however has
very limited time to work on add-ons, in fact the only time of
year when I have time to maintain my add-ons is the winter break
around Christmas and New Year. So, I release my add-ons as is. I
might try to find some time to fix compatibility mid-year, but I
cannot commit to it. Which brings me to my second point:
· Volunteers
needed. I currently have 9 add-ons and they require some
maintenance and as my life gets more and more busy every year, I
am struggling to find time for that, while users ask for
compatibility, translations, etc. I don’t want to let my users
down. So, I’m looking for someone who is familiar with add-on
development process to help me with that. Please contact me
off-list if you’re interested. Typical maintenance tasks are:
dealing with compatibility flags and releases, dealing with
translations, optionally fixing bugs.
·
Best regards
--Tony
|
|
Re: Tony's add-ons: updates and new features
Goodmorning,
I just download the nvda add-on called:
BrowserNav v2.2 and installed but I didn’t manage to understand exactly how it works. I read the help file but I ffound it difficult to understand, I’m mostly interested in few steps how to create a bookmark on a website I understand this feature is
similar to the one that jaws has to make web markers.
I sincerely appreciate if someone send me the steps how to create website bookmarks on website using the nvda.
Thanks,
Michael micallef
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io>
On Behalf Of William via groups.io
Sent: Tuesday, 04 January 2022 06:51
To: nvda@nvda.groups.io
Subject: Re: [nvda] Tony's add-ons: updates and new features
CAUTION: This email originated from OUTSIDE the Government Email Infrastructure. DO NOT CLICK LINKS
or OPEN attachments unless you recognise the sender and know the content is safe.
Tony thanks for the amazing work, I need another year to learn about the new features:p
Rui Fontes 於 4/1/2022 8:16
寫道:
Hello!
I can help managing your add-ons, except on the current translation method...
I haven't yet figured how to deal with it...
I can't promiss I will act immediatly in all times, but I will try to do it as soon as possible...
Rui Fontes
Às 23:07 de 03/01/2022, Tony Malykh escreveu:
Happy new year, everyone!
I present new features and improvements to my add-ons. This is a pretty long email, so I marked sections as level 1 and level 2 headings for ease of navigation. Any feedback and
suggestions are welcome!
BrowserNav v2.2
· Website:
https://github.com/mltony/nvda-browser-nav/
· Download:
https://github.com/mltony/nvda-browser-nav/releases/latest/download/browsernav.nvda-addon
The most exciting new feature is support of bookmarks. You can now configure bookmarks and this simplifies navigation around websites that you frequently use. Bookmarks can be configured either for a specific URL or for the entire
domain. Bookmark itself can be configured either as matching text on the page, or a regular expression. There are many more options to customize bookmarks, please refer to github page for a full list of options.
There are four types of bookmarks in BrowserNav:
QuickJump bookmarks
Once they are configured, you can find and jump to them by pressing either J or Shift+J in browse mode. BrowserNav comes with default configuration that you can use as an example
of configuring bookmarks, and that example includes some QuickJump bookmarks for amazon.com: you can jump to “5 items in cart”, “Your Orders”, “4.5 out of 5 stars” – these are just examples of information that I often need to find on Amazon pages while shopping,
but you can of course configure your own bookmarks.
SkipClutter bookmarks
These are not really bookmarks, but rather you can configure BrowserNav to skip certain text while navigating either by paragraph (with Control+Up/Down) or by line (with Up/Down).
Most common example of this is skipping blank lines – and this one is included in the default configuration. Other examples can include skipping timestamps or frequently repeated elements on the webpage (think of repeating buttons on Facebook website: Reply,
React, Like, …). SkipClutter mode can be turned off temporarily when you do want to access those elements by pressing / or Control+/.
QuickClick bookmarks
These are similar to QuickJump bookmarks, but instead of jumping to bookmark, you can click buttons or links without moving your cursor. For example, on youtube.com you might want to have an easy way to play/pause video. In fact
this QuickClick bookmark is included in the default configuration for reference. So, you just need to press Alt+J to click all QuickClick bookmarks on the page. Another example of where I find QuickClick especially useful is expanding collapsed elements of
the page, e.g. on Facebook you might want to automatically expand links “See more”, “View 5 more comments”, etc.
Hierarchical bookmarks
Many websites (e.g., reddit, hacker news) show user comments as a tree where each successive level of reply is indented more and more to the right. Hierarchical bookmarks is the
most convenient way to browse such comment trees for screenreader users. BrowserNav can announce the level of current comment, or alternatively, you can jump to next/previous comment of a given level, similar to built-in function of jumping to heading of given
level. You just need to capture some element of a comment in a bookmark (such as upvote or downvote buttons) and BrowserNav will automatically compute levels based on horizontal offset of each match. I have included sample configuration for hacker news and
old reddit. You can try it yourself once you have BrowserNav v2.2 installed:
· Old reddit:
https://old.reddit.com/r/sysadmin/comments/rt91z6/exchange_2019_antimalware_bad_update/
· Hacker news:
https://news.ycombinator.com/item?id=29756714
Keystrokes:
· Alt+` or Alt+Shift+`: jump to next/previous comment and announce its level.
· Alt+1 or Alt+Shift+1: jumpt to next/previous comment at level 1.
· Alt+2 or Alt+Shift+2: jumpt to next/previous comment at level 2.
· Alt+number or Alt+Shift+number: jumpt to next/previous comment at corresponding level.
Please note that in both reddit and hacker news the bookmark also matches the original post. As a result, on reddit original post corresponds to level 2, so all the comments have levels 1,3,4,5 …. Skipping level 2.
Configuring websites and bookmarks
Press NVDA+J to open BrowserNav popup menu. Here you can configure websites and bookmarks. For ease of use I added options to create a new entry for current website, and create a new bookmark from current paragraph.
All websites and bookmarks can also be configured via NVDA > Preferences > Settings dialog.
Website options
There are a few options that can be configured on per website level:
· Block focus events: some websites misuse focus events: e.g. they focus some elements when trying to scroll, thus making the website hard or impossible to use for screenreader users. You can disable handling of focus events
for such websites. In this case focus events will be ignored and your cursor will not jump around.
· Block live region announcements. Similarly, some websites misuse live regions. BrowserNav allows to selectively block them.
· Auto QuickClick. Once you configured QuickClick bookmarks on a website, you can tell BrowserNav to click those bookmarks automatically when website is fully loaded.
Performance improvements
Vertical navigation (via NVDA+Alt+Up/Down commands) now works much faster in Chromium-based browsers and Firefox.
Recap of other BrowserNav functions
· Vertical navigation: allows to find objects on a web page that are directly underneath by pressing NVDA+Alt+Down/Up.
· Navigation by font size: allows to find text written in the same font size or font style.
· More QuickNav commands: jump to next menu(Z), tab(Y), dialog(P), etc.
Notes
· I am aware of Placemarkers add-on existence. BrowserNav bookmarks is however different in many ways: more flexible website definition, more flexible bookmark definition, more functionality around different types of bookmarks.
I know NVDA community is typically wary of add-ons that are similar in functionality, but I didn’t have any intention to compete against PlaceMarkers. The function of regular expression search was in BrowserNav since many years ago and developing proper bookmarks
was a natural extension of it. It would also be totally impractical for me to upgrade Placemarkers add-on, since the changes that I implemented would require rewriting probably 90% of Placemarkers, so this is not justified.
· I can split off bookmarks into a separate add-on if there is enough interest. As long as community doesn’t mind given concerns of being too similar to Placemarks add-on.
Tony’s Enhancements v1.13
· Website:
https://github.com/mltony/nvda-tonys-enhancements
· Download:
https://github.com/mltony/nvda-tonys-enhancements/releases/latest/download/tonysEnhancements.nvda-addon
This add-on is a hodgepodge of different NVDA improvements and this time I added a few interesting ones.
Sound split
Triggered by pressing NVDA+Alt+S you can enable sound split: when using stereo headphones this would make all NVDA sounds to go to right channel, while all application sounds will
go to left channel (or vice versa). This could be handy if you have to attend long and boring meetings over VC. Additionally you can adjust NVDA volume and applications volume separately via NVDA+Control+PageUp/PageDown and NVDA+Alt+PageUp/PageDown keystrokes.
Copying tables
Many people on NVDA mailing list complained that there was no good way in NVDA to copy a table from a webpage. Now there is a way! Press NVDA+Alt+T while on a table and you’ll be
presented with a few options: you can either copy the whole table, or current row or column. The table will be copied with preserving formatting information about its cells, so that you can paste it into Microsoft Word or any other rich text editor, and it
will still appear as a table.
Experimental mouse click and mouse scroll scripts
I noticed that existing NVDA mouse click scripts don’t always work. In particular I found cases when NVDA+NumPadDivide keystroke doesn’t bring mouse cursor over the link that I
would like to click. These scripts are my attempt to solve this. The feature is experimental, in the sense that there are still cases where it doesn’t work as expected. Yet it already can be very useful in some cases, so I decided to still include it in the
release. Keystrokes:
· NVDA+NumPadDivide/NumPadMultiply: moves mouse pointer to current object, clicks left/right mouse button, then moves mouse pointer back to where it was. Additionally it tries to check if there are any other windows on the
way (e.g. topmost windows) and tries to get them out of the way.
· Alt+NumPadPlus/NumPadMinus: Move mouse pointer over current object and scroll up/down. This can be useful to load more content in infinite scroll websites.
· Alt+NumPadDelete: move mouse pointer to top left corner of the screen. This can be useful for websites that make excessive use of mouse hover information to show popup windows.
Recap of other functions of Tony’s enhancements
· Enhanced table navigation commands, such as jump to first/last row/column.
· Automatic language switching based on Unicode character set.
· QuickSearch – similar to BrowserNav QuickJump bookmark, but works in text editors.
· Dynamic keystrokes: allows to configure announcing current line after certain keystrokes.
· Showing and hiding any application windows.
· Detecting insert/overwrite mode in text editors to prevent accidentally overwriting text.
· Adjusting system priority of NVDA process for better responsiveness.
Bluetooth Audio v1.4
· Website:
https://github.com/mltony/nvda-bluetooth-audio
· Download:
https://github.com/mltony/nvda-bluetooth-audio/releases/latest/download/bluetoothaudio.nvda-addon
Bluetooth audio fixes quality of audio by playing either silence or soft white noise as long as NVDA is active. Many Bluetooth headphones and speakers enter standby mode after a few seconds of inactivity. Then when NVDA speaks next
utterance, the first word or two might be lost. Bluetooth Audio prevents these devices from entering standby mode by keeping audio stream open and constantly playing some sound. In fact, Bluetooth audio has been reported to improve audio quality on other types
of audio devices: RF wireless headphones and even some wired speakers. It can also get rid of crackling noise on some devices.
The previous version of Bluetooth Audio could only play silence. As a result, it was hard to tell whether it is working or not. In fact, it seems that it wasn’t working, or at least not always working – one of NVDA updates in 2020
seems to have broken it, and even I didn’t catch it. To avoid this in the future I added an option to play soft white noise instead of silence, so that you can hear when Bluetooth audio is working. Another feature I added is dynamically changing output device
when NVDA configuration changes – previously that required a restart.
IndentNav v1.13
· Website:
https://github.com/mltony/nvda-indent-nav/
· Download:
https://github.com/mltony/nvda-indent-nav/releases/latest/download/IndentNav.nvda-addon
IndentNav is primarily designed for software developers, and it allows better navigation around indented source code files in text editors. This new version works much faster, especially in VSCode. Here are some keystrokes to try
(please read github page for a complete list):
· NVDA+Alt+Up/Down: jump to next/previous line with the same indentation level within current block.
· NVDA+Alt+Left/Right: jump to parent/first child line, where parent and child are defined as line with lesser/greater indentation level.
· NVDA+Control+I: select current block (e.g. function).
· NVDA+V: indent-paste, that is paste with adjusting indentation level of clipboard content to match current line.
Phonetic punctuation v1.6
· Website:
https://github.com/mltony/nvda-phonetic-punctuation/
· Download:
https://github.com/mltony/nvda-phonetic-punctuation/releases/latest/download/phoneticPunctuation.nvda-addon
Phonetic punctuation allows to replace punctuation marks with auditory icons (earcons). In general, it allows to replace any regular expression configured substring with an auditory
icon, which can be great for getting rid of timestamps and other frequently repeated fragments. It also allows to change prosody parameters for parts of speech, but only a few synthesizers support this. This new version allows to adjust volume of each individual
auditory icon and has several bugfixes.
WordNav v1.7
· Website:
https://github.com/mltony/nvda-word-nav/
· Download:
https://github.com/mltony/nvda-word-nav/releases/latest/download/wordNav.nvda-addon
WordNav provides more advanced scripts to navigate by word. It replaces built in Control+Left/Right keystrokes with custom scripts. It makes behavior of these keystrokes consistent across all applications and adds multiple options
on its behavior.
In this last version I spent quite some time to work around Google Chrome
bug in its IAccessible implementation, but in the end I made it to work correctly in Chrome.
SentenceNav v2.12
· Website:
https://github.com/mltony/nvda-sentence-nav/
· Download:
https://github.com/mltony/nvda-sentence-nav/releases/latest/download/SentenceNav.nvda-addon
SentenceNav allows to navigate by sentence via Alt+Up/Down keystrokes. This new version includes some bugfixes.
TextNav v1.6
· Website:
https://github.com/mltony/nvda-text-nav/
· Download:
https://github.com/mltony/nvda-text-nav/releases/latest/download/textnav.nvda-addon
TextNav allows you to find the beginning of article, that is readable text written in complete sentences, on any webpage. You can automatically skip most of the clutter, such as menus, images, metadata and ads on webpages. Works
by pressing Alt+Shift+Down/Up keys. This latest version only updates compatibility flag.
Console toolkit v1.2
· Website:
https://github.com/mltony/nvda-console-toolkit/
· Download:
https://github.com/mltony/nvda-console-toolkit/releases/latest/download/consoleToolkit.nvda-addon
This add-on provides some additional features for console application, such as Windows command prompt and Windows Terminal. This new version adds better support for Putty. Here are some features:
· Control+V can now be used for pasting.
· Speech becomes more real-time in a console that actively prints new messages.
· You can edit current command by pressing NVDA+e in an accessible window.
Notes
· Versions have not been updated on the official NVDA add-ons website yet. I sent a pull request, and it is subject to approval by NVAccess. Until then, feel free to download latest versions using links I provided above.
· All the add-ons were tested with NVDA alpha build 24399. Some compatibility issues have been fixed, however, it is still possible that something will change and compatibility will break again by the time NVDA 2022 is released.
The author however has very limited time to work on add-ons, in fact the only time of year when I have time to maintain my add-ons is the winter break around Christmas and New Year. So, I release my add-ons as is. I might try to find some time to fix compatibility
mid-year, but I cannot commit to it. Which brings me to my second point:
· Volunteers needed. I currently have 9 add-ons and they require some maintenance and as my life gets more and more busy every year, I am struggling to find time for that, while users ask for compatibility, translations, etc.
I don’t want to let my users down. So, I’m looking for someone who is familiar with add-on development process to help me with that. Please contact me off-list if you’re interested. Typical maintenance tasks are: dealing with compatibility flags and releases,
dealing with translations, optionally fixing bugs.
·
Best regards
--Tony
|
|
Re: Tony's add-ons: updates and new features
Tony thanks for the amazing work, I need another year to learn
about the new features:p
Rui Fontes 於 4/1/2022 8:16 寫道:
toggle quoted messageShow quoted text
Hello!
I can help managing your add-ons, except on the current
translation method...
I haven't yet figured how to deal with it...
I can't promiss I will act immediatly in all times, but I will
try to do it as soon as possible...
Rui Fontes
Às 23:07 de 03/01/2022, Tony Malykh
escreveu:
Happy
new year, everyone!
I present new features and improvements to
my add-ons. This is a pretty long email, so I marked sections
as level 1 and level 2 headings for ease of navigation. Any
feedback and suggestions are welcome!
BrowserNav v2.2
· Website:
https://github.com/mltony/nvda-browser-nav/
·
Download: https://github.com/mltony/nvda-browser-nav/releases/latest/download/browsernav.nvda-addon
The most exciting new
feature is support of bookmarks. You can now configure
bookmarks and this simplifies navigation around websites that
you frequently use. Bookmarks can be configured either for a
specific URL or for the entire domain. Bookmark itself can be
configured either as matching text on the page, or a regular
expression. There are many more options to customize
bookmarks, please refer to github page for a full list of
options.
There are four types of bookmarks in
BrowserNav:
QuickJump bookmarks
Once they are configured, you can find and
jump to them by pressing either J or Shift+J in browse mode.
BrowserNav comes with default configuration that you can use
as an example of configuring bookmarks, and that example
includes some QuickJump bookmarks for amazon.com: you can jump
to “5 items in cart”, “Your Orders”, “4.5 out of 5 stars” –
these are just examples of information that I often need to
find on Amazon pages while shopping, but you can of course
configure your own bookmarks.
SkipClutter bookmarks
These are not really bookmarks, but rather
you can configure BrowserNav to skip certain text while
navigating either by paragraph (with Control+Up/Down) or by
line (with Up/Down). Most common example of this is skipping
blank lines – and this one is included in the default
configuration. Other examples can include skipping timestamps
or frequently repeated elements on the webpage (think of
repeating buttons on Facebook website: Reply, React, Like, …).
SkipClutter mode can be turned off temporarily when you do
want to access those elements by pressing / or Control+/.
QuickClick bookmarks
These are similar to QuickJump
bookmarks, but instead of jumping to bookmark, you can click
buttons or links without moving your cursor. For example, on
youtube.com you might want to have an easy way to play/pause
video. In fact this QuickClick bookmark is included in the
default configuration for reference. So, you just need to
press Alt+J to click all QuickClick bookmarks on the page.
Another example of where I find QuickClick especially useful
is expanding collapsed elements of the page, e.g. on Facebook
you might want to automatically expand links “See more”, “View
5 more comments”, etc.
Hierarchical bookmarks
Many websites (e.g., reddit, hacker news)
show user comments as a tree where each successive level of
reply is indented more and more to the right. Hierarchical
bookmarks is the most convenient way to browse such comment
trees for screenreader users. BrowserNav can announce the
level of current comment, or alternatively, you can jump to
next/previous comment of a given level, similar to built-in
function of jumping to heading of given level. You just need
to capture some element of a comment in a bookmark (such as
upvote or downvote buttons) and BrowserNav will automatically
compute levels based on horizontal offset of each match. I
have included sample configuration for hacker news and old
reddit. You can try it yourself once you have BrowserNav v2.2
installed:
· Old
reddit: https://old.reddit.com/r/sysadmin/comments/rt91z6/exchange_2019_antimalware_bad_update/
·
Hacker news: https://news.ycombinator.com/item?id=29756714
Keystrokes:
·
Alt+` or Alt+Shift+`: jump to
next/previous comment and announce its level.
·
Alt+1 or Alt+Shift+1: jumpt to
next/previous comment at level 1.
·
Alt+2 or Alt+Shift+2: jumpt to
next/previous comment at level 2.
·
Alt+number or Alt+Shift+number: jumpt
to next/previous comment at corresponding level.
Please note that in both
reddit and hacker news the bookmark also matches the original
post. As a result, on reddit original post corresponds to
level 2, so all the comments have levels 1,3,4,5 …. Skipping
level 2.
Configuring websites and bookmarks
Press NVDA+J to open
BrowserNav popup menu. Here you can configure websites and
bookmarks. For ease of use I added options to create a new
entry for current website, and create a new bookmark from
current paragraph.
All websites and bookmarks
can also be configured via NVDA > Preferences > Settings
dialog.
Website options
There are a few options that can be
configured on per website level:
· Block
focus events: some websites misuse focus events: e.g. they
focus some elements when trying to scroll, thus making the
website hard or impossible to use for screenreader users. You
can disable handling of focus events for such websites. In
this case focus events will be ignored and your cursor will
not jump around.
·
Block live region announcements.
Similarly, some websites misuse live regions. BrowserNav
allows to selectively block them.
· Auto
QuickClick. Once you configured QuickClick bookmarks on
a website, you can tell BrowserNav to click those
bookmarks automatically when website is fully loaded.
Performance improvements
Vertical navigation (via NVDA+Alt+Up/Down
commands) now works much faster in Chromium-based browsers and
Firefox.
Recap of other BrowserNav functions
· Vertical
navigation: allows to find objects on a web page that are
directly underneath by pressing NVDA+Alt+Down/Up.
·
Navigation by font size: allows to
find text written in the same font size or font style.
· More
QuickNav commands: jump to next menu(Z), tab(Y), dialog(P),
etc.
Notes
· I
am aware of Placemarkers add-on existence. BrowserNav
bookmarks is however different in many ways: more flexible
website definition, more flexible bookmark definition, more
functionality around different types of bookmarks. I know NVDA
community is typically wary of add-ons that are similar in
functionality, but I didn’t have any intention to compete
against PlaceMarkers. The function of regular expression
search was in BrowserNav since many years ago and developing
proper bookmarks was a natural extension of it. It would also
be totally impractical for me to upgrade Placemarkers add-on,
since the changes that I implemented would require rewriting
probably 90% of Placemarkers, so this is not justified.
· I
can split off bookmarks into a separate add-on if there is
enough interest. As long as community doesn’t mind given
concerns of being too similar to Placemarks add-on.
Tony’s Enhancements v1.13
· Website:
https://github.com/mltony/nvda-tonys-enhancements
·
Download: https://github.com/mltony/nvda-tonys-enhancements/releases/latest/download/tonysEnhancements.nvda-addon
This add-on is a hodgepodge
of different NVDA improvements and this time I added a few
interesting ones.
Sound split
Triggered by pressing NVDA+Alt+S you can
enable sound split: when using stereo headphones this would
make all NVDA sounds to go to right channel, while all
application sounds will go to left channel (or vice versa).
This could be handy if you have to attend long and boring
meetings over VC. Additionally you can adjust NVDA volume and
applications volume separately via
NVDA+Control+PageUp/PageDown and NVDA+Alt+PageUp/PageDown
keystrokes.
Copying tables
Many people on NVDA mailing list complained
that there was no good way in NVDA to copy a table from a
webpage. Now there is a way! Press NVDA+Alt+T while on a table
and you’ll be presented with a few options: you can either
copy the whole table, or current row or column. The table will
be copied with preserving formatting information about its
cells, so that you can paste it into Microsoft Word or any
other rich text editor, and it will still appear as a table.
Experimental mouse click and mouse scroll scripts
I noticed that existing NVDA mouse click
scripts don’t always work. In particular I found cases when
NVDA+NumPadDivide keystroke doesn’t bring mouse cursor over
the link that I would like to click. These scripts are my
attempt to solve this. The feature is experimental, in the
sense that there are still cases where it doesn’t work as
expected. Yet it already can be very useful in some cases, so
I decided to still include it in the release. Keystrokes:
· NVDA+NumPadDivide/NumPadMultiply:
moves mouse pointer to current object, clicks left/right mouse
button, then moves mouse pointer back to where it was.
Additionally it tries to check if there are any other windows
on the way (e.g. topmost windows) and tries to get them out of
the way.
·
Alt+NumPadPlus/NumPadMinus: Move
mouse pointer over current object and scroll up/down. This can
be useful to load more content in infinite scroll websites.
· Alt+NumPadDelete:
move mouse pointer to top left corner of the screen. This can
be useful for websites that make excessive use of mouse hover
information to show popup windows.
Recap of other functions of Tony’s enhancements
· Enhanced
table navigation commands, such as jump to first/last
row/column.
·
Automatic language switching based on
Unicode character set.
·
QuickSearch – similar to BrowserNav
QuickJump bookmark, but works in text editors.
·
Dynamic keystrokes: allows to
configure announcing current line after certain keystrokes.
·
Showing and hiding any application
windows.
·
Detecting insert/overwrite mode in
text editors to prevent accidentally overwriting text.
· Adjusting
system priority of NVDA process for better responsiveness.
Bluetooth Audio v1.4
· Website:
https://github.com/mltony/nvda-bluetooth-audio
·
Download: https://github.com/mltony/nvda-bluetooth-audio/releases/latest/download/bluetoothaudio.nvda-addon
Bluetooth audio fixes
quality of audio by playing either silence or soft white noise
as long as NVDA is active. Many Bluetooth headphones and
speakers enter standby mode after a few seconds of inactivity.
Then when NVDA speaks next utterance, the first word or two
might be lost. Bluetooth Audio prevents these devices from
entering standby mode by keeping audio stream open and
constantly playing some sound. In fact, Bluetooth audio has
been reported to improve audio quality on other types of audio
devices: RF wireless headphones and even some wired speakers.
It can also get rid of crackling noise on some devices.
The previous version of
Bluetooth Audio could only play silence. As a result, it was
hard to tell whether it is working or not. In fact, it seems
that it wasn’t working, or at least not always working – one
of NVDA updates in 2020 seems to have broken it, and even I
didn’t catch it. To avoid this in the future I added an option
to play soft white noise instead of silence, so that you can
hear when Bluetooth audio is working. Another feature I added
is dynamically changing output device when NVDA configuration
changes – previously that required a restart.
IndentNav v1.13
· Website:
https://github.com/mltony/nvda-indent-nav/
·
Download: https://github.com/mltony/nvda-indent-nav/releases/latest/download/IndentNav.nvda-addon
IndentNav is primarily
designed for software developers, and it allows better
navigation around indented source code files in text editors.
This new version works much faster, especially in VSCode. Here
are some keystrokes to try (please read github page for a
complete list):
·
NVDA+Alt+Up/Down: jump to
next/previous line with the same indentation level within
current block.
·
NVDA+Alt+Left/Right: jump to
parent/first child line, where parent and child are defined as
line with lesser/greater indentation level.
·
NVDA+Control+I: select current block
(e.g. function).
· NVDA+V:
indent-paste, that is paste with adjusting indentation level
of clipboard content to match current line.
Phonetic punctuation v1.6
· Website:
https://github.com/mltony/nvda-phonetic-punctuation/
· Download:
https://github.com/mltony/nvda-phonetic-punctuation/releases/latest/download/phoneticPunctuation.nvda-addon
Phonetic punctuation allows to replace
punctuation marks with auditory icons (earcons). In general,
it allows to replace any regular expression configured
substring with an auditory icon, which can be great for
getting rid of timestamps and other frequently repeated
fragments. It also allows to change prosody parameters for
parts of speech, but only a few synthesizers support this.
This new version allows to adjust volume of each individual
auditory icon and has several bugfixes.
WordNav v1.7
· Website:
https://github.com/mltony/nvda-word-nav/
·
Download: https://github.com/mltony/nvda-word-nav/releases/latest/download/wordNav.nvda-addon
WordNav provides more
advanced scripts to navigate by word. It replaces built in
Control+Left/Right keystrokes with custom scripts. It makes
behavior of these keystrokes consistent across all
applications and adds multiple options on its behavior.
In this last version I spent
quite some time to work around Google Chrome bug in its IAccessible implementation,
but in the end I made it to work correctly in Chrome.
SentenceNav v2.12
· Website:
https://github.com/mltony/nvda-sentence-nav/
·
Download: https://github.com/mltony/nvda-sentence-nav/releases/latest/download/SentenceNav.nvda-addon
SentenceNav allows to
navigate by sentence via Alt+Up/Down keystrokes. This new
version includes some bugfixes.
TextNav v1.6
· Website:
https://github.com/mltony/nvda-text-nav/
·
Download: https://github.com/mltony/nvda-text-nav/releases/latest/download/textnav.nvda-addon
TextNav allows you to find
the beginning of article, that is readable text written in
complete sentences, on any webpage. You can automatically skip
most of the clutter, such as menus, images, metadata and ads
on webpages. Works by pressing Alt+Shift+Down/Up keys. This
latest version only updates compatibility flag.
Console toolkit v1.2
· Website:
https://github.com/mltony/nvda-console-toolkit/
·
Download: https://github.com/mltony/nvda-console-toolkit/releases/latest/download/consoleToolkit.nvda-addon
This add-on provides some
additional features for console application, such as Windows
command prompt and Windows Terminal. This new version adds
better support for Putty. Here are some features:
·
Control+V can now be used for
pasting.
·
Speech becomes more real-time in a
console that actively prints new messages.
· You
can edit current command by pressing NVDA+e in an accessible
window.
Notes
· Versions
have not been updated on the official NVDA add-ons website
yet. I sent a pull request, and it is subject to approval by
NVAccess. Until then, feel free to download latest versions
using links I provided above.
·
All the add-ons were tested with NVDA
alpha build 24399. Some compatibility issues have been fixed,
however, it is still possible that something will change and
compatibility will break again by the time NVDA 2022 is
released. The author however has very limited time to work on
add-ons, in fact the only time of year when I have time to
maintain my add-ons is the winter break around Christmas and
New Year. So, I release my add-ons as is. I might try to find
some time to fix compatibility mid-year, but I cannot commit
to it. Which brings me to my second point:
·
Volunteers needed. I currently have 9
add-ons and they require some maintenance and as my life gets
more and more busy every year, I am struggling to find time
for that, while users ask for compatibility, translations,
etc. I don’t want to let my users down. So, I’m looking for
someone who is familiar with add-on development process to
help me with that. Please contact me off-list if you’re
interested. Typical maintenance tasks are: dealing with
compatibility flags and releases, dealing with translations,
optionally fixing bugs.
·
Best regards
--Tony
|
|
Re: Tony's add-ons: updates and new features
thank you very much sir. We will use and give our feedbacks
toggle quoted messageShow quoted text
On 04/01/2022, Tony Malykh <anton.malykh@...> wrote: Happy new year, everyone!
I present new features and improvements to my add-ons. This is a pretty long email, so I marked sections as level 1 and level 2 headings for ease of navigation. Any feedback and suggestions are welcome!
BrowserNav v2.2
·Website: https://github.com/mltony/nvda-browser-nav/
·Download: https://github.com/mltony/nvda-browser-nav/releases/latest/download/browsernav.nvda-addon
The most exciting new feature is support of bookmarks. You can now configure bookmarks and this simplifies navigation around websites that you frequently use. Bookmarks can be configured either for a specific URL or for the entire domain. Bookmark itself can be configured either as matching text on the page, or a regular expression. There are many more options to customize bookmarks, please refer to github page for a full list of options.
There are four types of bookmarks in BrowserNav:
QuickJump bookmarks
Once they are configured, you can find and jump to them by pressing either J or Shift+J in browse mode. BrowserNav comes with default configuration that you can use as an example of configuring bookmarks, and that example includes some QuickJump bookmarks for amazon.com: you can jump to “5 items in cart”, “Your Orders”, “4.5 out of 5 stars” – these are just examples of information that I often need to find on Amazon pages while shopping, but you can of course configure your own bookmarks.
SkipClutter bookmarks
These are not really bookmarks, but rather you can configure BrowserNav to skip certain text while navigating either by paragraph (with Control+Up/Down) or by line (with Up/Down). Most common example of this is skipping blank lines – and this one is included in the default configuration. Other examples can include skipping timestamps or frequently repeated elements on the webpage (think of repeating buttons on Facebook website: Reply, React, Like, …). SkipClutter mode can be turned off temporarily when you do want to access those elements by pressing / or Control+/.
QuickClick bookmarks
These are similar to QuickJump bookmarks, but instead of jumping to bookmark, you can click buttons or links without moving your cursor. For example, on youtube.com you might want to have an easy way to play/pause video. In fact this QuickClick bookmark is included in the default configuration for reference. So, you just need to press Alt+J to click all QuickClick bookmarks on the page. Another example of where I find QuickClick especially useful is expanding collapsed elements of the page, e.g. on Facebook you might want to automatically expand links “See more”, “View 5 more comments”, etc.
Hierarchical bookmarks
Many websites (e.g., reddit, hacker news) show user comments as a tree where each successive level of reply is indented more and more to the right. Hierarchical bookmarks is the most convenient way to browse such comment trees for screenreader users. BrowserNav can announce the level of current comment, or alternatively, you can jump to next/previous comment of a given level, similar to built-in function of jumping to heading of given level. You just need to capture some element of a comment in a bookmark (such as upvote or downvote buttons) and BrowserNav will automatically compute levels based on horizontal offset of each match. I have included sample configuration for hacker news and old reddit. You can try it yourself once you have BrowserNav v2.2 installed:
·Old reddit: https://old.reddit.com/r/sysadmin/comments/rt91z6/exchange_2019_antimalware_bad_update/
·Hacker news: https://news.ycombinator.com/item?id=29756714
Keystrokes:
·Alt+` or Alt+Shift+`: jump to next/previous comment and announce its level.
·Alt+1 or Alt+Shift+1: jumpt to next/previous comment at level 1.
·Alt+2 or Alt+Shift+2: jumpt to next/previous comment at level 2.
·Alt+number or Alt+Shift+number: jumpt to next/previous comment at corresponding level.
Please note that in both reddit and hacker news the bookmark also matches the original post. As a result, on reddit original post corresponds to level 2, so all the comments have levels 1,3,4,5 …. Skipping level 2.
Configuring websites and bookmarks
Press NVDA+J to open BrowserNav popup menu. Here you can configure websites and bookmarks. For ease of use I added options to create a new entry for current website, and create a new bookmark from current paragraph.
All websites and bookmarks can also be configured via NVDA > Preferences > Settings dialog.
Website options
There are a few options that can be configured on per website level:
·Block focus events: some websites misuse focus events: e.g. they focus some elements when trying to scroll, thus making the website hard or impossible to use for screenreader users. You can disable handling of focus events for such websites. In this case focus events will be ignored and your cursor will not jump around.
·Block live region announcements. Similarly, some websites misuse live regions. BrowserNav allows to selectively block them.
·Auto QuickClick. Once you configured QuickClick bookmarks ona website, you can tell BrowserNav to click those bookmarks automatically when website is fully loaded.
Performance improvements
Vertical navigation (via NVDA+Alt+Up/Down commands) now works much faster in Chromium-based browsers and Firefox.
Recap of other BrowserNav functions
·Vertical navigation: allows to find objects on a web page that are directly underneath by pressing NVDA+Alt+Down/Up.
·Navigation by font size: allows to find text written in the same font size or font style.
·More QuickNav commands: jump to next menu(Z), tab(Y), dialog(P), etc.
Notes
·I am aware of Placemarkers add-on existence. BrowserNav bookmarks is however different in many ways: more flexible website definition, more flexible bookmark definition, more functionality around different types of bookmarks. I know NVDA community is typically wary of add-ons that are similar in functionality, but I didn’t have any intention to compete against PlaceMarkers. The function of regular expression search was in BrowserNav since many years ago and developing proper bookmarks was a natural extension of it. It would also be totally impractical for me to upgrade Placemarkers add-on, since the changes that I implemented would require rewriting probably 90% of Placemarkers, so this is not justified.
·I can split off bookmarks into a separate add-on if there is enough interest. As long as community doesn’t mind given concerns of being too similar to Placemarks add-on.
Tony’s Enhancements v1.13
·Website: https://github.com/mltony/nvda-tonys-enhancements
·Download: https://github.com/mltony/nvda-tonys-enhancements/releases/latest/download/tonysEnhancements.nvda-addon
This add-on is a hodgepodge of different NVDA improvements and this time I added a few interesting ones.
Sound split
Triggered by pressing NVDA+Alt+S you can enable sound split: when using stereo headphones this would make all NVDA sounds to go to right channel, while all application sounds will go to left channel (or vice versa). This could be handy if you have to attend long and boring meetings over VC. Additionally you can adjust NVDA volume and applications volume separately via NVDA+Control+PageUp/PageDown and NVDA+Alt+PageUp/PageDown keystrokes.
Copying tables
Many people on NVDA mailing list complained that there was no good way in NVDA to copy a table from a webpage. Now there is a way! Press NVDA+Alt+T while on a table and you’ll be presented with a few options: you can either copy the whole table, or current row or column. The table will be copied with preserving formatting information about its cells, so that you can paste it into Microsoft Word or any other rich text editor, and it will still appear as a table.
Experimental mouse click and mouse scroll scripts
I noticed that existing NVDA mouse click scripts don’t always work. In particular I found cases when NVDA+NumPadDivide keystroke doesn’t bring mouse cursor over the link that I would like to click. These scripts are my attempt to solve this. The feature is experimental, in the sense that there are still cases where it doesn’t work as expected. Yet it already can be very useful in some cases, so I decided to still include it in the release. Keystrokes:
·NVDA+NumPadDivide/NumPadMultiply: moves mouse pointer to current object, clicks left/right mouse button, then moves mouse pointer back to where it was. Additionally it tries to check if there are any other windows on the way (e.g. topmost windows) and tries to get them out of the way.
·Alt+NumPadPlus/NumPadMinus: Move mouse pointer over current object and scroll up/down. This can be useful to load more content in infinite scroll websites.
·Alt+NumPadDelete: move mouse pointer to top left corner of the screen. This can be useful for websites that make excessive use of mouse hover information to show popup windows.
Recap of other functions of Tony’s enhancements
·Enhanced table navigation commands, such as jump to first/last row/column.
·Automatic language switching based on Unicode character set.
·QuickSearch – similar to BrowserNav QuickJump bookmark, but works in text editors.
·Dynamic keystrokes: allows to configure announcing current line after certain keystrokes.
·Showing and hiding any application windows.
·Detecting insert/overwrite mode in text editors to prevent accidentally overwriting text.
·Adjusting system priority of NVDA process for better responsiveness.
Bluetooth Audio v1.4
·Website: https://github.com/mltony/nvda-bluetooth-audio
·Download: https://github.com/mltony/nvda-bluetooth-audio/releases/latest/download/bluetoothaudio.nvda-addon
Bluetooth audio fixes quality of audio by playing either silence or soft white noise as long as NVDA is active. Many Bluetooth headphones and speakers enter standby mode after a few seconds of inactivity. Then when NVDA speaks next utterance, the first word or two might be lost. Bluetooth Audio prevents these devices from entering standby mode by keeping audio stream open and constantly playing some sound. In fact, Bluetooth audio has been reported to improve audio quality on other types of audio devices: RF wireless headphones and even some wired speakers. It can also get rid of crackling noise on some devices.
The previous version of Bluetooth Audio could only play silence. As a result, it was hard to tell whether it is working or not. In fact, it seems that it wasn’t working, or at least not always working – one of NVDA updates in 2020 seems to have broken it, and even I didn’t catch it. To avoid this in the future I added an option to play soft white noise instead of silence, so that you can hear when Bluetooth audio is working. Another feature I added is dynamically changing output device when NVDA configuration changes – previously that required a restart.
IndentNav v1.13
·Website: https://github.com/mltony/nvda-indent-nav/
·Download: https://github.com/mltony/nvda-indent-nav/releases/latest/download/IndentNav.nvda-addon
IndentNav is primarily designed for software developers, and it allows better navigation around indented source code files in text editors. This new version works much faster, especially in VSCode. Here are some keystrokes to try (please read github page for a complete list):
·NVDA+Alt+Up/Down: jump to next/previous line with the same indentation level within current block.
·NVDA+Alt+Left/Right: jump to parent/first child line, where parent and child are defined as line with lesser/greater indentation level.
·NVDA+Control+I: select current block (e.g. function).
·NVDA+V: indent-paste, that is paste with adjusting indentation level of clipboard content to match current line.
Phonetic punctuation v1.6
·Website: https://github.com/mltony/nvda-phonetic-punctuation/
·Download: https://github.com/mltony/nvda-phonetic-punctuation/releases/latest/download/phoneticPunctuation.nvda-addon
Phonetic punctuation allows to replace punctuation marks with auditory icons (earcons). In general, it allows to replace any regular expression configured substring with an auditory icon, which can be great for getting rid of timestamps and other frequently repeated fragments. It also allows to change prosody parameters for parts of speech, but only a few synthesizers support this. This new version allows to adjust volume of each individual auditory icon and has several bugfixes.
WordNav v1.7
·Website: https://github.com/mltony/nvda-word-nav/
·Download: https://github.com/mltony/nvda-word-nav/releases/latest/download/wordNav.nvda-addon
WordNav provides more advanced scripts to navigate by word. It replaces built in Control+Left/Right keystrokes with custom scripts. It makes behavior of these keystrokes consistent across all applications and adds multiple options on its behavior.
In this last version I spent quite some time to work around Google Chrome bug in its IAccessible implementation <https://bugs.chromium.org/p/chromium/issues/detail?id=1260726>, but in the end I made it to work correctly in Chrome.
SentenceNav v2.12
·Website: https://github.com/mltony/nvda-sentence-nav/
·Download: https://github.com/mltony/nvda-sentence-nav/releases/latest/download/SentenceNav.nvda-addon
SentenceNav allows to navigate by sentence via Alt+Up/Down keystrokes. This new version includes some bugfixes.
TextNav v1.6
·Website: https://github.com/mltony/nvda-text-nav/
·Download: https://github.com/mltony/nvda-text-nav/releases/latest/download/textnav.nvda-addon
TextNav allows you to find the beginning of article, that is readable text written in complete sentences, on any webpage. You can automatically skip most of the clutter, such as menus, images, metadata and ads on webpages. Works by pressing Alt+Shift+Down/Up keys. This latest version only updates compatibility flag.
Console toolkit v1.2
·Website: https://github.com/mltony/nvda-console-toolkit/
·Download: https://github.com/mltony/nvda-console-toolkit/releases/latest/download/consoleToolkit.nvda-addon
This add-on provides some additional features for console application, such as Windows command prompt and Windows Terminal. This new version adds better support for Putty. Here are some features:
·Control+V can now be used for pasting.
·Speech becomes more real-time in a console that actively prints new messages.
·You can edit current command by pressing NVDA+e in an accessible window.
Notes
·Versions have not been updated on the official NVDA add-ons website yet. I sent a pull request, and it is subject to approval by NVAccess. Until then, feel free to download latest versions using links I provided above.
·All the add-ons were tested with NVDA alpha build 24399. Some compatibility issues have been fixed, however, it is still possible that something will change and compatibility will break again by the time NVDA 2022 is released. The author however has very limited time to work on add-ons, in fact the only time of year when I have time to maintain my add-ons is the winter break around Christmas and New Year. So, I release my add-ons as is. I might try to find some time to fix compatibility mid-year, but I cannot commit to it. Which brings me to my second point:
·Volunteers needed. I currently have 9 add-ons and they require some maintenance and as my life gets more and more busy every year, I am struggling to find time for that, while users ask for compatibility, translations, etc. I don’t want to let my users down. So, I’m looking for someone who is familiar with add-on development process to help me with that. Please contact me off-list if you’re interested. Typical maintenance tasks are: dealing with compatibility flags and releases, dealing with translations, optionally fixing bugs.
·
Best regards
--Tony
-- --
-- nothing is difficult unless you make it appear so.
r. aravind,
manager Department of sales bank of baroda specialised mortgage store, Chennai. mobile no: +91 9940369593, email id : aravind_069@..., aravind.andhrabank@.... aravind.rajendran@....
|
|
Re: Tony's add-ons: updates and new features
Hello!
I can help managing your add-ons, except on the current
translation method...
I haven't yet figured how to deal with it...
I can't promiss I will act immediatly in all times, but I will
try to do it as soon as possible...
Rui Fontes
Às 23:07 de 03/01/2022, Tony Malykh
escreveu:
toggle quoted messageShow quoted text
Happy
new year, everyone!
I present new features and improvements to my
add-ons. This is a pretty long email, so I marked sections as
level 1 and level 2 headings for ease of navigation. Any
feedback and suggestions are welcome!
BrowserNav v2.2
· Website:
https://github.com/mltony/nvda-browser-nav/
· Download:
https://github.com/mltony/nvda-browser-nav/releases/latest/download/browsernav.nvda-addon
The most exciting new feature
is support of bookmarks. You can now configure bookmarks and
this simplifies navigation around websites that you frequently
use. Bookmarks can be configured either for a specific URL or
for the entire domain. Bookmark itself can be configured either
as matching text on the page, or a regular expression. There are
many more options to customize bookmarks, please refer to github
page for a full list of options.
There are four types of bookmarks in
BrowserNav:
QuickJump bookmarks
Once they are configured, you can find and
jump to them by pressing either J or Shift+J in browse mode.
BrowserNav comes with default configuration that you can use as
an example of configuring bookmarks, and that example includes
some QuickJump bookmarks for amazon.com: you can jump to “5
items in cart”, “Your Orders”, “4.5 out of 5 stars” – these are
just examples of information that I often need to find on Amazon
pages while shopping, but you can of course configure your own
bookmarks.
SkipClutter bookmarks
These are not really bookmarks, but rather
you can configure BrowserNav to skip certain text while
navigating either by paragraph (with Control+Up/Down) or by line
(with Up/Down). Most common example of this is skipping blank
lines – and this one is included in the default configuration.
Other examples can include skipping timestamps or frequently
repeated elements on the webpage (think of repeating buttons on
Facebook website: Reply, React, Like, …). SkipClutter mode can
be turned off temporarily when you do want to access those
elements by pressing / or Control+/.
QuickClick bookmarks
These are similar to QuickJump
bookmarks, but instead of jumping to bookmark, you can click
buttons or links without moving your cursor. For example, on
youtube.com you might want to have an easy way to play/pause
video. In fact this QuickClick bookmark is included in the
default configuration for reference. So, you just need to press
Alt+J to click all QuickClick bookmarks on the page. Another
example of where I find QuickClick especially useful is
expanding collapsed elements of the page, e.g. on Facebook you
might want to automatically expand links “See more”, “View 5
more comments”, etc.
Hierarchical bookmarks
Many websites (e.g., reddit, hacker news)
show user comments as a tree where each successive level of
reply is indented more and more to the right. Hierarchical
bookmarks is the most convenient way to browse such comment
trees for screenreader users. BrowserNav can announce the level
of current comment, or alternatively, you can jump to
next/previous comment of a given level, similar to built-in
function of jumping to heading of given level. You just need to
capture some element of a comment in a bookmark (such as upvote
or downvote buttons) and BrowserNav will automatically compute
levels based on horizontal offset of each match. I have included
sample configuration for hacker news and old reddit. You can try
it yourself once you have BrowserNav v2.2 installed:
· Old
reddit: https://old.reddit.com/r/sysadmin/comments/rt91z6/exchange_2019_antimalware_bad_update/
· Hacker
news: https://news.ycombinator.com/item?id=29756714
Keystrokes:
· Alt+`
or Alt+Shift+`: jump to next/previous comment and announce its
level.
· Alt+1
or Alt+Shift+1: jumpt to next/previous comment at level 1.
· Alt+2
or Alt+Shift+2: jumpt to next/previous comment at level 2.
· Alt+number
or Alt+Shift+number: jumpt to next/previous comment at
corresponding level.
Please note that in both
reddit and hacker news the bookmark also matches the original
post. As a result, on reddit original post corresponds to level
2, so all the comments have levels 1,3,4,5 …. Skipping level 2.
Configuring websites and bookmarks
Press NVDA+J to open
BrowserNav popup menu. Here you can configure websites and
bookmarks. For ease of use I added options to create a new entry
for current website, and create a new bookmark from current
paragraph.
All websites and bookmarks can
also be configured via NVDA > Preferences > Settings
dialog.
Website options
There are a few options that can be
configured on per website level:
· Block
focus events: some websites misuse focus events: e.g. they focus
some elements when trying to scroll, thus making the website
hard or impossible to use for screenreader users. You can
disable handling of focus events for such websites. In this case
focus events will be ignored and your cursor will not jump
around.
· Block
live region announcements. Similarly, some websites misuse live
regions. BrowserNav allows to selectively block them.
· Auto
QuickClick. Once you configured QuickClick bookmarks on a
website, you can tell BrowserNav to click those bookmarks
automatically when website is fully loaded.
Performance improvements
Vertical navigation (via NVDA+Alt+Up/Down
commands) now works much faster in Chromium-based browsers and
Firefox.
Recap of other BrowserNav functions
· Vertical
navigation: allows to find objects on a web page that are
directly underneath by pressing NVDA+Alt+Down/Up.
· Navigation
by font size: allows to find text written in the same font size
or font style.
· More
QuickNav commands: jump to next menu(Z), tab(Y), dialog(P), etc.
Notes
· I
am aware of Placemarkers add-on existence. BrowserNav bookmarks
is however different in many ways: more flexible website
definition, more flexible bookmark definition, more
functionality around different types of bookmarks. I know NVDA
community is typically wary of add-ons that are similar in
functionality, but I didn’t have any intention to compete
against PlaceMarkers. The function of regular expression search
was in BrowserNav since many years ago and developing proper
bookmarks was a natural extension of it. It would also be
totally impractical for me to upgrade Placemarkers add-on, since
the changes that I implemented would require rewriting probably
90% of Placemarkers, so this is not justified.
· I
can split off bookmarks into a separate add-on if there is
enough interest. As long as community doesn’t mind given
concerns of being too similar to Placemarks add-on.
Tony’s Enhancements v1.13
· Website:
https://github.com/mltony/nvda-tonys-enhancements
· Download:
https://github.com/mltony/nvda-tonys-enhancements/releases/latest/download/tonysEnhancements.nvda-addon
This add-on is a hodgepodge of
different NVDA improvements and this time I added a few
interesting ones.
Sound split
Triggered by pressing NVDA+Alt+S you can
enable sound split: when using stereo headphones this would make
all NVDA sounds to go to right channel, while all application
sounds will go to left channel (or vice versa). This could be
handy if you have to attend long and boring meetings over VC.
Additionally you can adjust NVDA volume and applications volume
separately via NVDA+Control+PageUp/PageDown and
NVDA+Alt+PageUp/PageDown keystrokes.
Copying tables
Many people on NVDA mailing list complained
that there was no good way in NVDA to copy a table from a
webpage. Now there is a way! Press NVDA+Alt+T while on a table
and you’ll be presented with a few options: you can either copy
the whole table, or current row or column. The table will be
copied with preserving formatting information about its cells,
so that you can paste it into Microsoft Word or any other rich
text editor, and it will still appear as a table.
Experimental mouse click and mouse scroll scripts
I noticed that existing NVDA mouse click
scripts don’t always work. In particular I found cases when
NVDA+NumPadDivide keystroke doesn’t bring mouse cursor over the
link that I would like to click. These scripts are my attempt to
solve this. The feature is experimental, in the sense that there
are still cases where it doesn’t work as expected. Yet it
already can be very useful in some cases, so I decided to still
include it in the release. Keystrokes:
· NVDA+NumPadDivide/NumPadMultiply:
moves mouse pointer to current object, clicks left/right mouse
button, then moves mouse pointer back to where it was.
Additionally it tries to check if there are any other windows on
the way (e.g. topmost windows) and tries to get them out of the
way.
· Alt+NumPadPlus/NumPadMinus:
Move mouse pointer over current object and scroll up/down. This
can be useful to load more content in infinite scroll websites.
· Alt+NumPadDelete:
move mouse pointer to top left corner of the screen. This can be
useful for websites that make excessive use of mouse hover
information to show popup windows.
Recap of other functions of Tony’s enhancements
· Enhanced
table navigation commands, such as jump to first/last
row/column.
· Automatic
language switching based on Unicode character set.
· QuickSearch
– similar to BrowserNav QuickJump bookmark, but works in text
editors.
· Dynamic
keystrokes: allows to configure announcing current line after
certain keystrokes.
· Showing
and hiding any application windows.
· Detecting
insert/overwrite mode in text editors to prevent accidentally
overwriting text.
· Adjusting
system priority of NVDA process for better responsiveness.
Bluetooth Audio v1.4
· Website:
https://github.com/mltony/nvda-bluetooth-audio
· Download:
https://github.com/mltony/nvda-bluetooth-audio/releases/latest/download/bluetoothaudio.nvda-addon
Bluetooth audio fixes
quality of audio by playing either silence or soft white noise
as long as NVDA is active. Many Bluetooth headphones and
speakers enter standby mode after a few seconds of inactivity.
Then when NVDA speaks next utterance, the first word or two
might be lost. Bluetooth Audio prevents these devices from
entering standby mode by keeping audio stream open and
constantly playing some sound. In fact, Bluetooth audio has been
reported to improve audio quality on other types of audio
devices: RF wireless headphones and even some wired speakers. It
can also get rid of crackling noise on some devices.
The previous version of
Bluetooth Audio could only play silence. As a result, it was
hard to tell whether it is working or not. In fact, it seems
that it wasn’t working, or at least not always working – one of
NVDA updates in 2020 seems to have broken it, and even I didn’t
catch it. To avoid this in the future I added an option to play
soft white noise instead of silence, so that you can hear when
Bluetooth audio is working. Another feature I added is
dynamically changing output device when NVDA configuration
changes – previously that required a restart.
IndentNav v1.13
· Website:
https://github.com/mltony/nvda-indent-nav/
· Download:
https://github.com/mltony/nvda-indent-nav/releases/latest/download/IndentNav.nvda-addon
IndentNav is primarily
designed for software developers, and it allows better
navigation around indented source code files in text editors.
This new version works much faster, especially in VSCode. Here
are some keystrokes to try (please read github page for a
complete list):
· NVDA+Alt+Up/Down:
jump to next/previous line with the same indentation level
within current block.
· NVDA+Alt+Left/Right:
jump to parent/first child line, where parent and child are
defined as line with lesser/greater indentation level.
· NVDA+Control+I:
select current block (e.g. function).
· NVDA+V:
indent-paste, that is paste with adjusting indentation level of
clipboard content to match current line.
Phonetic punctuation v1.6
· Website:
https://github.com/mltony/nvda-phonetic-punctuation/
· Download:
https://github.com/mltony/nvda-phonetic-punctuation/releases/latest/download/phoneticPunctuation.nvda-addon
Phonetic punctuation allows to replace
punctuation marks with auditory icons (earcons). In general, it
allows to replace any regular expression configured substring
with an auditory icon, which can be great for getting rid of
timestamps and other frequently repeated fragments. It also
allows to change prosody parameters for parts of speech, but
only a few synthesizers support this. This new version allows to
adjust volume of each individual auditory icon and has several
bugfixes.
WordNav v1.7
· Website:
https://github.com/mltony/nvda-word-nav/
· Download:
https://github.com/mltony/nvda-word-nav/releases/latest/download/wordNav.nvda-addon
WordNav provides more
advanced scripts to navigate by word. It replaces built in
Control+Left/Right keystrokes with custom scripts. It makes
behavior of these keystrokes consistent across all applications
and adds multiple options on its behavior.
In this last version I spent
quite some time to work around Google Chrome bug in its IAccessible implementation,
but in the end I made it to work correctly in Chrome.
SentenceNav v2.12
· Website:
https://github.com/mltony/nvda-sentence-nav/
· Download:
https://github.com/mltony/nvda-sentence-nav/releases/latest/download/SentenceNav.nvda-addon
SentenceNav allows to navigate
by sentence via Alt+Up/Down keystrokes. This new version
includes some bugfixes.
TextNav v1.6
· Website:
https://github.com/mltony/nvda-text-nav/
· Download:
https://github.com/mltony/nvda-text-nav/releases/latest/download/textnav.nvda-addon
TextNav allows you to find the
beginning of article, that is readable text written in complete
sentences, on any webpage. You can automatically skip most of
the clutter, such as menus, images, metadata and ads on
webpages. Works by pressing Alt+Shift+Down/Up keys. This latest
version only updates compatibility flag.
Console toolkit v1.2
· Website:
https://github.com/mltony/nvda-console-toolkit/
· Download:
https://github.com/mltony/nvda-console-toolkit/releases/latest/download/consoleToolkit.nvda-addon
This add-on provides some
additional features for console application, such as Windows
command prompt and Windows Terminal. This new version adds
better support for Putty. Here are some features:
· Control+V
can now be used for pasting.
· Speech
becomes more real-time in a console that actively prints new
messages.
· You
can edit current command by pressing NVDA+e in an accessible
window.
Notes
· Versions
have not been updated on the official NVDA add-ons website yet.
I sent a pull request, and it is subject to approval by
NVAccess. Until then, feel free to download latest versions
using links I provided above.
· All
the add-ons were tested with NVDA alpha build 24399. Some
compatibility issues have been fixed, however, it is still
possible that something will change and compatibility will break
again by the time NVDA 2022 is released. The author however has
very limited time to work on add-ons, in fact the only time of
year when I have time to maintain my add-ons is the winter break
around Christmas and New Year. So, I release my add-ons as is. I
might try to find some time to fix compatibility mid-year, but I
cannot commit to it. Which brings me to my second point:
· Volunteers
needed. I currently have 9 add-ons and they require some
maintenance and as my life gets more and more busy every year, I
am struggling to find time for that, while users ask for
compatibility, translations, etc. I don’t want to let my users
down. So, I’m looking for someone who is familiar with add-on
development process to help me with that. Please contact me
off-list if you’re interested. Typical maintenance tasks are:
dealing with compatibility flags and releases, dealing with
translations, optionally fixing bugs.
·
Best regards
--Tony
|
|
Tony's add-ons: updates and new features
Happy new year, everyone!
I present new features and improvements to my
add-ons. This
is a pretty long email, so I marked sections as level 1 and level
2 headings
for ease of navigation. Any feedback and suggestions are welcome!
BrowserNav v2.2
·
Website: https://github.com/mltony/nvda-browser-nav/
·
Download: https://github.com/mltony/nvda-browser-nav/releases/latest/download/browsernav.nvda-addon
The most exciting new feature is
support of bookmarks.
You can now configure bookmarks and this simplifies navigation
around websites
that you frequently use. Bookmarks can be configured either for a
specific URL
or for the entire domain. Bookmark itself can be configured either
as matching
text on the page, or a regular expression. There are many more
options to
customize bookmarks, please refer to github page for a full list
of options.
There are four types of bookmarks in
BrowserNav:
QuickJump bookmarks
Once they are
configured, you can find
and jump to them by pressing either J or Shift+J in browse mode.
BrowserNav
comes with default configuration that you can use as an example of
configuring
bookmarks, and that example includes some QuickJump bookmarks for
amazon.com:
you can jump to “5 items in cart”, “Your Orders”, “4.5 out of 5
stars” – these are
just examples of information that I often need to find on Amazon
pages while
shopping, but you can of course configure your own bookmarks.
SkipClutter bookmarks
These are not really
bookmarks,
but rather you can configure BrowserNav to skip certain text while
navigating either
by paragraph (with Control+Up/Down) or by line (with Up/Down).
Most common
example of this is skipping blank lines – and this one is included
in the default
configuration. Other examples can include skipping timestamps or
frequently repeated
elements on the webpage (think of repeating buttons on Facebook
website: Reply,
React, Like, …). SkipClutter mode can be turned off temporarily
when you do want
to access those elements by pressing / or Control+/.
QuickClick bookmarks
These are similar to QuickJump
bookmarks, but instead
of jumping to bookmark, you can click buttons or links without
moving your
cursor. For example, on youtube.com you might want to have an easy
way to
play/pause video. In fact this QuickClick bookmark is included in
the default
configuration for reference. So, you just need to press Alt+J to
click all
QuickClick bookmarks on the page. Another example of where I find
QuickClick
especially useful is expanding collapsed elements of the page,
e.g. on Facebook
you might want to automatically expand links “See more”, “View 5
more comments”,
etc.
Hierarchical bookmarks
Many websites (e.g., reddit, hacker news) show
user comments
as a tree where each successive level of reply is indented more
and more to the
right. Hierarchical bookmarks is the most convenient way to browse
such comment
trees for screenreader users. BrowserNav can announce the level of
current
comment, or alternatively, you can jump to next/previous comment
of a given
level, similar to built-in function of jumping to heading of given
level. You
just need to capture some element of a comment in a bookmark (such
as upvote or
downvote buttons) and BrowserNav will automatically compute levels
based on
horizontal offset of each match. I have included sample
configuration for hacker
news and old reddit. You can try it yourself once you have
BrowserNav v2.2
installed:
·
Old reddit: https://old.reddit.com/r/sysadmin/comments/rt91z6/exchange_2019_antimalware_bad_update/
·
Hacker news: https://news.ycombinator.com/item?id=29756714
Keystrokes:
·
Alt+` or Alt+Shift+`: jump to
next/previous
comment and announce its level.
·
Alt+1 or Alt+Shift+1: jumpt to
next/previous
comment at level 1.
·
Alt+2 or Alt+Shift+2: jumpt to
next/previous
comment at level 2.
·
Alt+number or Alt+Shift+number: jumpt to
next/previous comment at corresponding level.
Please note that in both reddit
and hacker
news the bookmark also matches the original post. As a result, on
reddit
original post corresponds to level 2, so all the comments have
levels 1,3,4,5 ….
Skipping level 2.
Configuring websites and bookmarks
Press NVDA+J to open BrowserNav
popup menu.
Here you can configure websites and bookmarks. For ease of use I
added options
to create a new entry for current website, and create a new
bookmark from
current paragraph.
All websites and bookmarks can
also be
configured via NVDA > Preferences > Settings dialog.
Website options
There are a few options that can be configured
on per
website level:
·
Block focus events: some websites misuse
focus
events: e.g. they focus some elements when trying to scroll, thus
making the
website hard or impossible to use for screenreader users. You can
disable
handling of focus events for such websites. In this case focus
events will be
ignored and your cursor will not jump around.
·
Block live region announcements.
Similarly, some
websites misuse live regions. BrowserNav allows to selectively
block them.
·
Auto QuickClick. Once you configured
QuickClick
bookmarks on a website,
you can tell
BrowserNav to click those bookmarks automatically when website is
fully loaded.
Performance improvements
Vertical navigation (via NVDA+Alt+Up/Down
commands) now
works much faster in Chromium-based browsers and Firefox.
Recap of other BrowserNav functions
·
Vertical navigation: allows to find
objects on a
web page that are directly underneath by pressing
NVDA+Alt+Down/Up.
·
Navigation by font size: allows to find
text
written in the same font size or font style.
·
More QuickNav commands: jump to next
menu(Z),
tab(Y), dialog(P), etc.
Notes
·
I am aware of Placemarkers add-on
existence.
BrowserNav bookmarks is however different in many ways: more
flexible website definition,
more flexible bookmark definition, more functionality around
different types of
bookmarks. I know NVDA community is typically wary of add-ons that
are similar
in functionality, but I didn’t have any intention to compete
against
PlaceMarkers. The function of regular expression search was in
BrowserNav since
many years ago and developing proper bookmarks was a natural
extension of it. It
would also be totally impractical for me to upgrade Placemarkers
add-on, since
the changes that I implemented would require rewriting probably
90% of
Placemarkers, so this is not justified.
·
I can split off bookmarks into a separate
add-on
if there is enough interest. As long as community doesn’t mind
given concerns
of being too similar to Placemarks add-on.
Tony’s Enhancements v1.13
·
Website: https://github.com/mltony/nvda-tonys-enhancements
·
Download: https://github.com/mltony/nvda-tonys-enhancements/releases/latest/download/tonysEnhancements.nvda-addon
This add-on is a hodgepodge of
different NVDA
improvements and this time I added a few interesting ones.
Sound split
Triggered by pressing NVDA+Alt+S you can enable
sound split:
when using stereo headphones this would make all NVDA sounds to go
to right
channel, while all application sounds will go to left channel (or
vice versa).
This could be handy if you have to attend long and boring meetings
over VC.
Additionally you can adjust NVDA volume and applications volume
separately via
NVDA+Control+PageUp/PageDown and NVDA+Alt+PageUp/PageDown
keystrokes.
Copying tables
Many people on NVDA mailing list complained
that there was
no good way in NVDA to copy a table from a webpage. Now there is a
way! Press
NVDA+Alt+T while on a table and you’ll be presented with a few
options: you can
either copy the whole table, or current row or column. The table
will be copied
with preserving formatting information about its cells, so that
you can paste
it into Microsoft Word or any other rich text editor, and it will
still appear
as a table.
Experimental mouse click and mouse scroll scripts
I noticed that existing NVDA mouse click
scripts don’t
always work. In particular I found cases when NVDA+NumPadDivide
keystroke doesn’t
bring mouse cursor over the link that I would like to click. These
scripts are
my attempt to solve this. The feature is experimental, in the
sense that there
are still cases where it doesn’t work as expected. Yet it already
can be very
useful in some cases, so I decided to still include it in the
release.
Keystrokes:
·
NVDA+NumPadDivide/NumPadMultiply: moves
mouse pointer
to current object, clicks left/right mouse button, then moves
mouse pointer
back to where it was. Additionally it tries to check if there are
any other
windows on the way (e.g. topmost windows) and tries to get them
out of the way.
·
Alt+NumPadPlus/NumPadMinus: Move mouse
pointer
over current object and scroll up/down. This can be useful to load
more content
in infinite scroll websites.
·
Alt+NumPadDelete: move mouse pointer to
top left
corner of the screen. This can be useful for websites that make
excessive use
of mouse hover information to show popup windows.
Recap of other functions of Tony’s enhancements
·
Enhanced table navigation commands, such
as jump
to first/last row/column.
·
Automatic language switching based on
Unicode character
set.
·
QuickSearch – similar to BrowserNav
QuickJump
bookmark, but works in text editors.
·
Dynamic keystrokes: allows to configure
announcing current line after certain keystrokes.
·
Showing and hiding any application
windows.
·
Detecting insert/overwrite mode in text
editors
to prevent accidentally overwriting text.
·
Adjusting system priority of NVDA process
for
better responsiveness.
Bluetooth Audio v1.4
·
Website: https://github.com/mltony/nvda-bluetooth-audio
·
Download: https://github.com/mltony/nvda-bluetooth-audio/releases/latest/download/bluetoothaudio.nvda-addon
Bluetooth audio fixes quality
of audio by
playing either silence or soft white noise as long as NVDA is
active. Many Bluetooth
headphones and speakers enter standby mode after a few seconds of
inactivity.
Then when NVDA speaks next utterance, the first word or two might
be lost.
Bluetooth Audio prevents these devices from entering standby mode
by keeping
audio stream open and constantly playing some sound. In fact,
Bluetooth audio
has been reported to improve audio quality on other types of audio
devices: RF wireless
headphones and even some wired speakers. It can also get rid of
crackling noise
on some devices.
The previous version of
Bluetooth Audio could
only play silence. As a result, it was hard to tell whether it is
working or
not. In fact, it seems that it wasn’t working, or at least not
always working –
one of NVDA updates in 2020 seems to have broken it, and even I
didn’t catch
it. To avoid this in the future I added an option to play soft
white noise
instead of silence, so that you can hear when Bluetooth audio is
working.
Another feature I added is dynamically changing output device when
NVDA
configuration changes – previously that required a restart.
IndentNav v1.13
·
Website: https://github.com/mltony/nvda-indent-nav/
·
Download: https://github.com/mltony/nvda-indent-nav/releases/latest/download/IndentNav.nvda-addon
IndentNav is primarily
designed for
software developers, and it allows better navigation around
indented source
code files in text editors. This new version works much faster,
especially in
VSCode. Here are some keystrokes to try (please read github page
for a complete
list):
·
NVDA+Alt+Up/Down: jump to next/previous
line
with the same indentation level within current block.
·
NVDA+Alt+Left/Right: jump to parent/first
child
line, where parent and child are defined as line with
lesser/greater indentation
level.
·
NVDA+Control+I: select current block
(e.g.
function).
·
NVDA+V: indent-paste, that is paste with
adjusting indentation level of clipboard content to match current
line.
Phonetic punctuation v1.6
·
Website: https://github.com/mltony/nvda-phonetic-punctuation/
·
Download: https://github.com/mltony/nvda-phonetic-punctuation/releases/latest/download/phoneticPunctuation.nvda-addon
Phonetic punctuation allows to replace
punctuation marks
with auditory icons (earcons). In general, it allows to replace
any regular
expression configured substring with an auditory icon, which can
be great for getting
rid of timestamps and other frequently repeated fragments. It also
allows to
change prosody parameters for parts of speech, but only a few
synthesizers
support this. This new version allows to adjust volume of each
individual auditory
icon and has several bugfixes.
WordNav v1.7
·
Website: https://github.com/mltony/nvda-word-nav/
·
Download: https://github.com/mltony/nvda-word-nav/releases/latest/download/wordNav.nvda-addon
WordNav provides more advanced
scripts to navigate
by word. It replaces built in Control+Left/Right keystrokes with
custom
scripts. It makes behavior of these keystrokes consistent across
all
applications and adds multiple options on its behavior.
In this last version I spent
quite some time
to work around Google Chrome bug
in its
IAccessible implementation, but in the end I made it to work
correctly in
Chrome.
SentenceNav v2.12
·
Website: https://github.com/mltony/nvda-sentence-nav/
·
Download: https://github.com/mltony/nvda-sentence-nav/releases/latest/download/SentenceNav.nvda-addon
SentenceNav allows to navigate
by sentence
via Alt+Up/Down keystrokes. This new version includes some
bugfixes.
TextNav v1.6
·
Website: https://github.com/mltony/nvda-text-nav/
·
Download: https://github.com/mltony/nvda-text-nav/releases/latest/download/textnav.nvda-addon
TextNav allows you to find the
beginning of
article, that is readable text written in complete sentences, on
any webpage. You
can automatically skip most of the clutter, such as menus, images,
metadata and
ads on webpages. Works by pressing Alt+Shift+Down/Up keys. This
latest version
only updates compatibility flag.
Console toolkit v1.2
·
Website: https://github.com/mltony/nvda-console-toolkit/
·
Download: https://github.com/mltony/nvda-console-toolkit/releases/latest/download/consoleToolkit.nvda-addon
This add-on provides some
additional
features for console application, such as Windows command prompt
and Windows
Terminal. This new version adds better support for Putty. Here are
some
features:
·
Control+V can now be used for pasting.
·
Speech becomes more real-time in a
console that
actively prints new messages.
·
You can edit current command by pressing
NVDA+e
in an accessible window.
Notes
·
Versions have not been updated on the
official
NVDA add-ons website yet. I sent a pull request, and it is subject
to approval
by NVAccess. Until then, feel free to download latest versions
using links I
provided above.
·
All the add-ons were tested with NVDA
alpha
build 24399. Some compatibility issues have been fixed, however,
it is still
possible that something will change and compatibility will break
again by the
time NVDA 2022 is released. The author however has very limited
time to work on
add-ons, in fact the only time of year when I have time to
maintain my add-ons
is the winter break around Christmas and New Year. So, I release
my add-ons as
is. I might try to find some time to fix compatibility mid-year,
but I cannot
commit to it. Which brings me to my second point:
·
Volunteers needed. I currently have 9
add-ons
and they require some maintenance and as my life gets more and
more busy every
year, I am struggling to find time for that, while users ask for
compatibility,
translations, etc. I don’t want to let my users down. So, I’m
looking for
someone who is familiar with add-on development process to help me
with that.
Please contact me off-list if you’re interested. Typical
maintenance tasks are:
dealing with compatibility flags and releases, dealing with
translations, optionally
fixing bugs.
·
Best regards
--Tony
|
|
Re: Getting NVDA to say the phrase, "No Next," rather than, "Non ext"

Sarah k Alawami
Ah got yah. Until next time, chow.
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Brian Vogel Sent: Monday, January 3, 2022 1:29 PM To: nvda@nvda.groups.io Subject: Re: [nvda] Getting NVDA to say the phrase, "No Next," rather than, "Non ext" On Mon, Jan 3, 2022 at 04:26 PM, Sarah k Alawami wrote: Can you cancel that feedback then?
- No, but I already added a comment that it can be safely ignored and explaining what happened.
They don't have a "close ticket" option as these are not really "trouble tickets" but reports. I don't ever leave someone hanging, though, if a resolution has been found, so I did what I could to make sure the folks who review feedback are aware of that. -- Brian - Windows 10, 64-Bit, Version 21H2, Build 19044 The real art of conversation is not only to say the right thing in the right place but to leave unsaid the wrong thing at the tempting moment. ~ Dorothy Nevill
|
|
Re: Getting NVDA to say the phrase, "No Next," rather than, "Non ext"
On Mon, Jan 3, 2022 at 04:26 PM, Sarah k Alawami wrote:
Can you cancel that feedback then?
- No, but I already added a comment that it can be safely ignored and explaining what happened. They don't have a "close ticket" option as these are not really "trouble tickets" but reports. I don't ever leave someone hanging, though, if a resolution has been found, so I did what I could to make sure the folks who review feedback are aware of that. --
Brian - Windows 10, 64-Bit, Version 21H2, Build 19044
The real art of conversation is not only to say the right thing in the right place but to leave unsaid the wrong thing at the tempting moment.
~ Dorothy Nevill
|
|
Re: Getting NVDA to say the phrase, "No Next," rather than, "Non ext"

Sarah k Alawami
Woops? Can you cancel that feedback then? I neve found a way to do this when I submitted stuff.
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Brian Vogel Sent: Monday, January 3, 2022 12:04 PM To: nvda@nvda.groups.io Subject: Re: [nvda] Getting NVDA to say the phrase, "No Next," rather than, "Non ext" On Mon, Jan 3, 2022 at 02:25 PM, Chris Mullins wrote: OneCore voice seems OK too, could it be anything to do with your dictionary file?
- It was. I had done some work a while back that centered on recognizing the word "no" versus the abbreviation "no." for number. I screwed up boundary condition after both of these, and in certain combinations it was creating some of that weirdness.
Thanks for bringing this up. I've corrected it, or at least think I have, time will tell. Now it will always be in the back of my mind that I need to check the speech dictionary twiddling I've done in the past to see if I made a mistake or didn't take something into account that's now being encountered.
Regular expressions, while absolutely incredible tools, do precisely what you tell them to do. Screw up your match and you screw up the replacement that relies on it. -- Brian - Windows 10, 64-Bit, Version 21H2, Build 19044 The real art of conversation is not only to say the right thing in the right place but to leave unsaid the wrong thing at the tempting moment. ~ Dorothy Nevill
|
|
Re: Getting NVDA to say the phrase, "No Next," rather than, "Non ext"

Sarah k Alawami
Can anyone else reproduce with ms david the no next thing? I cannot as I hear “no next object” or “no next item” I use david all the time actually in narrator.
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Chris via groups.io Sent: Monday, January 3, 2022 10:44 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Getting NVDA to say the phrase, "No Next," rather than, "Non ext" I dont know if this will work, but you could try removing the voice and adding it again, a long shot but it may work This has been driving me insane for a while, but I've chosen to ignore it up until now.
Any time NVDA hits a case where there is "no next" something, like during object navigation or screen review, it has always said something that's much more akin to "non ext."
I have to believe that this is because, somewhere, the actual two word text phrase, "No Next," is in the bowels of NVDA somewhere, hopefully in settings, entered as a single word, "nonext."
When there is not a next of thing X, I want to hear, "No Next thing X," not, "non ext thing X." -- Brian - Windows 10, 64-Bit, Version 21H2, Build 19044 The real art of conversation is not only to say the right thing in the right place but to leave unsaid the wrong thing at the tempting moment. ~ Dorothy Nevill
|
|
Re: Getting NVDA to say the phrase, "No Next," rather than, "Non ext"

Sarah k Alawami
Yep I saw all of that even after I posted. I’ll take a look at that feedback and see if I can upvote it as that process is kind of, meh.
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Brian Vogel Sent: Monday, January 3, 2022 9:52 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Getting NVDA to say the phrase, "No Next," rather than, "Non ext" Lanie & Sarah,
While I very much appreciate your interest, everything you've both asked/offered has already been covered.
Please read through the entirety of a topic before posting new replies. The group rules request this of all members, as it avoids repetition, and it gets you up to speed.
It is an issue with the Microsoft David synth, and I have already posted a direct link to the Feedback Hub feedback I left about the issue. -- Brian - Windows 10, 64-Bit, Version 21H2, Build 19044 The real art of conversation is not only to say the right thing in the right place but to leave unsaid the wrong thing at the tempting moment. ~ Dorothy Nevill
|
|
Re: Getting NVDA to say the phrase, "No Next," rather than, "Non ext"
On Mon, Jan 3, 2022 at 02:25 PM, Chris Mullins wrote:
OneCore voice seems OK too, could it be anything to do with your dictionary file?
- It was. I had done some work a while back that centered on recognizing the word "no" versus the abbreviation "no." for number. I screwed up boundary condition after both of these, and in certain combinations it was creating some of that weirdness. Thanks for bringing this up. I've corrected it, or at least think I have, time will tell. Now it will always be in the back of my mind that I need to check the speech dictionary twiddling I've done in the past to see if I made a mistake or didn't take something into account that's now being encountered. Regular expressions, while absolutely incredible tools, do precisely what you tell them to do. Screw up your match and you screw up the replacement that relies on it. --
Brian - Windows 10, 64-Bit, Version 21H2, Build 19044
The real art of conversation is not only to say the right thing in the right place but to leave unsaid the wrong thing at the tempting moment.
~ Dorothy Nevill
|
|
Re: Getting NVDA to say the phrase, "No Next," rather than, "Non ext"
Hi OneCore voice seems OK too, could it be anything to do with your dictionary file? Cheers Chris Sent from Mail for Windows
toggle quoted messageShow quoted text
From: GeneSent: 03 January 2022 16:03 To: nvda@nvda.groups.ioSubject: Re: [nvda] Getting NVDA to say the phrase, "No Next," rather than, "Non ext" That appears to be an artifact of whatever synthesizer you are using. I hear it spoken correctly with Eloquence and E-Speak. -----Original Message[----- Sent: Monday, January 03, 2022 9:56 AM Subject: [nvda] Getting NVDA to say the phrase, "No Next," rather than, "Non ext" This has been driving me insane for a while, but I've chosen to ignore it up until now.
Any time NVDA hits a case where there is "no next" something, like during object navigation or screen review, it has always said something that's much more akin to "non ext."
I have to believe that this is because, somewhere, the actual two word text phrase, "No Next," is in the bowels of NVDA somewhere, hopefully in settings, entered as a single word, "nonext."
When there is not a next of thing X, I want to hear, "No Next thing X," not, "non ext thing X." -- Brian - Windows 10, 64-Bit, Version 21H2, Build 19044 The real art of conversation is not only to say the right thing in the right place but to leave unsaid the wrong thing at the tempting moment. ~ Dorothy Nevill
|
|
Re: Getting NVDA to say the phrase, "No Next," rather than, "Non ext"
I dont know if this will work, but you could try removing the voice and adding it again, a long shot but it may work
toggle quoted messageShow quoted text
From: Brian VogelSent: 03 January 2022 15:56 To: nvda@nvda.groups.ioSubject: [nvda] Getting NVDA to say the phrase, "No Next," rather than, "Non ext" This has been driving me insane for a while, but I've chosen to ignore it up until now.
Any time NVDA hits a case where there is "no next" something, like during object navigation or screen review, it has always said something that's much more akin to "non ext."
I have to believe that this is because, somewhere, the actual two word text phrase, "No Next," is in the bowels of NVDA somewhere, hopefully in settings, entered as a single word, "nonext."
When there is not a next of thing X, I want to hear, "No Next thing X," not, "non ext thing X." -- Brian - Windows 10, 64-Bit, Version 21H2, Build 19044 The real art of conversation is not only to say the right thing in the right place but to leave unsaid the wrong thing at the tempting moment. ~ Dorothy Nevill
|
|
Re: Editing Email Signature
Hi Group,
Just a note: this does not happen using Thunderbird mail client. With the Microsoft Mail limitations using their onboard client and with Outlook (the cost) I would recommend Thunderbird as a good mail alternative--where possible. I realize that work environments may not allow this, but at home, you should be good to go.
toggle quoted messageShow quoted text
On 1/3/2022 12:32 PM, Sarah k Alawami wrote: I would write the sig in jarte, keep a back up, then edit that and paste it into the edit box in MS mail.
-----Original Message----- From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Armando Vias Sent: Monday, January 3, 2022 7:24 AM To: nvda@nvda.groups.io Subject: [nvda] Editing Email Signature
Hello. I am trying to edit my signature using the Mail Client For Windows 10. Unfortunately, it is not accessible. How can I work around this issue?
Thank you.
Sincerely, Armando Vias
-- Signature: For a nation to admit it has done grevous wrongs and will strive to correct them for the betterment of all is no vice; For a nation to claim it has always been great, needs no improvement and to cling to its past achievements is no virtue!
|
|
Re: Getting NVDA to say the phrase, "No Next," rather than, "Non ext"
Lanie & Sarah, While I very much appreciate your interest, everything you've both asked/offered has already been covered. Please read through the entirety of a topic before posting new replies. The group rules request this of all members, as it avoids repetition, and it gets you up to speed. It is an issue with the Microsoft David synth, and I have already posted a direct link to the Feedback Hub feedback I left about the issue. --
Brian - Windows 10, 64-Bit, Version 21H2, Build 19044
The real art of conversation is not only to say the right thing in the right place but to leave unsaid the wrong thing at the tempting moment.
~ Dorothy Nevill
|
|
Re: Editing Email Signature
On Mon, Jan 3, 2022 at 12:35 PM, Sarah k Alawami wrote:
If you did submit feedback about this
- I thought I might have, way back when, but a search on "mail app signature inaccessible" turns up nothing, and that's even if all feedback is searched. I'll let someone else open up this issue. --
Brian - Windows 10, 64-Bit, Version 21H2, Build 19044
The real art of conversation is not only to say the right thing in the right place but to leave unsaid the wrong thing at the tempting moment.
~ Dorothy Nevill
|
|