Crate tauri_plugin_global_shortcut

Source
Expand description

Register global shortcuts.

  • Supported platforms: Windows, Linux and macOS.

Structs§

Builder
GlobalShortcut
Modifiers
Pressed modifier keys.
Shortcut
A keyboard shortcut that consists of an optional combination of modifier keys (provided by Modifiers) and one key (Code).
ShortcutEvent
Describes a global hotkey event emitted when a HotKey is pressed or released.
ShortcutWrapper

Enums§

Code
Code is the physical position of a key.
Error
ShortcutState
Describes the state of the HotKey.

Traits§

GlobalShortcutExt