R
fn

eventToCombo

Canonical combo string for a keydown event (matches {@link normalizeCombo}).

Signature

ts
export function eventToCombo(event: KeyboardEvent): string{ ... }

Parameters

ParameterTypeDescription
eventKeyboardEvent

Returns

string