OSDN Git Service

Added support for color announcement in NVDA. For any text where NVDA can retreave...
authorMichael Curran <mick@kulgan.net>
Wed, 15 Sep 2010 06:11:19 +0000 (16:11 +1000)
committerMichael Curran <mick@kulgan.net>
Wed, 15 Sep 2010 06:11:19 +0000 (16:11 +1000)
commit4247a688263aadad2f67d518fbec5ea6399264fe
treec6c4a65fe3b0eb1a670ac170b8da0422aae83fc0
parent68eb1cdbe416b621095b1a780836fcd79c122be2
Added support for color announcement in NVDA. For any text where NVDA can retreave color, it will be reported in the reportFormatting script (NVDA+f), and announcement of color under the cursor if report colors checkbox is checked in Document formatting settings. So far color information is only retreaved from IAccessible2, more will be implemented at a later stage.
source/NVDAObjects/IAccessible/__init__.py
source/appModules/_default.py
source/config/__init__.py
source/gui/settingsDialogs.py
source/speech.py