Skip to content

Persisting Switch Profile target on profile export / import #27

Answered by ChekTek
salimv asked this question in Help
Discussion options

You must be logged in to vote

Hi salimv!

One way you can work around this is by creating your own "Switch To Profile" action instead of using Stream Deck's built-in Switch Profile action (Note that these only work for profiles that are bundled within the plugin for now). Your plugin's "Switch To Profile" action would use the keyUp event to send a switchToProfile event to Stream Deck.

https://docs.elgato.com/sdk/plugins/events-sent#switchtoprofile

If you only want the action to be available in the profile and not visible in the action list, you can use the VisibleInActionsList flag in your manifest.json to hide it.

https://docs.elgato.com/sdk/plugins/manifest#members

I hope this helps. Let me know if you have any quest…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by salimv
Comment options

You must be logged in to vote
3 replies
@ChekTek
Comment options

@MillerMark
Comment options

@salimv
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants