| layout | page |
|---|---|
| title | OpenWebRX+ Receiver Plugin: Screen Reader |
| permalink | /receiver/screen_reader |
This receiver plugin will:
- Provide spoken notifications to users with Assistive Technology
- Add invisible div for screen readers
- Catch events and write to the div, so the screen reader will speak the content.
The plugin depends on utils v0.2 plugin.
Add these lines in your init.js file:
await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/utils/utils.js');
await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/screen_reader/screen_reader.js');
Plugins.screen_reader.log_messages = true; // if you want to log the messages to the chat window.Learn how to load plugins.
