Skip to main content
Corvus Connection

On Stream Deck Button

StreamDeck
entry.onStreamDeckButtonPressFires when an Elgato Stream Deck key assigned to Corvus is pressed. Binds the key's device, coordinates, and action context.Triggers on a Stream Deck keypad press; wire 'context' into a Stream Deck action to target the same key.

Outputs

Name
Kind
Type
Flags
outExecexecNone
deviceIdDataSystem.Stringmultiplexed
columnDataSystem.Int32multiplexed
rowDataSystem.Int32multiplexed
contextDataSystem.Stringmultiplexed

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnStreamDeckButtonPress] Handle(ctx, StreamDeckButtonContext e)