| Trees | Indices | Help |
|---|
|
|
Manages NVDA configuration.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| list of str |
|
||
|
|||
|
|||
val = Validator()
|
|||
confspec = ConfigObj(StringIO("""# NVDA Configuration Fi
|
|||
conf = Nonehash(x) |
|||
synthSpec = Nonehash(x) |
|||
RUN_REGKEY = ur"SOFTWARE\Microsoft\Windows\CurrentVersion\Run"
|
|||
SERVICE_FILENAME = u"nvda_service.exe"
|
|||
SLAVE_FILENAME = u"nvda_slave.exe"
|
|||
NVDA_REGKEY = ur"SOFTWARE\NVDA"
|
|||
|
|||
Loads the configuration from the configFile. It also takes note of the file's modification time so that save won't lose any changes made to the file while NVDA is running. |
Save the configuration if configured to save on exit. This should only be called if NVDA is about to exit. Errors are ignored. |
Creates the current configuration path if it doesn't exist. Also makes sure that various sub directories also exist.
|
Retrieve all directories that should be used when searching for
configuration. IF
|
Add the configuration directories to the module search path (__path__)
of a Python package.
|
|
|||
confspec
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:50 2011 | http://epydoc.sourceforge.net |