Replies: 1 comment
-
Hi @Aradiv, Thanks for the suggestions! I will discuss this with the Stream Deck SDK team. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently i'm developing a set of small plugins to help me in my daily work.
But for the optimal flow i would like to open a prompt window when i click the button and than use the input to perform further actions.
yes i can create the prompt box manually though native OS APIs but this is cumbersome.
It would but much easier to just have something like
await input = streamDeck.system.prompt("The question", "defaultvalue", { other: 'optional', options: true})
Beta Was this translation helpful? Give feedback.
All reactions