-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon-menubar-items.xml
48 lines (42 loc) · 1.35 KB
/
addon-menubar-items.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<!--
Cargo Towing - Cargo Towing Addon for Flightgear
Written and developed by Wayne Bragg wlbragg
Copyright (C) 2020 Wayne Bragg
addon-menubar-items.xml
Version 1.0.0 beta 1/21/2020
Cargo Towing is licensed under the Gnu Public License v3+ (GPLv3+)
-->
<PropertyList>
<meta>
<file-type type="string">FlightGear add-on menu bar items</file-type>
<format-version type="int">1</format-version>
</meta>
<menubar-items>
<menu>
<label>Cargo Towing</label>
<enabled type="bool">true</enabled>
<item>
<label>Rope Settings</label>
<binding>
<command>dialog-show</command>
<dialog-name>rope-dialog</dialog-name>
</binding>
</item>
<item>
<label>Cargo Settings</label>
<binding>
<command>dialog-show</command>
<dialog-name>aicargo-dialog</dialog-name>
</binding>
</item>
<item>
<label>Cargo Ranging</label>
<binding>
<command>property-toggle</command>
<property>/sim/gui/show-range</property>
</binding>
</item>
</menu>
</menubar-items>
</PropertyList>