[SU11] TurboProp Auto Feathering is not working properly

Correct the only option is to set the prop lever to negative and since this
airplane doesn’t have one, well it is kind of problematic… since my
expectation was to disable the prop lever controls in order to avoid issues
with users that have hardware axis assigned to this. So now I have the
complexity / difficulty of prop lever bind assignments… which I had to create
a custom input event procedure to cancel them out… and in order to set the
prop lever to negative (since I am using WASM, so simulate other things) I
found out that we have an issue with K:Events and negative values which I also
reported here. link: (https://devsupport.flightsimulator.com/t/4843) this is
still not working… I am not able to set the prop levers into negative via
trigger events and was forced to use Simconnect inside WASM to set the A:VAR
variable values directly via GENERAL ENG PROPELLER LEVER POSITION. You can see
how complex it all got just to feather the props… we need easier ways, Iam up
and running via custom solutions, but I wanted to providing feedback on this
matter since I think the platform would benefit for everyone from having
better ways to handle this. Best, Raul