function normalizeHotkeyFromEvent(event, platform): Hotkey;
Defined in: parse.ts:292
Normalizes a keyboard event to the same canonical hotkey string as normalizeHotkey.
KeyboardEvent
The keyboard event (typically keydown)
Target platform for Mod eligibility
"mac" | "windows" | "linux"