Say Product Name and Version
- Author: Patrick ZAJDA patrick@zajda.fr
- NVDA compatibility: 2017.3 or later
- Download stable version
This NVDA add-on add a shortcut to announce product name and version of the foreground application, or copy these informations to the clipboard.
- Shortcut: NVDA+Shift+V
- Press it twice to copy product name and version to the clipboard.
Changes for 2021.07
- Add Croatian translation thanks to Tarik Hadžirović and Goran Parać
- Update help message
- Update documentation style for visualy impaired users
- Move shortcut from Speech to tools cathegory
Changes for 2020.02
- Python 3 compatibility
- Use informations from NVDA itself instead of using an external module
- Use script decorator for global plugin informations
- Use last version of add-on template
Changes for 1.0.1
- Fixed the message after copying informations to the clipboard which was not translatted.
Changes for 1.0
- Initial Release