Some Key Events (defined in the gauges.h file) still give a 'not recognised' error when requested

The following key events are not recognised in SDK 0.9.3 (and earlier) - can
they be added? In priority order: AXIS_LEFT_BRAKE_LINEAR_SET
AXIS_RIGHT_BRAKE_LINEAR_SET AILERON_CENTER AUTOPILOT_PANEL_AIRSPEED_SET (or
AP_PANEL_AIRSPEED_SET) HEADING_BUG_SET_EX1 SET_THROTTLE_REVERSE_THRUST_ON
SET_THROTTLE_REVERSE_THRUST_OFF DECISION_HEIGHT_SET DECISION_ALTITUDE_MSL_SET
MARKER_SOUND_SET John

Hello @JohnLDowson I review those events. Some are not bound and some other
are using a string that doesn’t match exactly the event name. As retro
compatibility prevents us from changing the string, we will update the
documentation and add the corresponding string. For the ones that are not
bound, I’ll add a task in our backlog. AXIS_LEFT_BRAKE_LINEAR_SET: missing
binding
AXIS_RIGHT_BRAKE_LINEAR_SET: missing binding ****
AILERON_CENTER: missing binding **** AUTOPILOT_PANEL_AIRSPEED_SET:
missing binding **** HEADING_BUG_SET_EX1: " AP_HEADING_BUG_SET_EX1 "
SET_THROTTLE_REVERSE_THRUST_ON: " SET_REVERSE_THRUST_ON "
SET_THROTTLE_REVERSE_THRUST_OFF: " SET_REVERSE_THRUST_OFF "
DECISION_HEIGHT_SET: " SET_DECISION_HEIGHT " DECISION_ALTITUDE_MSL_SET: "
SET_DECISION_ALTITUDE_MSL " MARKER_SOUND_SET: missing binding Our
apologies for the setback. Regards, Sylvain

Thanks for your detailed response.

Regards,

John

Confirmed those updated strings are valid. I will wait and test for the
missing bindings when added. Thanks and regards, John

Update for SDK 0.20.4.0: the events mentioned above are still not bound, and
there is now one additional (new) one missing with the latest update:
AXIS_TAIL_ROTOR_SET John

Hello @JohnLDowson This issue will not be solved on SDK side, it’s in the game
exe file and we didn’t push any fix on this in SU11. I have no ETA yet for
when a fix will be available. For the tail rotor axis, the correct string is:
ROTOR_AXIS_TAIL_ROTOR_SET Regards, Sylvain