Skip to main content

Module shortcuts

Module shortcuts 

Source

Structs§

ShortcutBlock
A named group of shortcut entries, one per lib (Core, Redmine, …).
ShortcutEntry
A single keyboard shortcut entry displayed in the help popup.
ShortcutFactory
A registered shortcut factory: a plain function pointer that produces a ShortcutBlock.

Functions§

collect_all_blocks
Collects all registered ShortcutBlocks from every linked crate, sorted by priority (ascending) so Core always appears before plugins regardless of link order.