Window State

An NVDA add-on that lets you query the state of the current foreground window.

The Problem

NVDA doesn't tell you whether a window is maximized, restored, or snapped to a side of the screen when you query the title. This information is useful because:

What This Add-on Does

  1. NVDA+Shift+T: Reports the state of the current foreground window. Possible states:
  2. Maximized
  3. Restored (normal windowed mode)
  4. Minimized
  5. Docked left, docked right, docked top, docked bottom (half-screen snaps)
  6. Top left quarter, top right quarter, bottom left quarter, bottom right quarter

  7. Optional: NVDA+T enhancement: When enabled in settings, pressing NVDA+T will announce the window title followed by the state, e.g. "Firefox, maximized." This matches the JAWS behavior. Pressing NVDA+T twice to spell the title and three times to copy it to the clipboard are not affected.

Settings

Open NVDA Settings > Window State to configure:

All commands can be remapped from NVDA's Input Gestures dialog under the "Window State" category.

Requirements

Author

Lanie Carmelo-Molinar https://lanie.work

License

GPL v2