hyprcorrect-platform 0.2.3

Platform layer for hyprcorrect: input capture, synthetic input, and global hotkeys (macOS, Linux/Wayland).
Documentation
1
2
3
4
5
6
7
8
//! macOS platform backend.
//!
//! - Capture: a listen-only `CGEventTap`.
//! - Synthetic input: `CGEvent` keyboard events.
//! - Hotkeys: `RegisterEventHotKey`.
//! - Menu bar: `NSStatusItem`.
//!
//! Implemented from milestone M2. See `DESIGN.md`.