Expand description
Register global shortcuts.
- Supported platforms: Windows, Linux and macOS.
Structs§
- Builder
- Global
Shortcut - Modifiers
- Pressed modifier keys.
- Shortcut
- A keyboard shortcut that consists of an optional combination
of modifier keys (provided by
Modifiers
) and one key (Code
). - Shortcut
Event - Describes a global hotkey event emitted when a
HotKey
is pressed or released. - Shortcut
Wrapper
Enums§
- Code
- Code is the physical position of a key.
- Error
- Shortcut
State - Describes the state of the
HotKey
.