https://github.com/nvdaes/reportsymbols
This add-on allows to listen the typed symbols (non alphanumeric or blank characters), even when the speaking of typed characters is turned off in NVDA.
https://github.com/nvdaes/reportsymbols
accessibility add-on nvda screen-reader
Last synced: 10 days ago
JSON representation
This add-on allows to listen the typed symbols (non alphanumeric or blank characters), even when the speaking of typed characters is turned off in NVDA.
- Host: GitHub
- URL: https://github.com/nvdaes/reportsymbols
- Owner: nvdaes
- License: gpl-2.0
- Created: 2016-12-31T07:52:37.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2026-02-02T19:01:19.000Z (about 1 month ago)
- Last Synced: 2026-02-07T12:07:29.171Z (about 1 month ago)
- Topics: accessibility, add-on, nvda, screen-reader
- Language: Python
- Homepage: https://addons.nvda-project.org
- Size: 525 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: COPYING.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Report Symbols #
* Author: Noelia Ruiz Martínez.
This add-on allows to listen the typed symbols (non alphanumeric or blank characters), even when the speaking of typed characters is turned off in NVDA.
It's based on the old ReportSymbols add-on, developed by the same author. You should uninstall it to use this version.
## Preferences menu ##
* Report Symbols settings: Allows to set preferences for the speaking of typed symbols.
Note: A gesture to open this dialog can be assigned from NVDA menu, Preferences submenu, Input gestures dialog, Configuration category.
## Exclude symbols
From NVDA's menu, Preferences submenu, Input gestures dialog, reportSymbols category, you can assing a gesture to exclude (or include again) symbols to be reported when typing.
## Changes for 29.0.0
* Added ability to assing gestures to exclude or include symbols to be reported when typing.
## Changes for 8.0
* Compatible with NVDA 2023.1.
## Changes for 7.0
* Compatible with NVDA 2022.1.
## Changes for 6.0
* Compatible with NVDA 2021.1.
## Changes for 5.0 ##
* Requires NVDA 2019.3 or later.
## Changes for 4.0 ##
* The add-on settings are shown in the corresponding category of the NVDA Settings dialog.
* Requires NVDA 2018.2 or later.
## Changes for 3.0 ##
* Added checkboxes for the speaking of spaces, carriage returns and other blank characters.
## Changes for 2.0 ##
* The visual presentation of the dialog has been enhanced, adhering to the appearance of the dialogs shown in NVDA.
* Requires NVDA 2016.4 or later.
## Changes for 1.0 ##
* Initial version.