Docs.rs
tauri-plugin-global-shortcut-2.0.0-rc.2
tauri-plugin-global-shortcut 2.0.0-rc.2
Permalink
Docs.rs crate page
Apache-2.0 OR MIT
Links
Repository
crates.io
Source
Owners
tauri-bot
Dependencies
log ^0.4
normal
serde ^1
normal
serde_json ^1
normal
tauri ^2.0.0-rc.8
normal
thiserror ^1
normal
tauri-plugin ^2.0.0-rc.7
build
global-hotkey ^0.6
normal
Versions
63.16%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tauri_
plugin_
global_
shortcut
2.0.0-rc.2
All Items
Structs
Enums
Traits
Crate
tauri_plugin_global_shortcut
Copy item path
source
·
[
−
]
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
.
Traits
§
Global
Shortcut
Ext