-
-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/rework-control-entities
- Loading branch information
Showing
71 changed files
with
674 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule bundled-modules
updated
153 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
companion/lib/Controls/ControlTypes/Triggers/TriggerExecutionSource.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export enum TriggerExecutionSource { | ||
Test = 'test', | ||
ConditionChange = 'condition-change', | ||
Other = 'other', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
In the Buttons tab, you can configure the buttons for your Stream Deck. | ||
In the Buttons tab, you can configure the buttons for your Stream Deck. The number of buttons in the grid can be changed in the settings, it can be grown in all 4 directions. | ||
|
||
![Buttons Page](images/buttons.png?raw=true 'Buttons Page') | ||
|
||
The Buttons layout has numerous pages that can be navigated using the grey left/right arrows, or the dropdown box. You can give your pages a unique name by replacing the word _PAGE_ right next to the page number. | ||
The Buttons layout has numerous pages that can be navigated using the grey left/right arrows, or the dropdown box. Each of these pages is also listed in the **Pages** tab in the right panel, which is where you can manage the pages you have. In this panel you can give your pages names | ||
|
||
If you hold down the SHIFT key on your keyboard, you can trigger a button directly by clicking on it. | ||
|
||
Also above the buttons, you can: | ||
|
||
Several actions exist for rearranging your buttons, **Copy**, **Move**, | ||
**Swap**, or **Delete**. First click on the desired action, then click on the | ||
- **View Scale** Adjust the view scale of the grid | ||
- **Home position** When scrolling around a large grid, this will snap the view back to viewing 0/0 in the top left corner | ||
- **Edit page** adjust various settings for the current page | ||
- **Export page** exports just this page's buttons to a download which can later be imported to another page or a different Companion config. See the [Import / Export](#header-import--export) section below. | ||
|
||
Several actions exist below for rearranging your buttons, **Copy**, **Move**, | ||
**Swap**, or **Delete**. First click on the desired action, then click on the | ||
button you want to apply that action to. Finally (in the case of the `Copy`, | ||
`Swap` and `Move` actions) click on the destination button. Alternatively, use | ||
`Swap` and `Move` actions) click on the destination button. Alternatively, use | ||
the standard keyboard shortcuts to perform these operations. | ||
|
||
|
||
There are also two buttons for resetting the page: | ||
|
||
- **Wipe page**: Erases all buttons on the page and adds the navigation buttons. | ||
- **Reset page buttons**: Leaves the buttons intact, but adds the default navigation buttons. | ||
|
||
**Export page** exports just this page's buttons to a download which can later be imported to another page or a different Companion config. See the [Import / Export](#header-import--export) section below. |
Oops, something went wrong.