type FourModifierHotkey = `Control+Alt+Shift+Meta+${Key}`;Defined in: hotkey.types.ts:72
Four modifier + key combinations.
Only the canonical Control+Alt+Shift+Meta combination is included.
Why no Mod combinations? Since Mod resolves to either Control (Windows/Linux) or Meta (macOS), any four-modifier combination with Mod would create duplicate modifiers on one platform. For example: