Mouse Echo Delay for NVDA

NVDA add-on

Version 0.3.1 (beta) · Updated · · Free and open source

NVDA's mouse tracking, also known as mouse echo, reads whatever passes under the pointer the instant it passes: sweep across a page and you hear the first syllable of everything on the way. Mouse Echo Delay makes it wait until the mouse has stopped, so only the spot you settle on is read. Everything else about mouse tracking stays exactly as NVDA does it. NV Access has an open request for this feature; until it is built into NVDA, this add-on fills the gap.

Install

How to Install
  1. Press the Install button above to download mouseEchoDelay-0.3.1.nvda-addon. Your browser may ask you to confirm the download, since .nvda-addon files are uncommon.
  2. Open the downloaded file (press Enter on it in your Downloads folder). NVDA shows a dialog titled Add-on Installation that says: “Are you sure you want to install this add-on? Only install add-ons from trusted sources. Addon: Mouse Echo Delay 0.3.1”. Choose Yes.
  3. NVDA says “Please wait while the add-on is being installed”, then asks: “Changes were made to add-ons. You must restart NVDA for these changes to take effect. Would you like to restart now?” Choose Yes.
  4. Updating later works the same way, except the first dialog asks whether to update the installed version to the new one. Choose Yes. You can also install from inside NVDA: NVDA menu, Tools, Add-on Store, then Install from external source, and pick the downloaded file.

To turn it off, untick Add delay before mouse echo in NVDA Settings, Mouse Echo Delay, or assign a key to the toggle command under Input Gestures, in the Mouse Echo Delay category.

Key Features
Accessibility
Requirements and Known Limits
Open Source

Mouse Echo Delay is free software under the GNU General Public License, version 2, the same licence as NVDA. The source code and the licence are in the mouse-echo-delay-for-nvda repository on GitHub, where each version is also published as a release.

Categories

Productivity NVDA add-ons

Change Log

Current: 0.3.1 (beta)

Download version 0.3.1 (September 17, 2026)

New in this version

  • The first public version. NVDA's mouse tracking waits until the mouse has been still for the delay before reading what is under it.
  • A number box for the delay in milliseconds, 300 by default, stepping by 10, from 0 to 10 seconds.
  • A toggle command with no key by default, to assign under Input Gestures.

Fixes

  • Nothing yet: this is the first public version. Anything you find goes here next.