Macros for hotkeys

mmlac

New Member
I saw the StreamDeck application has the ability to do multiple actions on the same button, but it cannot be triggered by a keyboard hotkey. My specific usecase is that I want a hotkey to hide a source and immediately show it again, as the Media Source doesn't have a "hide on playback end" feature, so I want to "trigger" it by hiding it and immediately showing it.

Is there a way to create these kinds of macros without scripting it? And regarding scripting, if I write this macro in Lua / Python, can I trigger an action in a script with a hotkey?
 
Media Sources do have an option Show nothing when playback ends.

You could assign the same hotkey to showing and hiding a source if you think you can tap it fast enough...

Scripting is the way to go for creating macros. There's no visual environment like Stream Deck has. Yes, it is possible to assign hotkeys to your scripted functionality.
 
Back
Top