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