For blind folks, if you're getting annoyed with the word "boosting" in your feed and are using JAWS, consider adding the word to your speech dictionary and replacing it with an earcon (sound effect)... much faster browsing.
@jscholes@ppatel@mcourcel BTW about the only thing I miss about JAWS is the speech and sounds manager. Having earcons for control types and UI notifications was extremely useful! Does NVDA have a thing like that? Would save me a lot of time.
@objectinspace I think there is an add-on, the name Unspoken is coming to mind. I've never used it, so not sure how customisable it is, or to what extent it might provide an equivalent experience. Personally, I'm terrible at processing speech and sounds together! @ppatel@mcourcel
@modulux@objectinspace@jscholes@blindndangerous@ppatel I know of only two your version and the original. The original doesn't appear to have been updated since 0.4 release. unfortunately, I find it the add-on wildly inconsistent. My wish for a good solution remains.
@ppatel@objectinspace@jscholes@blindndangerous@ppatel You’re welcome, and no problem. Mine just exists because NVDA API changed and it needed to be changed to run at all. I assume someone else forked too and is doing a much better job than me at keeping the plug-in working. One random thing that I noticed is that changing the NVDA language (not the synth language) completely breaks the add-on because the role names change, for instance.
@jscholes Not the best idea, but it has the virtue of working. I assume these roles are numbered somewhere, I just don’t know where or I’d use a number instead.
@modulux All roles and states are enumerated in the controlTypes module. Each NVDA object uses those enum values, and I feel like the original add-on author would've needed to use the same to look up a string representation. Unless they are being extracted from speech sequences. Shrug. You do what you have to do.
@jscholes Thanks, I should take a look and see if I can tighten the logic up a bit with less magic. I’m having to use NVDA in English even when not because it’s too insufferable to remake the sound theme or rename the sound files.