This list is always subject to change
Since our AP runs independent from the sim AP you can no longer use the default K Events to trigger AP modes.
Our AP mode indicators are L-Vars while their triggers for AP modes and other peripheral buttons are H-Events, both of which the stock SimConnect has no access to.
External apps seem to be adding modules which would support LVars and HEvents. So ask the developer of your external binding application to add this feature.
For the AP variables like HDG, Alt preselect, VS you must use the K events with indexes. These should usually go to index “1”.
L:WT_CJ4_HDG_ON
AUTOPILOT HEADING LOCK DIR:1
L:WT_CJ4_NAV_ON
L:WT_CJ4_VNAV_ON
L:WT_CJ4_VS_ON
AUTOPILOT VERTICAL LOCK DIR:1
L:WT_CJ4_FLC_ON
AUTOPILOT AIRSPEED LOCK DIR:1
L:WT_CJ4_ALT_HOLD
AUTOPILOT ALTITUDE LOCK VAR:1
H:WT_CJ4_AP_HDG_PRESSED
H:WT_CJ4_AP_NAV_PRESSED
H:WT_CJ4_AP_APPR_PRESSED
H:WT_CJ4_AP_VNAV_PRESSED
H:WT_CJ4_AP_VS_PRESSED
H:WT_CJ4_AP_FLC_PRESSED
H:WT_CJ4_AP_FD_TOGGLE
H:WT_CJ4_AP_ALT_PRESSED
L:LIGHTING_Knob_Master
from 0-100 (100 is default) for Cockpit Panel lightsThanks to Reongard for providing the PFD and FMC events