blessed-components - v1.20.0
    Preparing search index...

    Interface KeyEvent

    interface KeyEvent {
        ctrl?: boolean;
        meta?: boolean;
        name: string;
        shift?: boolean;
    }
    Index

    Properties

    Properties

    ctrl?: boolean

    Whether the Control modifier is active.

    meta?: boolean

    Whether the Meta or Alt modifier is active.

    name: string

    Normalized key name reported by the terminal adapter.

    shift?: boolean

    Whether the Shift modifier is active.