A320-homecockpit/Pedestal/flightgear/Joysticks/FLC-Meow-Pedestal-box.xml
fly 04d8e5812e Flightgear config using buttons
Signed-off-by: fly <merspieler@alwaysdata.com>
2024-05-19 13:00:21 +02:00

65 lines
1.8 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<name type="string">FLC Meow Pedestal box</name>
<axis>
<desc type="string">IntegLT</desc>
<binding>
<command type="string">property-scale</command>
<property type="string">/controls/lighting/main-panel-knb</property>
<factor type="double">0.5</factor>
<offset type="double">1</offset>
<power type="double">1</power>
</binding>
</axis>
<axis n="1">
<desc type="string">FloodTL</desc>
<binding>
<command type="string">property-scale</command>
<property type="string">/controls/lighting/main-flood-knb</property>
<factor type="double">0.5</factor>
<offset type="double">1</offset>
<power type="double">1</power>
</binding>
</axis>
<button>
<desc type="string">Ext Power</desc>
<repeatable type="string">false</repeatable>
<binding>
<command type="string">property-toggle</command>
<property>/controls/electrical/switches/ext-pwr</property>
</binding>
</button>
<button n="1">
<desc type="string">ENG Master 1</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>property-assign</command>
<property>controls/engines/engine[0]/cutoff-switch</property>
<value>0</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>controls/engines/engine[0]/cutoff-switch</property>
<value>1</value>
</binding>
</mod-up>
</button>
<button n="2">
<desc type="string">ENG Master 2</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>property-assign</command>
<property>controls/engines/engine[1]/cutoff-switch</property>
<value>0</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>controls/engines/engine[1]/cutoff-switch</property>
<value>1</value>
</binding>
</mod-up>
</button>
</PropertyList>