An open API service indexing awesome lists of open source software.

https://github.com/nvdaes/reportpasswords

NVDA add-on to add the option of speaking text typed on protected controls as passwords
https://github.com/nvdaes/reportpasswords

Last synced: 23 days ago
JSON representation

NVDA add-on to add the option of speaking text typed on protected controls as passwords

Awesome Lists containing this project

README

          

# Report Passwords #

* Authors: Noelia Ruiz Martínez

Important note: This add-on is no longer supported. I agree with the comment posted by Mick Curran on this pull request:

https://github.com/nvaccess/nvda/pull/17481

This add-on adds the option of speaking the text typed in protected controls like passwords, such as when logging into web-based email sites, where typed characters are spoken as asterisks.

Note: NVDA has an option to configure if typed passwords will be spoken in Windows terminals. This add-on won't affect those kinds of controls.

## How to configure

The add-on can be configured from its category in the NVDA's settings dialog, under NVDA's menu, Preferences submenu. A gesture for opening the add-on settings panel can be assigned from Input gestures dialog, configuration category.

Tip: If you have not configured NVDA to speak typed characters or words but want to hear typed text in passwords, you may create a configuration profile to enable the speaking of typed characters and passwords, and assign it to a gesture or create a trigger to enable it automatically in certain situations. For convenience, NVDA will ask if you want to create a dedicated profile when the add-on is installed.

## Changes for 4.0 ##
* Compatible with NVDA 2023.1.

## Changes for 3.0 ##
* Cannot be run in secure mode.
* Compatible with NVDA 2022.1.

## Changes for 2.0 ##
* Compatible with NVDA 2021.1.

## Changes for 1.0 ##
* Initial version.