Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

layout page
title OpenWebRX+ Receiver Plugin: Keyboard Shortcuts
permalink /receiver/keyboard_shortcuts

This receiver plugin will add keyboard shortcuts to your OWRX+. The plugin depends on notify plugin.

OWRX+ v1.2.67 has this plugin integrated, hence the plugin will not install, even if loaded.

preview

shortcuts

Usage

To show help screen, press ?.

Load

Add these lines in your init.js file:

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

init.js

Learn how to load plugins.