This plugins contains a set of utilitarian actions:
- ChangeDisplayResolution: You specify the resolution to which you desire to change. The first time that the action is executed is going to set the resolution used during configuration, the second time is going to turn back to the original resolution. This action is particularly useful for folks that use ultra wide monitors and need to share content with others, because most people use a different aspect ratio you can force your monitor to switch to the desire aspect ratio by switching the screen resolution.
This plugin was made using the FritzAndFriends stream deck toolkit. This is a unofficial C# toolkit.
To build the solution use dotnet build [solution name]
after building, a script is going to run to register the plugin binaries with stream deck. If you see no updates in stream deck
close Stream Deck and open it again.
To debug an action you can attach your debugger to the action's process. To debug the property_inspector
you need to first enable remote debugging in the stream deck, look at the section Debugging in the official docs.
Once stream deck was configured to run a remote debugger, then you need to attach chrome's remote dev-tools to the debugger. Type in chrome's navigation bar chrome://inspect
and if stream deck is already running you should see the different actions that you can inspect, if not use add the address to the remote debugger
in Discover network targets
.