Graphora API
    Preparing search index...

    Interface KeyboardShortcut

    interface KeyboardShortcut {
        altKey?: boolean;
        command: string;
        ctrlKey?: boolean;
        key: string;
        metaKey?: boolean;
        preventDefault?: boolean;
        shiftKey?: boolean;
    }
    Index
    altKey?: boolean
    command: string
    ctrlKey?: boolean
    key: string
    metaKey?: boolean
    preventDefault?: boolean
    shiftKey?: boolean