Replies: 4 comments 3 replies
-
Hi, See here: If you use our library, it is fairly easy to differentiate between the keys: myAction.onKeyUp(({ action, context, device, event, payload }) => { }); |
Beta Was this translation helpful? Give feedback.
-
No - the keys are loaded when they are visible. If you need some code running while the keys are not shown, you can do that in your plugin - which runs from Stream Deck's launch until it quits. |
Beta Was this translation helpful? Give feedback.
-
The If you want the key to do something when it is added for the first time, you can check, if your plugin has 'seen' the key already. For that you could save something in a key's settings:
I hope that helps |
Beta Was this translation helpful? Give feedback.
-
@tiptronic @ChekTek It's helpful.Thanks ! |
Beta Was this translation helpful? Give feedback.
-
Hi!
While I set a new key,the events I receviced are willappear,titleparametersdidchange,sendToplugin,sendToplugin.But I switch the other keys page(I had set a same key in this page) ,the events I recevied are similarly.I want to do some different functional development between set a new a key and switch a new keys page ,how could I do again?
Beta Was this translation helpful? Give feedback.
All reactions