AAClause / BrailleExtender

NVDA add-on that improves braille support
https://andreabc.net/projects/NVDA_addons/BrailleExtender/
GNU General Public License v2.0
16 stars 17 forks source link

Enable per region undefined chars processing mode change #66

Closed dawidpieper closed 4 years ago

dawidpieper commented 4 years ago

Copy of #65

Adds flag parseUndefinedChars to braille.Region that is set to true by default. When it's set to true, Braille Extender works as before. When the flag is set to false for specific region, for example by other plugin, undefined chars in the region are ignored for this region.

AAClause commented 4 years ago

Thanks a lot. Dev branch contains your changes now. :) Out of curiosity, for which add-on do you need this? Is it important? Thanks again for your contribution! :)

dawidpieper commented 4 years ago

Thank you. It is very specific cause, NVDA addon written for app to enable functions that nvdacontrollerclient does not offer. It is not very urgent, as the addon is currently in beta branch.