Skip to content

lightgun-poc / lib/hotkey / parseCombo

Function: parseCombo()

parseCombo(spec): string[] | null

Defined in: lib/hotkey.ts:23

Parses "shift+s" into canonical key names; null when any part is unknown.

Parameters

spec

string

Returns

string[] | null

Released under the MIT License.