use new route/waypoint management functions
This commit is contained in:
parent
2d16a480ad
commit
b73dec0724
1 changed files with 10 additions and 15 deletions
|
@ -125,7 +125,7 @@
|
|||
<dialog-name>hud</dialog-name>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
|
||||
<item>
|
||||
<label>Instant Replay</label>
|
||||
<binding>
|
||||
|
@ -223,40 +223,34 @@
|
|||
<item>
|
||||
<label>Add Waypoint</label>
|
||||
<binding>
|
||||
<command>old-ap-add-waypoint-dialog</command>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>waypoints</dialog-name>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
|
||||
<item>
|
||||
<label>Pop Waypoint</label>
|
||||
<binding>
|
||||
<command>old-ap-pop-waypoint-dialog</command>
|
||||
<command>nasal</command>
|
||||
<script>setprop("/autopilot/route-manager/input", "@pop")</script>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Clear Route</label>
|
||||
<binding>
|
||||
<command>old-ap-clear-route-dialog</command>
|
||||
<command>nasal</command>
|
||||
<script>setprop("/autopilot/route-manager/input", "@clear")</script>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<!--
|
||||
<item>
|
||||
<label>Adjust Autopilot</label>
|
||||
<binding>
|
||||
<command>old-ap-adjust-dialog</command>
|
||||
</binding>
|
||||
</item>
|
||||
-->
|
||||
|
||||
<item>
|
||||
<label>Set Lat/Lon Format</label>
|
||||
<binding>
|
||||
<command>old-lat-lon-format-dialog</command>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
|
||||
</menu>
|
||||
|
||||
<menu>
|
||||
|
@ -474,6 +468,7 @@
|
|||
<script>tutorial.stopTutorial()</script>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Loading…
Add table
Reference in a new issue