Preview
Parameters
HotKey
Select
Select a HotKey from the Hot Keys tab
- Select
Any
to trigger on any hotkey
You can quickly register a new HotKey by clicking the
Create HotKey
button!Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
hasAlt | boolean | If the hotkey press uses ALT Example: true |
hasCtrl | boolean | If the hotkey press uses CTRL Example: true |
hasShift | boolean | If the hotkey press uses SHIFT Example: true |
key | number | The numeric key value Example: 48 |
modifier | number | The amount of modifiers Example: 2 |