//! Global shortcut system for menu items and actions.
//!//! This module provides keyboard shortcut registration, conflict detection,
//! and dispatching for menu items across the application.
modmanager;#[cfg(test)]modtests;modtypes;pubusemanager::ShortcutManager;pubusetypes::{
format_shortcut_for_platform, Key, Modifiers, PlatformShortcutStyle, Shortcut, ShortcutEntry,};