glrs
    Preparing search index...

    Type Alias KeySpec

    type KeySpec = {
        ctrl?: boolean;
        description: string;
        key: string;
        run: () => void | Promise<void>;
        shift?: boolean;
    }
    Index
    ctrl?: boolean
    description: string
    key: string
    run: () => void | Promise<void>
    shift?: boolean