Route-manager - replace pop/clear items with prev/next items, which are more useful in the new waypoint scheme.
This commit is contained in:
parent
e415e52aae
commit
38832daf77
1 changed files with 7 additions and 7 deletions
|
@ -241,19 +241,19 @@
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<label>Pop Waypoint</label>
|
<label>Previous Waypoint</label>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>setprop("/autopilot/route-manager/input", "@pop")</script>
|
<script>setprop("/autopilot/route-manager/input", "@previous")</script>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<label>Clear Route</label>
|
<label>Next Waypoint</label>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>setprop("/autopilot/route-manager/input", "@clear")</script>
|
<script>setprop("/autopilot/route-manager/input", "@next")</script>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue