win-hotkey 0.3.0

A lightweight, thread-safe Rust library for managing system-wide hotkeys on Windows, with high-level abstractions and customizable callbacks.
Documentation
1
2
3
4
5
mod modifiers;
mod vk;

pub use modifiers::*;
pub use vk::*;