Key Up
Stream Deck trigger: stream-deck:stream-deck:key-up
Key Up
| Trigger ID | stream-deck:stream-deck:key-up |
| Plugin | Stream Deck |
| Category | Stream Deck |
Variables
Copy variables into handler fields using {variableName} syntax.
{type}{context}{device}{action}{alias}{coordinates}{settings}{isInMultiAction}{ticks}{pressed}{lastEventAt}{payload}| Name | Type | Description |
|---|---|---|
{type} | object | Stream Deck event type (`keyDown`, `keyUp`, `dialRotate`, …). |
{context} | string | Stream Deck action instance context id. Example: |
{device} | string | Stream Deck device identifier. Example: |
{action} | string | Stream Deck action UUID that fired the event. Example: |
{alias} | string | Optional button alias configured in Stream Kit. Example: |
{coordinates} | object | Button coordinates on the Stream Deck (`column`, `row`). |
{settings} | string | Action settings object from the Stream Deck button. |
{isInMultiAction} | boolean | Whether the button is part of a multi-action. Example: |
{ticks} | number | Dial rotation ticks (dial events only). |
{pressed} | boolean | Whether the dial was pressed while rotating. |
{lastEventAt} | string | ISO timestamp of the latest Stream Deck event. |
{payload} | string | Extra event payload object (overlay events, Stream Deck settings extras, etc.). |