Analog King Air v1.4 - Pitch Sync functionality to yoke CWS buttons ....not possible to press and hold it.
-
Analog King Air v1.4 (MSFS) Changelog:
...." Added true Pitch Sync functionality to yoke CWS buttons. Pressing and holding “L:var_PilotCws” or binding “K:SYNC_FLIGHT_DIRECTOR_PITCH” to hardware controls will now allow the aircraft to be maneuvered in pitch while temporarily disabling the autopilot pitch servo."
With this assignment (>L:var_PilotCws) - a short press occurs, without holding it down
If In the settings (FSUIPC) I check “Control to repeat while held” - the button vibrates. here is the video.It could be that setting that lvar just forces an instantaneous button press/release, which means that it is not possible to press and hold it.
is that the case? -
I've heard this regarding some other buttons in my aircraft, and luckily, there is an exceedingly easy solution for nearly all of them. Simply add
_IsDown
to the end of the variable name. Here, that would be,L:var_PilotCws_IsDown
. No need to repeat the command. Just set it to 1 when you want it pressed, and 0 when you don't. I hope that solves the problem for you! Let me know if you have any more questions. Always happy to help.