type CanonicalModifier = "Control" | "Shift" | "Alt" | "Meta";
Defined in: hotkey.ts:23
Canonical modifier names that map to KeyboardEvent properties.