NoSpeakRolls (Disable Element Type Announcements)

NoSpeakRolls suppresses NVDA's pronunciation of element types like "button", "list", "link", etc.

Description

NoSpeakRolls is a simple add-on that reduces verbosity by disabling announcements of various control types, including:

Particularly useful for advanced PC users.

Keyboard Shortcut

The shortcut can be modified in Input Gestures under the "Disable Element Type Announcements" category.

NVDA's general settings include a checkbox "Suppress role announcements" to enable/disable the add-on's functionality at startup.

Version History

2026.02.02

2025.05.10

The outdated SettingsPanel import path from the gui module was used. In new NVDA versions, it is recommended to import SettingsPanel from gui.settingsDialogs.

from gui import SettingsPanel

changed to:

`from gui.settingsDialogs import SettingsPanel

2025.05.02

Version 0.6

Version 0.5

Version 0.4

Version 0.3

Version 0.2

Version 0.1