NVDA add-on for quicker Signal Desktop navigation in Signal Desktop.
  • Python 91.7%
  • PowerShell 8.3%
Find a file
2026-05-07 10:28:23 -07:00
appModules Fix Alt+1 to focus first chat item 2026-04-17 10:58:11 -07:00
.gitignore Initial release v1.0.0 2026-04-17 10:49:32 -07:00
build.ps1 Initial release v1.0.0 2026-04-17 10:49:32 -07:00
manifest.ini Fix Alt+1 to focus first chat item 2026-04-17 10:58:11 -07:00
README.md Add Telegram group link to README 2026-05-07 10:28:23 -07:00

Signal Desktop Enhancements for NVDA

Signal Desktop Enhancements is an NVDA add-on that adds direct navigation shortcuts for Signal Desktop.

Shortcuts

  • Alt+1: Focus the chats list
  • Alt+2: Focus the calls list
  • Alt+3: Focus Stories
  • Alt+4: Focus the main Settings pane
  • Ctrl+Shift+A: Focus the chats list
  • Ctrl+1: Focus the message input field
  • Ctrl+2: Focus the current chat history
  • NVDA+Shift+D: Dump the Signal accessibility tree to the NVDA log for debugging

Installation

  1. Download the latest .nvda-addon file from the GitHub releases page.
  2. Open the downloaded file.
  3. Confirm the NVDA add-on installation prompt.
  4. Restart NVDA if prompted.

Development

Run build.ps1 from the repository root to create a release-ready .nvda-addon package in dist/.

##Submit bugs in issues, or join my Telegram group! (https://t.me/SerrebiProjects)