[nvda-addons] Re: a bit of help

  • From: "Kyle Borah" <kgborah@xxxxxxx>
  • To: <nvda-addons@xxxxxxxxxxxxx>
  • Date: Mon, 27 May 2013 19:20:28 -0500

I was talking about how you can have the sleep function in an app module as
such:

 

import appModuleHandler

 

class AppModule(appModuleHandler.AppModule):

 

                sleepMode = True

 

is this possible for speak typed characters?

 

From: nvda-addons-bounce@xxxxxxxxxxxxx
[mailto:nvda-addons-bounce@xxxxxxxxxxxxx] On Behalf Of Shane Pastrovich
Sent: Monday, May 27, 2013 5:46 PM
To: nvda-addons@xxxxxxxxxxxxx
Subject: [nvda-addons] Re: a bit of help

 

Yes.  You can press NVDA and the 2 key to toggle on and off the speaking of
typed characters.  I hope this helps.  

Shane

On 5/27/2013 1:29 PM, Kyle Borah wrote:

I was wondering, I know that the sleep function is something that can be
turned on and off via an app module.  Is the speek typed character the same
way? like the sleep function.

 

Other related posts: