core / makeup-key-emitter

Emits custom events for accessibility keys (e.g. arrowDownKeyDown, escapeKeyUp).

Note: arrow keys emit events only — they do not move focus.


On container (delegated)

A single listener on the container catches key events bubbling up from any child.


On buttons (directly bound)

A listener bound to each button individually.