HotkeyAction = (event, key, hotkey) => void
Hotkey action
Parameters
event
KeyboardEvent
The keyboard event that triggered the action
key
KeyCombination
The key combination that triggered the action
hotkey
HotkeyConfig
The hotkey configuration
Returns
void