Octra libraries - v2.0.0
    Preparing search index...

    Interface ShortcutEvent

    wrapper containing KeyboardEvent information with additional data

    interface ShortcutEvent {
        event: KeyboardEvent;
        onFocusOnly?: boolean;
        platform: string;
        shortcut: string;
        shortcutGroupName: string;
        shortcutName: string;
        timestamp: number;
    }
    Index

    Properties

    event: KeyboardEvent
    onFocusOnly?: boolean
    platform: string
    shortcut: string
    shortcutGroupName: string
    shortcutName: string
    timestamp: number