Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General module for automatically toggling NVDA on/off #184

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 3 comments
Closed

General module for automatically toggling NVDA on/off #184

nvaccessAuto opened this issue Jan 1, 2010 · 3 comments

Comments

@nvaccessAuto
Copy link

Reported by tvalusek on 2008-09-27 15:39
an approach introduced by DosVox.py should be generalized into a new preferences category with apps where NVDA is not needed, either partially or completely. Besides Dosvox, there are other apps which maintain interaction with a blind user by themselves, such as czech software suite Elvos Asistent, or Microsoft reader, where it is possible to turn on extended speech feedback.
Blocking #183

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2009-01-16 01:26
I have received another request for a sleep mode feature.

  • I'm not convinced we need a new preferences style system to handle this. Instead, it could be done in appModules, but perhaps with a class that could simply be subclassed in each appModule. For example:
import appModuleHandler
class AppModule(appModuleHandler.SleepAppModule):
    pass
  • Should we suspend handling of events as well or just keyboard input, speech and braille?
    • Suspending events is trickier.
    • We can't suspend all events anyway, as we still need to handle gainFocus events to know when to stop sleeping.

@nvaccessAuto
Copy link
Author

Comment 3 by jteh on 2009-05-18 07:31
Implemented in r2852.

@nvaccessAuto
Copy link
Author

Comment 4 by jteh on 2009-05-18 07:32
We'll try closing it this time...
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant