module documentation

USB Media Keys - Emulate USB media keys.

Function run Run the app and send media key presses.
Function start Start the app and map buttons to media keys.
Function stop Stop the app and clean up.
Variable _initialized Undocumented
Variable _key_map Undocumented
Variable _usb Undocumented
def run(view_manager):

Run the app and send media key presses.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
def start(view_manager) -> bool:

Start the app and map buttons to media keys.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
Returns
boolTrue if the app started.
def stop(view_manager):

Stop the app and clean up.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
_initialized: bool =

Undocumented

_key_map =

Undocumented

_usb =

Undocumented