XeFM includes a scrollable help dialog listing every key binding and usage tip. Press ? from anywhere in XeFM to open it — no special mode or prerequisite.
The help is generated from your current key bindings, so it always reflects your configuration (including any customizations). It is organized into sections:
Help is bound to ? by default. Rebind the help action in KEY_BINDINGS
to use a different key:
KEY_BINDINGS = {
'help': ['?'], # ? shows help
# ... other bindings
}
Separate from the help dialog, the About dialog shows XeFM’s logo, version number, and GitHub repository URL over an animated Matrix-style background (falling full-width green katakana). Open it from the menu bar in desktop mode:
Close it by pressing any key, clicking, or pressing ESC. The animation runs while the dialog is open and adapts to window resizing.