Optional
customConfigurations: HotkeyLookup[]Optional
verbose: booleanReadonly
nameStatic
NameProperty that states whether this plugin considers itself ready for continued playback based on internal logic.
Triggers internal event of type PlayerInternalEventType.LoadedChanged
if property value was changed.
Property that states whether this plugin considers itself muted based on internal logic.
Triggers internal event of type PlayerInternalEventType.MutedChanged
if property value was changed.
Property describing the plugin name and version.
Register a hotkey key combination to a specific action.
Key combination to use.
A callback which is to be called when the key combination is pressed.
A short text describing the hotkey.
Optional flag, true by default. Triggers a HotkeysUpdatedEvent.
Optional flag, false by default. Causes the hotkey to trigger on keyup instead of keydown
Set a hotkeys filter function.
the filter function that will be used to decide which event sources that are allowed for hotkeys.
Hotkey Plugin
Adds support for hotkeys
How to use