mltony / nvda-phonetic-punctuation

Phonetic punctuation is an NVDA add-on that allows to convert punctuation signs into audio icons. It can also convert any regular expressions into audio icons.
GNU General Public License v2.0
12 stars 5 forks source link

Add capability of blacklisting apps #11

Closed mo29cg closed 1 year ago

mo29cg commented 1 year ago

I've added a new setting for blacklisted apps because I felt the need. The implementation is entirely borrowed from 'sentenceNav'. From my understanding, the function 'prespeak' in phoneticPunctuation.py is the only function I need to interrupt for the blacklist to function properly.

Please let me know if there's anything that I'm doing wrong.

mltony commented 1 year ago

Could you also add a few lines to Readme.md? E.g. regarding the format of new option - is that comma-separated list, etc.

mltony commented 1 year ago

Also would you like to make a release of this add-on?