[nvda] revision 237 - bug in speakSymbol and suppressing 'None' in speakPresentationValues
- From: "Michael Curran" <mick@xxxxxxxxxx>
- To: <nvda@xxxxxxxxxxxxx>
- Date: Sun, 10 Dec 2006 13:53:06 +1100
Hi all,
Revision 237 fixes a bug in audio.speakSymbol where for caplital letters it
would try and fetch the relativeUppercasePitch value from the synth who's
name was found by the synth value in nvda.ini. This is bad because sometimes
it may say 'auto' so we must use synthDriverHandler.driverName for the real
current synth name.
This fixes some problems with capital letters not speaking at all.
reportStyle in the documentFormatting section of nvda.ini is now set to
false by default.
SpeakPresentationValues now no longer speaks 'None' values. This would
happen in MS Word where if you were not in a table, row and column values
would return 'None'
Mick
To post messages to the list send email to
nvda@xxxxxxxxxxxxx
To unsubscribe from the list send a blank message to:
nvda-request@xxxxxxxxxxxxx
with 'unsubscribe' in the Subject field.
Thank you for your continued support of Nonvisual Desktop Access, an open
source free screen reader for Microsoft Windows:
http://www.kulgan.net/nvda/
Other related posts:
- » [nvda] revision 237 - bug in speakSymbol and suppressing 'None' in speakPresentationValues