tui.cmd.load
tui.cmd.load FILE
Registers the commands in an XML file, one <cmd id="…" title="…" action="…" [group="…"] [desc="…"] [when="…"] [key="…"]/> per line.
Returns: 1 when FILE can’t be read.
Notes
- Lines missing
id,titleoractionare skipped.share/defaults/commands.xmlis an example.
