From a08744478052782fb8a7c9811c2912e41e50a199 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sun, 19 Oct 2025 14:41:06 +0200 Subject: [PATCH] Created Macro docks (markdown) --- Macro-docks.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Macro-docks.md diff --git a/Macro-docks.md b/Macro-docks.md new file mode 100644 index 0000000..10f15fa --- /dev/null +++ b/Macro-docks.md @@ -0,0 +1,13 @@ +You can register docks of your [macros](Macros), which you can then use to control the state of a given [macro](Macros) or run it manually. + +To register a dock first open up the [macro](Macros) in the Advanced scene switcher `Macro` tab. +Next open up the settings window for the selected [macro](Macros). +Then scroll down to the dock section and configure it to your liking. + +![Docks](https://github.com/user-attachments/assets/c3c9f82b-2297-44a5-b2f0-df8ad1beb8c8) + +You can also group multiple macro docks into a single dock window. +To do so uncheck the `Is standalone dock` option in the Macro's settings window. +Then enter the name of the new or already existing OBS macro dock window you want to dock to be added to. + +image