Expand description
Disable default browser shortcuts in your Tauri app, e.g. F3
or Ctrl+J
.
Re-exports§
pub use shortcut::KeyboardShortcut;
pub use shortcut::KeyboardShortcutBuilder;
pub use shortcut::ModifierKey;
pub use shortcut::PointerEvent;
pub use shortcut::PointerShortcut;
pub use shortcut::PointerShortcutBuilder;
pub use shortcut::Shortcut;
pub use shortcut::ShortcutKind;
Modules§
Structs§
Enums§
- Define how the plugin should emit events.
Functions§
- Initialize the plugin with default values.
- Initialize the plugin with given flags.