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.
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.
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.