Re: Punctuation/Symbol pronunciation
Jackie
Brian, maybe this analogy will help. I'm going to use the analogy of
toggle quoted messageShow quoted text
access controls. Because WordPress is what I'm most familiar with, I'm going to use its levels, ie, administrator, editor, author, subscriber. Clearly, the administrator is like the 700lb gorrilla--where does he sit in your living room? Anywhere he wants! The editor can do everything an admin can except install software & update the site. An author can do whatever s/he wants w/his/her own posts, but no one else's, & a subscriber can read & comment. If you're looking at a symbol in the symbol pronunciation list, & it's set to level none, then it will always be read, no matter NVDA's punctuation setting. It's like the administrator. If a symbol is set to some, it's like the editor. If the user has the punctuation level set to none, it won't be read, but if it's set to some or higher, then it will be. Most is like the author, ie, if a symbol is set to "most" or "all" in the pronunciation list, then it will be read when the punctuation level is set to "most" or "all". If the symbol is set to all, then it will only be read if NVDA punctuation is set to all. It's least privileged, as it were, rather like a WordPress subscriber. Programmatically, using a pseudocode, it might look something like: if symbol-encountered { check-symbol-pronunciation-list if symbol-says-none #we don't even have to think about it { read-symbol break } if symbol-says-some && NVDA-punctuation >= some { read-symbol break } if symbol-says-most && NVDA-punctuation >= most { read-symbol break } if symbol-says-all && NVDA-punctuation == all { read-symbol break } } Does that help any?
On 3/17/19, Andre Fisher <andrefisher729@...> wrote:
In that case, you'd set the symbol level to none, and to never send the --
Subscribe to a WordPress for Newbies Mailing List by sending a message to: wp4newbs-request@... with 'subscribe' in the Subject field OR by visiting the list page at http://www.freelists.org/list/wp4newbs & check out my sites at www.brighter-vision.com & www.mysitesbeenhacked.com
|
|