@tauri-apps/plugin-global-shortcut - v2.3.0
    Preparing search index...

    Interface ShortcutEvent

    interface ShortcutEvent {
        shortcut: string;
        id: number;
        state: "Released" | "Pressed";
    }
    Index

    Properties

    Properties

    shortcut: string
    id: number
    state: "Released" | "Pressed"