isPriorityKey
isPriorityKey(
canonical):boolean
Defined in: src/core/hotkeys.ts:133
Whether a key may fire while a text control is focused. Modified keys and
function keys can’t be ordinary typing, so they dispatch before the focused
widget; bare keys (a single letter, ?, enter…) only dispatch after the
focus chain declined the event, so hotkeys never eat input.
Parameters
Section titled “Parameters”canonical
Section titled “canonical”string
Returns
Section titled “Returns”boolean