[Nvda-dev] commit r2854 - trunk/source/appModules
Brandon Misch
bmisch2002 at gmail.com
Thu Apr 9 21:29:44 UTC 2009
what is dosvox?
On Apr 9, 2009, at 11:04 AM, Cleverson wrote:
> Hi Mike:
>
> NVDA gets normally muted in Dosvox as it should be. However, it
> seems still to take control over the insert key. For example, if I
> quit NVDA, then enter Dosvox and press insert, Dosvox speaks a
> message of its own. But if I enter Dosvox while NVDA is runing, then
> press insert, it has no effect.
>
> This may be important in some cases, e.g, Dosvox has its own text
> editor, which uses insert to toggle between insert and overwrite
> modes.
>
> This is the only issue I have found.
>
> Cheers,
> Cleverson
>
> NVDA Subversion escreveu:
>> Author: nvda
>> Date: Thu Apr 9 04:23:43 2009
>> New Revision: 2854
>>
>> Log:
>> Change dosvox appModule to use the new selfVoicing implementation.
>> Please report if this doesn't work, as I do not have access to
>> dosvox.
>>
>> Modified:
>> trunk/source/appModules/dosvox.py
>>
>> Modified: trunk/source/appModules/dosvox.py
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =====================================================================
>> --- trunk/source/appModules/dosvox.py (original)
>> +++ trunk/source/appModules/dosvox.py Thu Apr 9 04:23:43 2009
>> @@ -1,10 +1,5 @@
>> -import _default
>> -import speech
>> -
>> -class AppModule(_default.AppModule):
>> -
>> - def event_appGainFocus(self):
>> - speech.speechMode=speech.speechMode_off
>> -
>> - def event_appLoseFocus(self):
>> - speech.speechMode=speech.speechMode_talk
>> +import _default
>> +
>> +class AppModule(_default.AppModule):
>> +
>> + selfVoicing=True
>>
>> _______________________________________________
>> Nvda-dev mailing list
>> Nvda-dev at lists.nvaccess.org
>> http://lists.nvaccess.org/listinfo/nvda-dev
>>
>
>
> _______________________________________________
> Nvda-dev mailing list
> Nvda-dev at lists.nvaccess.org
> http://lists.nvaccess.org/listinfo/nvda-dev
More information about the Nvda-dev
mailing list