Re-exports§
pub use threadsafe::HotkeyManager;
Modules§
Structs§
- Hotkey
Id - Identifier of a registered hotkey. This is returned when registering a hotkey and can be used to unregister it later.
- Interrupt
Handle - The
InterruptHandle
can be used to interrupt the event loop of the originatingHotkeyManager
. This handle can be used from any thread and can be used multiple times.
Traits§
Functions§
- get_
global_ keystate - Get the global keystate for a given Virtual Key.