Create a processor for global single-key bindings.
Iterates registered global keys, filters by the given affectOverlay flag,
applies executeWhenNoOverlay / override (cover) / category / times /
when constraints, and fires the first matching entry. Entries are
matched against the phase via their affectLayer field: true entries
run in the overlay phase (before the layer broadcast), false entries
in the screen phase (after it).
Create a processor for global single-key bindings.
Iterates registered global keys, filters by the given affectOverlay flag, applies executeWhenNoOverlay / override (cover) / category / times / when constraints, and fires the first matching entry. Entries are matched against the phase via their
affectLayerfield:trueentries run in the overlay phase (before the layer broadcast),falseentries in the screen phase (after it).