libCEC Node.js API
    Preparing search index...

    Interface KeyPress

    A remote-control key event (CecAdapterEvents.keyPress).

    interface KeyPress {
        keycode: number;
        duration: number;
    }
    Index
    keycode: number
    duration: number

    How long the key was held, in milliseconds.