# Aircraft Autopilot And Flight Assistance Events The event IDs listed here are all related to the aircraft autopilot and flight assistance systems. ### Autopilot {{< callout context="caution" title="IMPORTANT!" icon="outline/alert-triangle" >}} The events listed here are **not** applicable and will not work correctly (if at all) when used with a helicopter. {{< /callout >}} {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |---|---|---|---| | {{< anchor id="AP_AIRSPEED_HOLD" />}}`AP_AIRSPEED_HOLD` | `KEY_AP_AIRSPEED_HOLD` | N/A | Toggles airspeed hold mode | | {{< anchor id="AP_AIRSPEED_OFF" />}}`AP_AIRSPEED_OFF` | `KEY_AP_AIRSPEED_OFF` | N/A | Turns airspeed hold off | | {{< anchor id="AP_AIRSPEED_ON" />}}`AP_AIRSPEED_ON` | `KEY_AP_AIRSPEED_ON` | N/A | Turns airspeed hold on | | {{< anchor id="AP_AIRSPEED_SET" />}}`AP_AIRSPEED_SET` | `KEY_AP_AIRSPEED_SET` | [0]: TRUE/FALSE to enable/disable | Sets airspeed hold on/off (1,0) | | {{< anchor id="AP_ALT_CURRENT_ALT_SET" />}}`AP_ALT_CURRENT_ALT_SET` | `AP_ALT_CURRENT_ALT_SET` | N/A | Sets the autopilot altitude to the current altitude. | | {{< anchor id="AP_HDG_CURRENT_HDG_SET" />}}`AP_HDG_CURRENT_HDG_SET` | `AP_HDG_CURRENT_HDG_SET` | [0]: slot index | Sets the heading of the autopilot of the given "slot" index to the current heading. | | {{< anchor id="AP_ALT_VAR_DEC" />}}`AP_ALT_VAR_DEC` | `KEY_AP_ALT_VAR_DEC` | [0]: New reference altitude[1]: Index | Decrements the reference altitude. | | {{< anchor id="AP_ALT_VAR_INC" />}}`AP_ALT_VAR_INC` | `KEY_AP_VS_VAR_INC` | [0]: New reference altitude[1]: Index | Increments the reference altitude. | | {{< anchor id="AP_ALT_HOLD" />}}`AP_ALT_HOLD` | `KEY_AP_ALT_HOLD` | N/A | Toggles altitude hold mode | | {{< anchor id="AP_ALT_HOLD_OFF" />}}`AP_ALT_HOLD_OFF` | `KEY_AP_ALT_HOLD_OFF` | N/A | Turns off altitude hold mode | | {{< anchor id="AP_ALT_HOLD_ON" />}}`AP_ALT_HOLD_ON` | `KEY_AP_ALT_HOLD_ON` | N/A | Turns altitude hold mode on | | {{< anchor id="AP_ALT_RADIO_MODE_OFF" />}}`AP_ALT_RADIO_MODE_OFF` | `KEY_AP_ALT_RADIO_MODE_OFF` | N/A | Deactivate autopilot radio altitude mode. | | {{< anchor id="AP_ALT_RADIO_MODE_ON" />}}`AP_ALT_RADIO_MODE_ON` | `KEY_AP_ALT_RADIO_MODE_ON` | N/A | Activate autopilot radio altitude mode. | | {{< anchor id="AP_ALT_RADIO_MODE_SET" />}}`AP_ALT_RADIO_MODE_SET` | `KEY_AP_ALT_RADIO_MODE_SET` | [0]: bool | Set autopilot radio altitude mode. | | {{< anchor id="AP_ALT_RADIO_MODE_TOGGLE" />}}`AP_ALT_RADIO_MODE_TOGGLE` | `KEY_AP_ALT_RADIO_MODE_TOGGLE` | N/A | Toggle autopilot radio altitude mode. | | {{< anchor id="AP_ALT_VAR_SET_ENGLISH" />}}`AP_ALT_VAR_SET_ENGLISH` | `KEY_AP_ALT_VAR_SET_ENGLISH` | [0]: New reference altitude[1]: Index | Sets altitude reference in feet | | {{< anchor id="AP_ALT_VAR_SET_METRIC" />}}`AP_ALT_VAR_SET_METRIC` | `KEY_AP_VS_VAR_SET_METRIC` | [0]: New reference altitude[1]: Index | Sets reference altitude in meters | | {{< anchor id="AP_APR_HOLD" />}}`AP_APR_HOLD` | `KEY_AP_APR_HOLD` | N/A | Toggles approach hold (localizer and glide-slope) | | {{< anchor id="AP_APR_HOLD_OFF" />}}`AP_APR_HOLD_OFF` | `KEY_AP_APR_HOLD_OFF` | N/A | Turns off approach hold mode | | {{< anchor id="AP_APR_HOLD_ON" />}}`AP_APR_HOLD_ON` | `KEY_AP_APR_HOLD_ON` | N/A | Turns both AP localizer and glide-slope modes on/armed | | {{< anchor id="AP_ATT_HOLD" />}}`AP_ATT_HOLD` | `KEY_AP_ATT_HOLD` | N/A | Toggle attitude hold mode | | {{< anchor id="AP_ATT_HOLD_OFF" />}}`AP_ATT_HOLD_OFF` | `KEY_AP_ATT_HOLD_OFF` | N/A | Turns off attitude hold mode | | {{< anchor id="AP_ATT_HOLD_ON" />}}`AP_ATT_HOLD_ON` | `KEY_AP_ATT_HOLD_ON` | N/A | Turns on AP wing leveler and pitch hold mode | | {{< anchor id="AP_AVIONICS_MANAGED_OFF" />}}`AP_AVIONICS_MANAGED_OFF` | `KEY_AP_AVIONICS_MANAGED_OFF` | N/A | Turn off the Managed Avionics mode. This is linked to the SimVar [`AUTOPILOT AVIONICS MANAGED`](../../simvars/aircraft-simvars/aircraft-autopilot-and-assistant-variables/#AUTOPILOT-AVIONICS-MANAGED). | | {{< anchor id="AP_AVIONICS_MANAGED_ON" />}}`AP_AVIONICS_MANAGED_ON` | `KEY_AP_AVIONICS_MANAGED_ON` | N/A | Turn on the Managed Avionics mode. This is linked to the SimVar [`AUTOPILOT AVIONICS MANAGED`](../../simvars/aircraft-simvars/aircraft-autopilot-and-assistant-variables/#AUTOPILOT-AVIONICS-MANAGED). | | {{< anchor id="AP_AVIONICS_MANAGED_SET" />}}`AP_AVIONICS_MANAGED_SET` | `KEY_AP_AVIONICS_MANAGED_SET` | [0]: TRUE/FALSE to enable/disable | Set the autopilot managed avionics mode (TRUE for on, FALSE for off). | | {{< anchor id="AP_AVIONICS_MANAGED_TOGGLE" />}}`AP_AVIONICS_MANAGED_TOGGLE` | `KEY_AP_AVIONICS_MANAGED_TOGGLE` | N/A | Toggle on/off the avionics managed mode on the autopilot. | | {{< anchor id="AP_BANK_HOLD" />}}`AP_BANK_HOLD` | `KEY_AP_BANK_HOLD` | N/A | Toggles the autopilot bank hold mode on / off. | | {{< anchor id="AP_BANK_HOLD_OFF" />}}`AP_BANK_HOLD_OFF` | `KEY_AP_BANK_HOLD_OFF` | N/A | Turns off the autopilot bank hold mode. | | {{< anchor id="AP_BANK_HOLD_ON" />}}`AP_BANK_HOLD_ON` | `KEY_AP_BANK_HOLD_ON` | N/A | Turns on the autopilot bank hold mode. | | {{< anchor id="AP_BC_HOLD" />}}`AP_BC_HOLD` | `KEY_AP_BC_HOLD` | N/A | Toggles the backcourse mode for the localizer hold | | {{< anchor id="AP_BC_HOLD_OFF" />}}`AP_BC_HOLD_OFF` | `KEY_AP_BC_HOLD_OFF` | N/A | Turns off backcourse mode for localizer hold | | {{< anchor id="AP_BC_HOLD_ON" />}}`AP_BC_HOLD_ON` | `KEY_AP_BC_HOLD_ON` | N/A | Turns localizer back course hold mode on/armed | | {{< anchor id="AP_HDG_HOLD" />}}`AP_HDG_HOLD` | `KEY_AP_HDG_HOLD` | N/A | Toggles heading hold mode | | {{< anchor id="AP_HDG_HOLD_OFF" />}}`AP_HDG_HOLD_OFF` | `KEY_AP_HDG_HOLD_OFF` | N/A | Turns off heading hold mode | | {{< anchor id="AP_HDG_HOLD_ON" />}}`AP_HDG_HOLD_ON` | `KEY_AP_HDG_HOLD_ON` | N/A | Turns heading hold mode on | | {{< anchor id="AP_LOC_HOLD" />}}`AP_LOC_HOLD` | `KEY_AP_LOC_HOLD` | N/A | Toggles localizer (only) hold mode | | {{< anchor id="AP_LOC_HOLD_OFF" />}}`AP_LOC_HOLD_OFF` | `KEY_AP_LOC_HOLD_OFF` | N/A | Turns off localizer hold mode | | {{< anchor id="AP_LOC_HOLD_ON" />}}`AP_LOC_HOLD_ON` | `KEY_AP_LOC_HOLD_ON` | N/A | Turns AP localizer hold on/armed and glide-slope hold mode off | | {{< anchor id="AP_MACH_VAR_DEC" />}}`AP_MACH_VAR_DEC` | `KEY_AP_MACH_VAR_DEC` | [0]: the Index of the engine to target (1 - 4) | Decrements the reference mach by the amount set in the [systems.cfg](../../../../content-configuration/cfg-files/systems.cfg/) using the [`mach_increment`](../../../../content-configuration/cfg-files/systems.cfg/#mach_increment) parameter.**NOTE**: along with the `AP_MACH_VAR_DEC`, `AP_MACH_VAR_SET`, and `AP_MACH_VAR_SET_EX1` keys, this value is clamped to to the values given in the [systems.cfg](../../../../content-configuration/cfg-files/systems.cfg/) by the parameters [`min_Mach_ref`](../../../../content-configuration/cfg-files/systems.cfg/#min_Mach_ref) and [`max_Mach_ref`](../../../../content-configuration/cfg-files/systems.cfg/#max_Mach_ref) (or their default values if not set). | | {{< anchor id="AP_MACH_VAR_INC" />}}`AP_MACH_VAR_INC` | `KEY_AP_MACH_VAR_INC` | [0]: Index of the engine to target (1 - 4) | Increments the reference mach by the amount set in the [systems.cfg](../../../../content-configuration/cfg-files/systems.cfg/) using the [`mach_increment`](../../../../content-configuration/cfg-files/systems.cfg/#mach_increment) parameter.**NOTE**: along with the `AP_MACH_VAR_INC`, `AP_MACH_VAR_SET`, and `AP_MACH_VAR_SET_EX1` keys, this value is clamped to to the values given in the [systems.cfg](../../../../content-configuration/cfg-files/systems.cfg/) by the parameters [`min_Mach_ref`](../../../../content-configuration/cfg-files/systems.cfg/#min_Mach_ref) and [`max_Mach_ref`](../../../../content-configuration/cfg-files/systems.cfg/#max_Mach_ref) (or their default values if not set). | | {{< anchor id="AP_MACH_HOLD" />}}`AP_MACH_HOLD` | `KEY_AP_MACH_HOLD` | N/A | Toggles mach hold | | {{< anchor id="AP_MACH_OFF" />}}`AP_MACH_OFF` | `KEY_AP_MACH_OFF` | N/A | Turns mach hold off | | {{< anchor id="AP_MACH_ON" />}}`AP_MACH_ON` | `KEY_AP_MACH_ON` | N/A | Turns mach hold on | | {{< anchor id="AP_MACH_SET" />}}`AP_MACH_SET` | `KEY_AP_MACH_SET` | [0]: TRUE/FALSE to enable/disable | Sets mach hold on/off (1,0) | | {{< anchor id="AP_MACH_VAR_SET" />}}`AP_MACH_VAR_SET` | `KEY_AP_MACH_VAR_SET` | [0]: Integer mach value / 100 (eg: 100 as value results as mach 1)[1]: Index of the engine to target (1 - 4) | Sets the mach reference.**NOTE**: along with the `AP_MACH_VAR_DEC`, `AP_MACH_VAR_INC`, and `AP_MACH_VAR_SET_EX1` keys, this value is clamped to to the values given in the [systems.cfg](../../../../content-configuration/cfg-files/systems.cfg/) by the parameters [`min_Mach_ref`](../../../../content-configuration/cfg-files/systems.cfg/#min_Mach_ref) and [`max_Mach_ref`](../../../../content-configuration/cfg-files/systems.cfg/#max_Mach_ref) (or their default values if not set). | | {{< anchor id="AP_MACH_VAR_SET_EX1" />}}`AP_MACH_VAR_SET_EX1` | `KEY_AP_MACH_VAR_SET_EX1` | [0]: Integer mach value \ 1000000 (eg: 1000 as value results as mach 0.001)[1]: Index of the engine to target (1 - 4) | Sets the mach reference using a precise value.**NOTE**: along with the `AP_MACH_VAR_DEC`, `AP_MACH_VAR_INC`, and `AP_MACH_VAR_SET` keys, this value is clamped to to the values given in the [systems.cfg](../../../../content-configuration/cfg-files/systems.cfg/) by the parameters [`min_Mach_ref`](../../../../content-configuration/cfg-files/systems.cfg/#min_Mach_ref) and [`max_Mach_ref`](../../../../content-configuration/cfg-files/systems.cfg/#max_Mach_ref) (or their default values if not set). | | {{< anchor id="AP_MANAGED_SPEED_IN_MACH_OFF" />}}`AP_MANAGED_SPEED_IN_MACH_OFF` | `KEY_AP_MANAGED_SPEED_IN_MACH_OFF` | N/A | Turns off the use of the mach value to compute airspeed used by AP. | | {{< anchor id="AP_MANAGED_SPEED_IN_MACH_ON" />}}`AP_MANAGED_SPEED_IN_MACH_ON` | `KEY_AP_MANAGED_SPEED_IN_MACH_ON` | N/A | Turns on the use of the mach value to compute airspeed used by AP. | | {{< anchor id="AP_MANAGED_SPEED_IN_MACH_SET" />}}`AP_MANAGED_SPEED_IN_MACH_SET` | `KEY_AP_MANAGED_SPEED_IN_MACH_SET` | [0]: use TRUE/FALSE to enabled/disable | Sets the use of the mach value to compute airspeed used by AP. | | {{< anchor id="AP_MANAGED_SPEED_IN_MACH_TOGGLE" />}}`AP_MANAGED_SPEED_IN_MACH_TOGGLE` | `KEY_AP_MANAGED_SPEED_IN_MACH_TOGGLE` | N/A | Toggle the use of the mach value to compute airspeed used by AP. | | {{< anchor id="AP_MASTER" />}}`AP_MASTER` | `KEY_AP_MASTER` | N/A | Toggles AP on/off | | {{< anchor id="AP_MASTER_ALT" />}}`AP_MASTER_ALT` | `KEY_AP_MASTER_ALT` | N/A | *No longer used in the simulation.*Use `AP_MASTER` instead. | | {{< anchor id="AP_MAX_BANK_ANGLE_SET" />}}`AP_MAX_BANK_ANGLE_SET` | `KEY_AP_MAX_BANK_ANGLE_SET` | [0]: angle | Set the bank angle for the aircraft and override the predefined max bank angle of the aircraft. | | {{< anchor id="AP_MAX_BANK_INC" />}}`AP_MAX_BANK_INC` | `KEY_AP_MAX_BANK_INC` | N/A | Increment the AP max bank angle index.Note that if there is only one index possible then using this event will do nothing. However if there are 2 or more available indices, this event will increase the index by 1, and when the number passes the maximum available indices - 1, it will loop back around again to index 0. For example, if you have 3 indices, the maximum index is 2, and incrementing past that will go to index 0.**NOTE**: for further information on indices, please see the [`AP_MAX_BANK_SET`](#AP_MAX_BANK_SET) event. | | {{< anchor id="AP_MAX_BANK_DEC" />}}`AP_MAX_BANK_DEC` | `KEY_AP_MAX_BANK_DEC` | N/A | Decrement the AP max bank angle index.Note that if there is only one index possible then using this event will do nothing. However if there are 2 or more available indices, this event will decrease the index by 1, and when the number passes 0, it will loop back around again to the max index - 1 position. For example, if there are 4 indices, and you decrement from 0, the new index will be 3.**NOTE**: for further information on indices, please see the [`AP_MAX_BANK_SET`](#AP_MAX_BANK_SET) event. | | {{< anchor id="AP_MAX_BANK_SET" />}}`AP_MAX_BANK_SET` | `KEY_AP_MAX_BANK_SET` | [0]: the index to use for max bank angle. | Sets the autopilot max bank angle index to the parameter [0] value, where the value is clamped between 0 and the number of available indices. The indices correspond to the number of values set for the [`max_bank`](../../../../content-configuration/cfg-files/systems.cfg/#max_bank) table, plus index 0 which corresponds to the auto banking system. When [`auto_max_bank`](../../../../content-configuration/cfg-files/systems.cfg/#auto_max_bank) is enabled, setting the index to 0 will turn on the AP auto banking.To give an example, if the [`max_bank`](../../../../content-configuration/cfg-files/systems.cfg/#max_bank) table has 2 values and [`auto_max_bank`](../../../../content-configuration/cfg-files/systems.cfg/#auto_max_bank) is enabled, then the indices for this event would be:0: use auto banking1: use the first value in the [`max_bank`](../../../../content-configuration/cfg-files/systems.cfg/#max_bank) table2: use the second value in the [`max_bank`](../../../../content-configuration/cfg-files/systems.cfg/#max_bank) table.If auto banking is not enabled, then setting this to 0 will have no effect. | | {{< anchor id="AP_MAX_BANK_VELOCITY_SET" />}}`AP_MAX_BANK_VELOCITY_SET` | `KEY_AP_MAX_BANK_VELOCITY_SET` | [0]: Velocity | Set the bank velocity of the aircraft and overrides the predifined maximum bank velocity of the aircraft. | | {{< anchor id="AP_N1_HOLD" />}}`AP_N1_HOLD` | `KEY_AP_N1_HOLD` | N/A | Autopilot, hold the N1 percentage at its current level. | | {{< anchor id="AP_N1_REF_DEC" />}}`AP_N1_REF_DEC` | `KEY_AP_N1_REF_DEC` | N/A | Decrement the autopilot N1 reference. | | {{< anchor id="AP_N1_REF_INC" />}}`AP_N1_REF_INC` | `KEY_AP_N1_REF_INC` | N/A | Increment the autopilot N1 reference. | | {{< anchor id="AP_N1_REF_SET" />}}`AP_N1_REF_SET` | `KEY_AP_N1_REF_SET` | [0]: Integer N1 reference value[1]: Index of the engine to target (1 - 4) | Sets the autopilot N1 reference. | | {{< anchor id="AP_NAV_SELECT_SET" />}}`AP_NAV_SELECT_SET` | `KEY_AP_NAV_SELECT_SET` | [0]: the NAVindex to use | Sets the NAV (1 or 2) which is used by the Nav hold modes | | {{< anchor id="AP_NAV1_HOLD" />}}`AP_NAV1_HOLD` | `KEY_AP_NAV1_HOLD` | N/A | Toggles the nav hold mode | | {{< anchor id="AP_NAV1_HOLD_OFF" />}}`AP_NAV1_HOLD_OFF` | `KEY_AP_NAV1_HOLD_OFF` | N/A | Turns off nav hold mode | | {{< anchor id="AP_NAV1_HOLD_ON" />}}`AP_NAV1_HOLD_ON` | `KEY_AP_NAV1_HOLD_ON` | N/A | Turns lateral hold mode on | | {{< anchor id="AP_PANEL_ALTITUDE_HOLD" />}}`AP_PANEL_ALTITUDE_HOLD` | `KEY_AP_PANEL_ALTITUDE_HOLD` | N/A | Toggles altitude hold mode on/off | | {{< anchor id="AP_PANEL_ALTITUDE_OFF" />}}`AP_PANEL_ALTITUDE_OFF` | `KEY_AP_PANEL_ALTITUDE_OFF` | N/A | Turns altitude hold mode off | | {{< anchor id="AP_PANEL_ALTITUDE_ON" />}}`AP_PANEL_ALTITUDE_ON` | `KEY_AP_PANEL_ALTITUDE_ON` | N/A | Turns altitude hold mode on (without capturing current altitude) | | {{< anchor id="AP_PANEL_ALTITUDE_SET" />}}`AP_PANEL_ALTITUDE_SET` | `KEY_AP_PANEL_ALTITUDE_SET` | [0]: TRUE/FALSE to enable/disable | Sets altitude hold mode on/off (1,0) | | {{< anchor id="AP_PANEL_HEADING_HOLD" />}}`AP_PANEL_HEADING_HOLD` | `KEY_AP_PANEL_HEADING_HOLD` | N/A | Toggles heading hold mode on/off | | {{< anchor id="AP_PANEL_HEADING_OFF" />}}`AP_PANEL_HEADING_OFF` | `KEY_AP_PANEL_HEADING_OFF` | N/A | Turns heading mode off | | {{< anchor id="AP_PANEL_HEADING_ON" />}}`AP_PANEL_HEADING_ON` | `KEY_AP_PANEL_HEADING_ON` | N/A | Turns heading mode on (without capturing current heading) | | {{< anchor id="AP_PANEL_HEADING_SET" />}}`AP_PANEL_HEADING_SET` | `KEY_AP_PANEL_HEADING_SET` | [0]: TRUE/FALSE to enable/disable | Set heading mode on/off (1,0) | | {{< anchor id="AP_PANEL_MACH_HOLD" />}}`AP_PANEL_MACH_HOLD` | `KEY_AP_PANEL_MACH_HOLD` | N/A | Toggles mach hold | | {{< anchor id="AP_PANEL_MACH_OFF" />}}`AP_PANEL_MACH_OFF` | `KEY_AP_PANEL_MACH_OFF` | N/A | Turns off mach hold | | {{< anchor id="AP_PANEL_MACH_ON" />}}`AP_PANEL_MACH_ON` | `KEY_AP_PANEL_MACH_ON` | N/A | Turns on mach hold | | {{< anchor id="AP_PANEL_MACH_SET" />}}`AP_PANEL_MACH_SET` | `KEY_AP_PANEL_MACH_SET` | [0]: TRUE/FALSE to enable/disable | Sets mach hold on/off (1,0) | | {{< anchor id="AP_PANEL_SPEED_HOLD" />}}`AP_PANEL_SPEED_HOLD` | `KEY_AP_PANEL_SPEED_HOLD` | N/A | Toggles airspeed hold mode | | {{< anchor id="AP_PANEL_SPEED_OFF" />}}`AP_PANEL_SPEED_OFF` | `KEY_AP_PANEL_SPEED_OFF` | N/A | Turns off speed hold mode | | {{< anchor id="AP_PANEL_SPEED_ON" />}}`AP_PANEL_SPEED_ON` | `KEY_AP_PANEL_SPEED_ON` | N/A | Turns on speed hold mode | | {{< anchor id="AP_PANEL_SPEED_SET" />}}`AP_PANEL_SPEED_SET` | `KEY_AP_PANEL_SPEED_SET` | [0]: TRUE/FALSE to enable/disable | Set speed hold mode on/off (1,0) | | {{< anchor id="AP_PANEL_VS_OFF" />}}`AP_PANEL_VS_OFF` | `KEY_AP_PANEL_VS_OFF` | N/A | Turn off the AP mode that maintains a vertical speed. | | {{< anchor id="AP_PANEL_VS_ON" />}}`AP_PANEL_VS_ON` | `KEY_AP_PANEL_VS_ON` | N/A | Turn on the AP mode that maintains a vertical speed. | | {{< anchor id="AP_PANEL_VS_SET" />}}`AP_PANEL_VS_SET` | `KEY_AP_PANEL_VS_SET` | [0]: TRUE/FALSE to enable/disable | Enables or diables the AP mode that maintains a vertical speed. | | {{< anchor id="AP_PANEL_VS_HOLD" />}}`AP_PANEL_VS_HOLD` | `KEY_AP_PANEL_VS_HOLD` | N/A | Toggles the AP mode that maintains a vertical speed. | | {{< anchor id="AP_PITCH_LEVELER" />}}`AP_PITCH_LEVELER` | `KEY_AP_PITCH_LEVELER` | N/A | Toggles the AP mode that maintains the pitch and sets the pitch reference to 0°. | | {{< anchor id="AP_PITCH_LEVELER_OFF" />}}`AP_PITCH_LEVELER_OFF` | `KEY_AP_PITCH_LEVELER_OFF` | N/A | Turns off the AP mode that maintains the pitch and sets the pitch reference to 0°. | | {{< anchor id="AP_PITCH_LEVELER_ON" />}}`AP_PITCH_LEVELER_ON` | `KEY_AP_PITCH_LEVELER_ON` | N/A | Turns on the AP mode that maintains the pitch and sets the pitch reference to 0°. | | {{< anchor id="AP_PITCH_REF_INC_DN" />}}`AP_PITCH_REF_INC_DN` | `KEY_AP_PITCH_REF_INC_DN` | N/A | Decrements the pitch reference for pitch hold mode | | {{< anchor id="AP_PITCH_REF_INC_UP" />}}`AP_PITCH_REF_INC_UP` | `KEY_AP_PITCH_REF_INC_UP` | N/A | Increments the pitch reference for pitch hold mode | | {{< anchor id="AP_PITCH_REF_SELECT" />}}`AP_PITCH_REF_SELECT` | `KEY_AP_PITCH_REF_SELECT` | | Selects pitch reference for use with +/- | | {{< anchor id="AP_PITCH_REF_SET" />}}`AP_PITCH_REF_SET` | `KEY_AP_PITCH_REF_SET` | [0]: pitch value between -16384 and 16384 | Sets the pitch reference value that will be maintained by the AP pitch hold mode. The pitch value supplied as parameter [0] will be divided by 16384 before being multiplied by the [`max_pitch`](../../../../content-configuration/cfg-files/systems.cfg/#max_pitch) value. | | {{< anchor id="AP_SPD_VAR_DEC" />}}`AP_SPD_VAR_DEC` | `KEY_AP_SPD_VAR_DEC` | N/A | Decrements airspeed hold reference | | {{< anchor id="AP_SPD_VAR_INC" />}}`AP_SPD_VAR_INC` | `KEY_AP_SPD_VAR_INC` | N/A | Increments airspeed hold reference | | {{< anchor id="AP_SPD_VAR_SET" />}}`AP_SPD_VAR_SET` | `KEY_AP_SPD_VAR_SET` | [0]: value in {{< glossterm >}}knots{{< /glossterm >}}.[1]: the managed index, from 1 to 4, or 0. | Sets airspeed reference in knots | | {{< anchor id="AP_SPD_VAR_SET_EX1" />}}`AP_SPD_VAR_SET_EX1` | `KEY_AP_SPD_VAR_SET_EX1` | [0]: value in {{< glossterm >}}knots{{< /glossterm >}}.[1]: the managed index, from 1 to 4, or 0. | Set the airspeed reference, in knots, for the maintain speed AP mode. The speed supplied as parameter [0] will be divided by 100 to give you more precision with the value, for example: giving 55050 will result in an airspeed hold of 550.50 knots. For parameter [1], giving a value of 0 instead of a single index from 1 to 4, then the speed value will be copied to *all* managed indices. | | {{< anchor id="AP_VS_HOLD" />}}`AP_VS_HOLD` | `KEY_AP_VS_HOLD` | N/A | Toggles the AP mode that maintains a vertical speed. | | {{< anchor id="AP_VS_OFF" />}}`AP_VS_OFF` | `KEY_AP_VS_OFF` | N/A | Turn off the AP mode that maintains a vertical speed. | | {{< anchor id="AP_VS_ON" />}}`AP_VS_ON` | `KEY_AP_VS_ON` | N/A | Turn on the AP mode that maintains a vertical speed. | | {{< anchor id="AP_VS_SET" />}}`AP_VS_SET` | `KEY_AP_VS_SET` | [0]: TRUE/FALSE to enable/disable | Sets the AP mode that maintains a vertical speed. | | {{< anchor id="AP_VS_VAR_DEC" />}}`AP_VS_VAR_DEC` | `KEY_AP_VS_VAR_DEC` | N/A | Decrements vertical speed reference | | {{< anchor id="AP_VS_VAR_INC" />}}`AP_VS_VAR_INC` | `KEY_AP_VS_VAR_INC` | N/A | Increments vertical speed reference | | {{< anchor id="AP_VS_VAR_SET_CURRENT" />}}`AP_VS_VAR_SET_CURRENT` | `KEY_AP_VS_VAR_SET_CURRENT` | | Sets the current managed index vertical speed reference to be the current vertical speed (the current index can be set using `AP_VS_SLOT_INDEX_SET`). If no vertical speed indicator is on the aircraft, the vertical speed reference will calculated based on the world Y-axis velocity. Note that the resulting value will be clamped between the CFG parameters [`min_vertical_speed_ref`](../../../../content-configuration/cfg-files/systems.cfg/#min_vertical_speed_ref) and [`max_vertical_speed_ref`](../../../../content-configuration/cfg-files/systems.cfg/#max_vertical_speed_ref). | | {{< anchor id="AP_VS_VAR_SET_ENGLISH" />}}`AP_VS_VAR_SET_ENGLISH` | `KEY_AP_VS_VAR_SET_ENGLISH` | [0]: New VS reference[1]: Index | Sets reference vertical speed in feet per minute | | {{< anchor id="AP_VS_VAR_SET_METRIC" />}}`AP_VS_VAR_SET_METRIC` | `KEY_AP_VS_VAR_SET_METRIC` | [0]: New VS reference[1]: Index | Sets vertical speed reference in meters per minute | | {{< anchor id="AP_WING_LEVELER" />}}`AP_WING_LEVELER` | `KEY_AP_WING_LEVELER` | N/A | Toggles wing leveler mode | | {{< anchor id="AP_WING_LEVELER_OFF" />}}`AP_WING_LEVELER_OFF` | `KEY_AP_WING_LEVELER_OFF` | N/A | Turns off wing leveler mode | | {{< anchor id="AP_WING_LEVELER_ON" />}}`AP_WING_LEVELER_ON` | `KEY_AP_WING_LEVELER_ON` | N/A | Turns wing leveler mode on | | {{< anchor id="AP_PANEL_SPEED_HOLD_TOGGLE" />}}`AP_PANEL_SPEED_HOLD_TOGGLE` | `KEY_AUTOPILOT_AIRSPEED_HOLD_CURRENT` | N/A | Turns airspeed hold mode on with current airspeed | | {{< anchor id="AP_PANEL_MACH_HOLD_TOGGLE" />}}`AP_PANEL_MACH_HOLD_TOGGLE` | `KEY_AUTOPILOT_MACH_HOLD_CURRENT` | N/A | Sets mach hold reference to current mach | | {{< anchor id="AP_PANEL_SPEED_ACQ_TOGGLE" />}}`AP_PANEL_SPEED_ACQ_TOGGLE` | `KEY_AUTOPILOT_AIRSPEED_ACQUIRE` | N/A | Triggers both the `AP_SPD_VAR_SET` (with value 0) event and the `AP_AIRSPEED_ON` event.**NOTE**: This is a legacy event and you should be calling the above mentioned events directly. | | {{< anchor id="AUTOPILOT_DISENGAGE_SET" />}}`AUTOPILOT_DISENGAGE_SET` | `KEY_AUTOPILOT_DISENGAGE_SET` | [0]: boolean value to enable/disable the disengage value | Set if the AP should be disengaged or not. | | {{< anchor id="AUTOPILOT_DISENGAGE_TOGGLE" />}}`AUTOPILOT_DISENGAGE_TOGGLE` | `KEY_AUTOPILOT_DISENGAGE_TOGGLE` | N/A | Toggle the status of the AP disengage value. | | {{< anchor id="AUTOPILOT_OFF" />}}`AUTOPILOT_OFF` | `KEY_AUTOPILOT_OFF` | N/A | Turns AP off | | {{< anchor id="AUTOPILOT_ON" />}}`AUTOPILOT_ON` | `KEY_AUTOPILOT_ON` | N/A | Turns AP on | | {{< anchor id="AUTOPILOT_PANEL_AIRSPEED_SET" />}}`AUTOPILOT_PANEL_AIRSPEED_SET` | `KEY_AP_SPD_VAR_SET` | N/A | *Not currently used in the simulation.* | | {{< anchor id="AUTOPILOT_PANEL_CRUISE_SPEED" />}}`AUTOPILOT_PANEL_CRUISE_SPEED` | `KEY_AUTOPILOT_PANEL_CRUISE_SPEED` | N/A | *No longer used in the simulation.*Previously used by the Concorde flight model. | | {{< anchor id="AUTOPILOT_PANEL_MAX_SPEED" />}}`AUTOPILOT_PANEL_MAX_SPEED` | `KEY_AUTOPILOT_PANEL_MAX_SPEED` | N/A | *No longer used in the simulation.*Previously used by the Concorde flight model. | | {{< anchor id="ALTITUDE_SLOT_INDEX_SET" />}}`ALTITUDE_SLOT_INDEX_SET` | `KEY_AP_ALTITUDE_SLOT_INDEX_SET` | | Sets the index for the SimVar [`AUTOPILOT ALTITUDE LOCK VAR`](../../simvars/aircraft-simvars/aircraft-autopilot-and-assistant-variables/#AUTOPILOT-ALTITUDE-LOCK-VAR) which the altitude hold mode will track when captured. See [`alt_mode_slot_index`](../../../../content-configuration/cfg-files/systems.cfg/#alt_mode_slot_index) for more information. | | {{< anchor id="FLIGHT_LEVEL_CHANGE" />}}`FLIGHT_LEVEL_CHANGE` | `KEY_AP_FLIGHT_LEVEL_CHANGE` | N/A | Toggles the autopilot {{< glossterm >}}flc{{< /glossterm >}} mode on or off. When on, the AP will adjust the engine power to try and fly the aircraft at a pitch attitude corresponding to the desired flight profile (climb or descent), while maintaining the airspeed reference. | | {{< anchor id="FLIGHT_LEVEL_CHANGE_OFF" />}}`FLIGHT_LEVEL_CHANGE_OFF` | `KEY_AP_FLIGHT_LEVEL_CHANGE_OFF` | N/A | Turns off the autopilot {{< glossterm >}}flc{{< /glossterm >}} mode. | | {{< anchor id="FLIGHT_LEVEL_CHANGE_ON" />}}`FLIGHT_LEVEL_CHANGE_ON` | `KEY_AP_FLIGHT_LEVEL_CHANGE_ON` | N/A | Turn on the autopilot {{< glossterm >}}flc{{< /glossterm >}} mode. This mode adjusts engine power to fly the aircraft at a pitch attitude corresponding to the desired flight profile (climb or descent), while maintaining the airspeed reference. | | {{< anchor id="HEADING_SLOT_INDEX_SET" />}}`HEADING_SLOT_INDEX_SET` | `KEY_AP_HEADING_SLOT_INDEX_SET` | [0]: slot index from 1 to 4 | Set autopilot heading slot index. | | {{< anchor id="RPM_SLOT_INDEX_SET" />}}`RPM_SLOT_INDEX_SET` | `KEY_AP_RPM_SLOT_INDEX_SET` | [0]: slot index from 1 to 4 | Sets the managed index for the RPM hold mode. | | {{< anchor id="SPEED_SLOT_INDEX_SET" />}}`SPEED_SLOT_INDEX_SET` | `KEY_AP_SPEED_SLOT_INDEX_SET` | [0]: slot index from 1 to 4 | Sets the managed index for the speed hold mode. | | {{< anchor id="VS_SLOT_INDEX_SET" />}}`VS_SLOT_INDEX_SET` | `KEY_AP_VS_SLOT_INDEX_SET` | [0]: slot index from 1 to 4 | Sets the managed index for the vertical speed hold mode. | {{< /table-wrapper >}} ### Flight Assistance {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |---|---|---|---| | {{< anchor id="AIRSPEED_BUG_SELECT" />}}`AIRSPEED_BUG_SELECT` | `KEY_AIRSPEED_BUG_SELECT` | [0]: the reference value | Selects the airspeed reference for use with +/- | | {{< anchor id="ALTITUDE_BUG_SELECT" />}}`ALTITUDE_BUG_SELECT` | `KEY_ALTITUDE_BUG_SELECT` | [0]: the reference value | Selects the altitude reference for use with +/- | | {{< anchor id="AUTO_THROTTLE_ARM" />}}`AUTO_THROTTLE_ARM` | `KEY_AUTO_THROTTLE_ARM` | N/A | Toggles autothrottle arming mode | | {{< anchor id="AUTO_THROTTLE_DISCONNECT" />}}`AUTO_THROTTLE_DISCONNECT` | `KEY_AUTO_THROTTLE_DISCONNECT` | [0]: The engine to target. Use 0 to target all engines, or 1 to 16 to target a specific engine. | Disconnect the AutoThrottle of the AP for one engine or all engines. | | {{< anchor id="AUTO_THROTTLE_TO_GA" />}}`AUTO_THROTTLE_TO_GA` | `KEY_AUTO_THROTTLE_TO_GA` | N/A | Toggles Takeoff/Go Around mode | | {{< anchor id="AUTOBRAKE_DISARM" />}}`AUTOBRAKE_DISARM` | `KEY_AUTOBRAKE_DISARM` | N/A | Sets the autobrake switch to either :the off position (position 1) when the [`auto_brakes`](../../../../content-configuration/cfg-files/systems.cfg/#auto_brakes) parameter is greater than 0.the {{< glossterm >}}rto{{< /glossterm >}} position (position 0) when the [`auto_brakes`](../../../../content-configuration/cfg-files/systems.cfg/#auto_brakes) parameter is 0. | | {{< anchor id="AUTOBRAKE_HI_SET" />}}`AUTOBRAKE_HI_SET` | `KEY_AUTOBRAKE_HI_SET` | N/A | Sets the autobrake switch to the maximum position (ie: the [`auto_brakes`](../../../../content-configuration/cfg-files/systems.cfg/#auto_brakes) number, so that the maximum braking force will be applied). | | {{< anchor id="AUTOBRAKE_LO_SET" />}}`AUTOBRAKE_LO_SET` | `KEY_AUTOBRAKE_LO_SET` | N/A | Sets the autobrake switch to the minimum position (position 2, the first position after the off position). | | {{< anchor id="AUTOBRAKE_MED_SET" />}}`AUTOBRAKE_MED_SET` | `KEY_AUTOBRAKE_MED_SET` | N/A | Sets the autobrake switch to a medium position (the exact position will depend on the number of autobreaks defined by the [`auto_brakes`](../../../../content-configuration/cfg-files/systems.cfg/#auto_brakes) parameter). | | {{< anchor id="DECREASE_AUTOBRAKE_CONTROL" />}}`DECREASE_AUTOBRAKE_CONTROL` | `KEY_DEC_AUTOBRAKE_CONTROL` | N/A | Decrements the autobrake level by 1. When the level reaches 0, autobreaks will be off, and the event will no longer decrement further. | | {{< anchor id="FLY_BY_WIRE_ELAC_TOGGLE" />}}`FLY_BY_WIRE_ELAC_TOGGLE` | `KEY_FLY_BY_WIRE_ELAC_TOGGLE` | N/A | Turn on or off the fly by wire Elevators and Ailerons computer. | | {{< anchor id="FLY_BY_WIRE_FAC_TOGGLE" />}}`FLY_BY_WIRE_FAC_TOGGLE` | `KEY_FLY_BY_WIRE_FAC_TOGGLE` | N/A | Turn on or off the fly by wire Flight Augmentation computer. | | {{< anchor id="FLY_BY_WIRE_SEC_TOGGLE" />}}`FLY_BY_WIRE_SEC_TOGGLE` | `KEY_FLY_BY_WIRE_SEC_TOGGLE` | N/A | Turn on or off the fly by wire Spoilers and Elevators computer. | | {{< anchor id="GPWS_SWITCH_TOGGLE" />}}`GPWS_SWITCH_TOGGLE` | `KEY_GPWS_SWITCH_TOGGLE` | N/A | Turn the ground proximity warning system (GPWS) on or off. | | {{< anchor id="HEADING_BUG_DEC" />}}`HEADING_BUG_DEC` | `KEY_HEADING_BUG_DEC` | N/A | Decrements heading hold reference bug | | {{< anchor id="HEADING_BUG_INC" />}}`HEADING_BUG_INC` | `KEY_HEADING_BUG_INC` | N/A | Increments heading hold reference bug | | {{< anchor id="HEADING_BUG_SELECT" />}}`HEADING_BUG_SELECT` | `KEY_HEADING_BUG_SELECT` | [0]: heading bug index | Selects the heading bug for use with +/- | | {{< anchor id="HEADING_BUG_SET" />}}`HEADING_BUG_SET` | `KEY_HEADING_BUG_SET` | [0]: Value in degrees[1]: Index | Set the heading hold reference bug in degrees. The event takes integer values only, from 0º to 360º. | | {{< anchor id="AP_HEADING_BUG_SET_EX1" />}}`AP_HEADING_BUG_SET_EX1` | `KEY_HEADING_BUG_SET_EX1` | [0]: Value between 0 and 16384[1]: Index | Set the heading hold reference bug. This is the same as the `HEADING_BUG_SET` event only it permits a much greater degree of precision by permitting the input of a larger integer value that is then transformed by the simulation into a floating point heading. The way this works is that the integer value you supply is multiplied by (360/16384) to give the correct higher precision value, for example if you supply the value 477, you're heading would be calculated like this:`input value: 477``process: 477 * (360/16384)``actual value: 10.504º` | | {{< anchor id="INCREASE_AUTOBRAKE_CONTROL" />}}`INCREASE_AUTOBRAKE_CONTROL` | `KEY_INC_AUTOBRAKE_CONTROL` | N/A | Increases the autobrake level by 1. When the level reaches the [`auto_brakes`](../../../../content-configuration/cfg-files/systems.cfg/#auto_brakes) value, the event will no longer increment further. | | {{< anchor id="SET_AUTOBRAKE_CONTROL" />}}`SET_AUTOBRAKE_CONTROL` | `KEY_SET_AUTOBRAKE_CONTROL` | [0]: autobreak level | Uses the input parameter [0] to set the autobreak level from 0 (off) to the value set for the [`auto_brakes`](../../../../content-configuration/cfg-files/systems.cfg/#auto_brakes) parameter (maximum breaking). If a value greater than that specified for [`auto_brakes`](../../../../content-configuration/cfg-files/systems.cfg/#auto_brakes) is given as input, it will be clamped to the [`auto_brakes`](../../../../content-configuration/cfg-files/systems.cfg/#auto_brakes) value. | | {{< anchor id="SYNC_FLIGHT_DIRECTOR_PITCH" />}}`SYNC_FLIGHT_DIRECTOR_PITCH` | `KEY_SYNC_FLIGHT_DIRECTOR_PITCH` | N/A | Synchronizes flight director pitch with current aircraft pitch | | {{< anchor id="TOGGLE_FLIGHT_DIRECTOR" />}}`TOGGLE_FLIGHT_DIRECTOR` | `KEY_TOGGLE_FLIGHT_DIRECTOR` | N/A | Toggles flight director on/off | | {{< anchor id="YAW_DAMPER_TOGGLE" />}}`YAW_DAMPER_TOGGLE` | `KEY_YAW_DAMPER_TOGGLE` | N/A | Toggles yaw damper on/off | | {{< anchor id="YAW_DAMPER_ON" />}}`YAW_DAMPER_ON` | `KEY_YAW_DAMPER_ON` | N/A | Turns yaw damper on | | {{< anchor id="YAW_DAMPER_OFF" />}}`YAW_DAMPER_OFF` | `KEY_YAW_DAMPER_OFF` | N/A | Turns yaw damper off | | {{< anchor id="YAW_DAMPER_SET" />}}`YAW_DAMPER_SET` | `KEY_YAW_DAMPER_SET` | [0]: enable/disable yaw damper (TRUE, FALSE) | Sets yaw damper on/off (1,0) | | {{< anchor id="VSI_BUG_SELECT" />}}`VSI_BUG_SELECT` | `KEY_VSI_BUG_SELECT` | [0]: reference value | Selects the vertical speed reference for use with +/- | {{< /table-wrapper >}} ### G1000 (Multi-Function Display) {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |---|---|---|---| | {{< anchor id="G1000_MFD_CLEAR_BUTTON" />}}`G1000_MFD_CLEAR_BUTTON` | `KEY_G1000_MFD_CLEAR_BUTTON` | N/A | Clears the current input. | | {{< anchor id="G1000_MFD_CURSOR_BUTTON" />}}`G1000_MFD_CURSOR_BUTTON` | `KEY_G1000_MFD_CURSOR_BUTTON` | N/A | Toggles on or off a screen cursor. | | {{< anchor id="G1000_MFD_DIRECTTO_BUTTON" />}}`G1000_MFD_DIRECTTO_BUTTON` | `KEY_G1000_MFD_DIRECTTO_BUTTON` | N/A | Turn to the Direct To page. | | {{< anchor id="G1000_MFD_ENTER_BUTTON" />}}`G1000_MFD_ENTER_BUTTON` | `KEY_G1000_MFD_ENTER_BUTTON` | N/A | Enters the current input. | | {{< anchor id="G1000_MFD_FLIGHTPLAN_BUTTON" />}}`G1000_MFD_FLIGHTPLAN_BUTTON` | `KEY_G1000_MFD_FLIGHTPLAN_BUTTON` | N/A | The multi-function display (MFD) should display its current flight plan. | | {{< anchor id="G1000_MFD_GROUP_KNOB_DEC" />}}`G1000_MFD_GROUP_KNOB_DEC` | `KEY_G1000_MFD_GROUP_KNOB_DEC` | N/A | Step down through the page groups. | | {{< anchor id="G1000_MFD_GROUP_KNOB_INC" />}}`G1000_MFD_GROUP_KNOB_INC` | `KEY_G1000_MFD_GROUP_KNOB_INC` | N/A | Step up through the page groups. | | {{< anchor id="G1000_MFD_MENU_BUTTON" />}}`G1000_MFD_MENU_BUTTON` | `KEY_G1000_MFD_MENU_BUTTON` | N/A | If a segmented flight plan is highlighted, activates the associated menu. | | {{< anchor id="G1000_MFD_PAGE_KNOB_DEC" />}}`G1000_MFD_PAGE_KNOB_DEC` | `KEY_G1000_MFD_PAGE_KNOB_DEC` | N/A | Step down through the individual pages. | | {{< anchor id="G1000_MFD_PAGE_KNOB_INC" />}}`G1000_MFD_PAGE_KNOB_INC` | `KEY_G1000_MFD_PAGE_KNOB_INC` | N/A | Step up through the individual pages. | | {{< anchor id="G1000_MFD_PROCEDURE_BUTTON" />}}`G1000_MFD_PROCEDURE_BUTTON` | `KEY_G1000_MFD_PROCEDURE_BUTTON` | N/A | Turn to the Procedure page. | | {{< anchor id="G1000_MFD_SOFTKEY1" />}}`G1000_MFD_SOFTKEY1`{{< anchor id="G1000_MFD_SOFTKEY2" />}}`G1000_MFD_SOFTKEY2`{{< anchor id="G1000_MFD_SOFTKEY3" />}}`G1000_MFD_SOFTKEY3`{{< anchor id="G1000_MFD_SOFTKEY4" />}}`G1000_MFD_SOFTKEY4`{{< anchor id="G1000_MFD_SOFTKEY5" />}}`G1000_MFD_SOFTKEY5`{{< anchor id="G1000_MFD_SOFTKEY6" />}}`G1000_MFD_SOFTKEY6`{{< anchor id="G1000_MFD_SOFTKEY7" />}}`G1000_MFD_SOFTKEY7`{{< anchor id="G1000_MFD_SOFTKEY8" />}}`G1000_MFD_SOFTKEY8`{{< anchor id="G1000_MFD_SOFTKEY9" />}}`G1000_MFD_SOFTKEY9`{{< anchor id="G1000_MFD_SOFTKEY10" />}}`G1000_MFD_SOFTKEY10`{{< anchor id="G1000_MFD_SOFTKEY11" />}}`G1000_MFD_SOFTKEY11`{{< anchor id="G1000_MFD_SOFTKEY12" />}}`G1000_MFD_SOFTKEY12` | `KEY_G1000_MFD_SOFTKEY1``KEY_G1000_MFD_SOFTKEY2``KEY_G1000_MFD_SOFTKEY3``KEY_G1000_MFD_SOFTKEY4``KEY_G1000_MFD_SOFTKEY5``KEY_G1000_MFD_SOFTKEY6``KEY_G1000_MFD_SOFTKEY7``KEY_G1000_MFD_SOFTKEY8``KEY_G1000_MFD_SOFTKEY9``KEY_G1000_MFD_SOFTKEY10``KEY_G1000_MFD_SOFTKEY11``KEY_G1000_MFD_SOFTKEY12` | N/A | Initiate the action for the icon displayed in the softkey position. | | {{< anchor id="G1000_MFD_ZOOMIN_BUTTON" />}}`G1000_MFD_ZOOMIN_BUTTON` | `KEY_G1000_MFD_ZOOMIN_BUTTON` | N/A | Zoom in on the current map. | | {{< anchor id="G1000_MFD_ZOOMOUT_BUTTON" />}}`G1000_MFD_ZOOMOUT_BUTTON` | `KEY_G1000_MFD_ZOOMOUT_BUTTON` | N/A | Zoom out on the current map. | | {{< anchor id="G1000_PFD_CLEAR_BUTTON" />}}`G1000_PFD_CLEAR_BUTTON` | `KEY_G1000_PFD_CLEAR_BUTTON` | N/A | Clears the current input. | | {{< anchor id="G1000_PFD_CURSOR_BUTTON" />}}`G1000_PFD_CURSOR_BUTTON` | `KEY_G1000_PFD_CURSOR_BUTTON` | N/A | Turns on or off a screen cursor. | | {{< anchor id="G1000_PFD_DIRECTTO_BUTTON" />}}`G1000_PFD_DIRECTTO_BUTTON` | `KEY_G1000_MFD_DIRECTTO_BUTTON` | N/A | Turn to the Direct To page. | | {{< anchor id="G1000_PFD_ENTER_BUTTON" />}}`G1000_PFD_ENTER_BUTTON` | `KEY_G1000_PFD_ENTER_BUTTON` | N/A | Enters the current input. | | {{< anchor id="G1000_PFD_FLIGHTPLAN_BUTTON" />}}`G1000_PFD_FLIGHTPLAN_BUTTON` | `KEY_G1000_PFD_FLIGHTPLAN_BUTTON` | N/A | The primary flight display (PFD) should display its current flight plan. | | {{< anchor id="G1000_PFD_GROUP_KNOB_INC" />}}`G1000_PFD_GROUP_KNOB_INC` | `KEY_G1000_PFD_GROUP_KNOB_INC` | N/A | Step up through the page groups. | | {{< anchor id="G1000_PFD_GROUP_KNOB_DEC" />}}`G1000_PFD_GROUP_KNOB_DEC` | `KEY_G1000_PFD_GROUP_KNOB_DEC` | N/A | Step down through the page groups. | | {{< anchor id="G1000_PFD_MENU_BUTTON" />}}`G1000_PFD_MENU_BUTTON` | `KEY_G1000_PFD_MENU_BUTTON` | N/A | If a segmented flight plan is highlighted, activates the associated menu. | | {{< anchor id="G1000_PFD_PAGE_KNOB_INC" />}}`G1000_PFD_PAGE_KNOB_INC` | `KEY_G1000_PFD_PAGE_KNOB_INC` | N/A | Step up through the individual pages. | | {{< anchor id="G1000_PFD_PAGE_KNOB_DEC" />}}`G1000_PFD_PAGE_KNOB_DEC` | `KEY_G1000_PFD_PAGE_KNOB_DEC` | N/A | Step down through the individual pages. | | {{< anchor id="G1000_PFD_PROCEDURE_BUTTON" />}}`G1000_PFD_PROCEDURE_BUTTON` | `KEY_G1000_PFD_PROCEDURE_BUTTON` | N/A | Turn to the Procedure page. | | {{< anchor id="G1000_PFD_SOFTKEY1" />}}`G1000_PFD_SOFTKEY1`{{< anchor id="G1000_PFD_SOFTKEY2" />}}`G1000_PFD_SOFTKEY2`{{< anchor id="G1000_PFD_SOFTKEY3" />}}`G1000_PFD_SOFTKEY3`{{< anchor id="G1000_PFD_SOFTKEY4" />}}`G1000_PFD_SOFTKEY4`{{< anchor id="G1000_PFD_SOFTKEY5" />}}`G1000_PFD_SOFTKEY5`{{< anchor id="G1000_PFD_SOFTKEY6" />}}`G1000_PFD_SOFTKEY6`{{< anchor id="G1000_PFD_SOFTKEY7" />}}`G1000_PFD_SOFTKEY7`{{< anchor id="G1000_PFD_SOFTKEY8" />}}`G1000_PFD_SOFTKEY8`{{< anchor id="G1000_PFD_SOFTKEY9" />}}`G1000_PFD_SOFTKEY9`{{< anchor id="G1000_PFD_SOFTKEY10" />}}`G1000_PFD_SOFTKEY10`{{< anchor id="G1000_PFD_SOFTKEY11" />}}`G1000_PFD_SOFTKEY11`{{< anchor id="G1000_PFD_SOFTKEY12" />}}`G1000_PFD_SOFTKEY12` | `KEY_G1000_PFD_SOFTKEY1``KEY_G1000_PFD_SOFTKEY2``KEY_G1000_PFD_SOFTKEY3``KEY_G1000_PFD_SOFTKEY4``KEY_G1000_PFD_SOFTKEY5``KEY_G1000_PFD_SOFTKEY6``KEY_G1000_PFD_SOFTKEY7``KEY_G1000_PFD_SOFTKEY8``KEY_G1000_PFD_SOFTKEY9``KEY_G1000_PFD_SOFTKEY10``KEY_G1000_PFD_SOFTKEY11``KEY_G1000_PFD_SOFTKEY12` | N/A | Initiate the action for the icon displayed in the softkey position. | | {{< anchor id="G1000_PFD_ZOOMIN_BUTTON" />}}`G1000_PFD_ZOOMIN_BUTTON` | `KEY_G1000_PFD_ZOOMIN_BUTTON` | N/A | Zoom in on the current map. | | {{< anchor id="G1000_PFD_ZOOMOUT_BUTTON" />}}`G1000_PFD_ZOOMOUT_BUTTON` | `KEY_G1000_PFD_ZOOMOUT_BUTTON` | N/A | Zoom out on the current map. | {{< /table-wrapper >}} ### Virtual Copilot {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |----|----|----|----| | {{< anchor id="VIRTUAL_COPILOT_ACTION" />}}`VIRTUAL_COPILOT_ACTION` | `KEY_VIRTUAL_COPILOT_ACTION` | N/A | Triggers action noted in Flying Tips | | {{< anchor id="VIRTUAL_COPILOT_SET" />}}`VIRTUAL_COPILOT_SET` | `KEY_VIRTUAL_COPILOT_SET` | [0]: Enable or disable (TRUE/FALSE) | Sets Flying Tips on/off (1,0) | | {{< anchor id="VIRTUAL_COPILOT_TOGGLE" />}}`VIRTUAL_COPILOT_TOGGLE` | `KEY_VIRTUAL_COPILOT_TOGGLE` | N/A | Turns Flying Tips on/off | {{< /table-wrapper >}} ### G-Limiter {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |----|----|----|----| | {{< anchor id="G_LIMITER_OFF" />}}`G_LIMITER_OFF` | `KEY_G_LIMITER_OFF` | | | | {{< anchor id="G_LIMITER_ON" />}}`G_LIMITER_ON` | `KEY_G_LIMITER_ON` | | | | {{< anchor id="G_LIMITER_SET" />}}`G_LIMITER_SET` | `KEY_G_LIMITER_SET` | | | | {{< anchor id="G_LIMITER_TOGGLE" />}}`G_LIMITER_TOGGLE` | `KEY_G_LIMITER_TOGGLE` | | | {{< /table-wrapper >}}