From 7c05bf0d80f9eaee2d6da052eb45ba85ad13ac74 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sun, 1 Oct 2023 19:34:46 +0200 Subject: [PATCH] Created Sequence (markdown) --- Sequence.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Sequence.md diff --git a/Sequence.md b/Sequence.md new file mode 100644 index 0000000..14a8298 --- /dev/null +++ b/Sequence.md @@ -0,0 +1,11 @@ +The "Sequence" action will allow you to sequentially perform the actions of one macro in a list of macros. + +![Capture](https://github.com/WarmUpTill/SceneSwitcher/assets/19472752/d4ad19ab-e354-470d-81a5-7832aa66b1e3) + +You can add macros to be executed at (1). +The macros can be reordered at (2) and you can mark which item to continue with next for testing purposes. +By default the sequence action will continue with the first macro in the list once it reaches the end of the list. +If you want to instead continue to run the last macro in the list you can uncheck the checkbox at (3). +The macro which will be executed next will be displayed at (4). + +