Replies: 1 comment 3 replies
-
Hi @kumazo007, There is no way to fetch the current page or profile from Stream Deck at this time. Your plugin's action can listen for the willAppear event which fires when the key enters the canvas (i.e. when the page/profile it is on is visible) and the willDisappear event, which fires when the key leaves the canvas. You can then use setImage to update the image. You can switch profiles, and pages within the profile, if you're plugin owns the profile, however it is not possible for user created profiles. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is programmatic button image switching feasible for next-page, prev-page and profile-change button?
As you know, those buttons are provided by Elgato.
Although I was looking for a way to do that, I haven't found that so far. Unfortunately,
My idea is to indicate to the operator to change SD's page from my plugin.
I would appreciate it if someone gave me hints.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions