openwebrxplus-plugins

This receiver plugin replaces the built-in “Search Bookmarks” dialog (right-click on the bookmark button, or the Y keyboard shortcut) with a fully keyboard- and screen-reader-accessible version. The plugin patches the existing dialog and BookmarkBar object in place.

Features

Prerequisites

Installation

Add this line to your init.js file:

Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/accessible_bookmark_search/accessible_bookmark_search.js');

Reload the UI; right-clicking the bookmark button (or pressing Y) now opens the accessible search dialog.

init.js

Learn how to load plugins.

Known issues / compatibility

Code

Github repo