macaroni

hotkey trigger

Description:
The hotkey trigger is used to specify a hotkey w/ or w/o modifiers used to activate a command.

Parent: triggers

Value (simple form): string, specifying a hotkey w/ or wo/ modifiers used to active a command.
Value (sequence form):

# simple form
hotkey: (string, required)

# simple example
hotkey: {ctrl-shift-win-s}

# sequence form
hotkey:
- (string1, required)
- (string2, optional)
- ...

# sequence example
hotkeys:
- {ctrl-shift-win-s}
- {alt-shift-win-s}

Status: ✅ IMPLEMENTED