//! 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::{Key, Modifiers, Shortcut, ShortcutEntry};