@cartridge-engine/keyboard-engine
    Preparing search index...

    Interface MappingKeyContinuedEvent

    Fired when a pending mapping-key sequence advances to the next key: the pressed key matched the next segment of the remaining candidates.

    interface MappingKeyContinuedEvent {
        key: string;
        type: "continued";
    }
    Index
    key: string

    The key that advanced the sequence.

    type: "continued"

    Event discriminant — always "continued".