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

    Interface ShortcutRecorderItem

    Recorded shortcut item.

    interface ShortcutRecorderItem {
        key: string;
        sequence?: string;
    }
    Index

    Properties

    Properties

    key: string

    Normalized key name.

    sequence?: string

    Optional original terminal sequence.