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

    Interface ModalMissHandledEvent

    Signal that the key was handled by some mechanism visible to the miss detector (a binding, Tab navigation, a sequence, or — depending on options — stop/penetration), so no miss occurred.

    interface ModalMissHandledEvent {
        miss: false;
    }
    Index
    miss: false

    Always false — the key was handled, no miss.