//! macOS-specific hotkey backend.
//!
//! Provides:
//! - Virtual keycode ↔ `Key` mapping tables
//! - `CGEventFlags` ↔ `Modifiers` conversion
//!
//! This module is always compiled (no feature gate needed) because the
//! mapping tables are pure data with no platform dependencies. The actual
//! CGEventTap manager lives in the consumer (ayatsuri) since it requires
//! objc2 and platform-specific event loop integration.
pub use ;
pub use ;