1. Purpose:
Allows to save the log files of NVDA, both the nvda.log file, and the previous log file nvda-old.log.
2. Commands:
2.1. Key Commands:
- control+shift+NVDA+l
- Saves the current log file in the user configuration folder of NVDA.
2.2. Menu commands:
From the menuSaveLog
, submenu of the main menu (NVDA+n), you can access the following commands:
- View current log...
- activates the log viewer, available also in
Tools
menu of NVDA. - View previous log...
- Through This command can be examined the information of previous log file. In this viewer, pressing alt will open a menu similar to the viewer of the current log.
- Initialize logging:
- This option allows to reset the log files of NVDA. A dialog warn before to reset, if you really want to delete the contents of the current log and delete the previous log file, so restarts the logging.
- Menu position
- Opens a dialog to choose and save Menu Position
Save Log
, that may be in the main menu or on the Tools submenu. - Open documentation:
- Opens the documentation for SaveLog addon. If it's not available for your default language opens english documentation.
3. Notifications
NVDA announces:
- If it was possible save the log by control+shift+NVDA+l Command key.
- If it was possible to save the previous log through the menu command
Save Log