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

    Interface Keymap

    interface Keymap {
        handle(event: KeyEvent): boolean;
        help(): KeymapHelpItem[];
    }
    Index

    Methods

    Methods

    • Handles one normalized key event and reports whether it matched.

      Parameters

      Returns boolean