data\gui\menubar.xml
under the autopilot drop down below the tags
<name>autopilot</name>
at the bottom of the autopilot drop down after pop waypoint using this code segment
- Code: Select all
<item>
<label>Auto-Coordination</label>
<name>auto-coordination-Toggle</name>
<binding>
<command>property-toggle</command>
<property>/controls/flight/auto-coordination</property>
</binding>
</item>
as a way to solve those situations when a pilot that typically sets auto-coordination ON to be able to toggle the feature when they want to so that they can turn it OFF before turning on the autopilots on jets that have a trouble dealing with auto-coordination being on with the autopilot on, with out having to go into the property browser to do this task.