Interface Key

interface Key {
    ctrl?: boolean;
    meta?: boolean;
    name?: string;
    sequence?: string;
    shift?: boolean;
}

Properties

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

Generated using TypeDoc