Skip to content

Latest commit

 

History

History

keyboard_shortcuts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
layout title permalink
page
OpenWebRX+ Receiver Plugin: Keyboard Shortcuts
/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 this line in your init.js file:

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

init.js

Learn how to load plugins.