type ThreeModifierHotkey =
| `Control+Alt+Shift+${Key}`
| `Control+Alt+Meta+${Key}`
| `Control+Shift+Meta+${Key}`
| `Alt+Shift+Meta+${Key}`
| `Mod+Alt+Shift+${Key}`;Defined in: hotkey.types.ts:53
Three modifier + key combinations.
Platform-adaptive Mod combinations: