KeyAction: (e: KeyEventLike) => boolean | void

What runs for a chord. Return false to decline: the next binding on the same chord (or the engine, or the browser) gets the key. Anything else claims it, and the event is prevented and stopped.

Type declaration