Stream Kit Docs
API ReferenceCore

Hotkey

Core trigger: core:core:input:hotkey

Hotkey

Trigger IDcore:core:input:hotkey
PluginCore
CategoryInput

Variables

Copy variables into handler fields using {variableName} syntax.

{shortcut}{modifiers}{key}
NameTypeDescription
{shortcut}

Full hotkey shortcut (for example `Shift+P`).

Example: Shift+P

{modifiers}

Modifier keys pressed (array).

{key}

Key pressed without modifiers, or collection entry key on collection triggers.

Example: P

Conditions

ConditionDescription
HotkeyKeyboard shortcut that fires the trigger (configured in the trigger condition).

On this page