KC's Workspace
    Preparing search index...
    interface Key {
        ctrl?: boolean;
        meta?: boolean;
        name?: string;
        sequence?: string;
        shift?: boolean;
    }
    Index

    Properties

    ctrl?: boolean
    meta?: boolean
    name?: string
    sequence?: string
    shift?: boolean