enertial / streamdeck-dcs-interface

A StreamDeck plugin for interaction with Digital Combat Simulator (DCS)
GNU General Public License v3.0
190 stars 16 forks source link

Add the ability to choose a different action for second state #133

Open Chaussette23 opened 6 months ago

Chaussette23 commented 6 months ago

Some aircrafts have different buttons to enable or disable something. One of the best example of this is the Mi-24P and its Autopilot panel. Each buttons have difference Button IDs. For instance, let's take the Yaw Autopilot :

What I would like to do is to set only One StreamDeck button for Toggling the Yaw Autopilot. When the Yaw AP is OFF, illuminating in Red, and when it's ON, illuminating in Green, to mimick slightly the aircraft's behavior.

Hence: image Then, Once enabled (so when passing to StreamDeck Button state 2, having such configuration: image

One idea would be to use the linked state button to allow us to do this: image