pubmodboard_view;pubmodcontrols;pubmodicons;/// Prefix for the command modifier in shortcut hints. egui's `command` modifier
/// is ⌘ on macOS and Ctrl elsewhere; the ⌘ glyph isn't in the bundled fonts, so
/// spell it out to avoid tofu.
pubfncmd_key()->&'staticstr{ifcfg!(target_os ="macos"){"Cmd+"}else{"Ctrl+"}}