All pastes #2021742 Raw Edit

j01

public xml v1 · immutable
#2021742 ·published 2010-12-17 02:24 UTC
rendered paste body
<?xml version="1.0"?><PropertyList>  <axis>    <desc>Aileron</desc>    <direction>right</direction>    <binding>      <command>property-scale</command>      <property>/controls/flight/aileron</property>      <offset type="double">0</offset>      <factor type="double">1</factor>      <power type="int">1</power>    </binding>    <dead-band type="double">0</dead-band>  </axis>  <axis n="1">    <desc>Elevator</desc>    <direction>down/forward</direction>    <binding>      <command>property-scale</command>      <property>/controls/flight/elevator</property>      <factor type="double">-1</factor>      <power type="int">1</power>    </binding>    <dead-band type="double">0</dead-band>  </axis>  <axis n="2">    <desc>Throttle</desc>    <direction>forward</direction>    <binding>      <command>nasal</command>      <script>controls.throttleAxis()</script>      <factor type="double">-1</factor>    </binding>    <dead-band type="double">0</dead-band>  </axis>  <button n="1">    <desc>View Cycle</desc>    <repeatable>false</repeatable>    <binding>      <command>nasal</command>      <script>view.stepView(1)</script>    </binding>  </button>  <button>    <desc>Brakes</desc>    <binding>      <command>nasal</command>      <script>controls.applyBrakes(1)</script>    </binding>    <mod-up>      <binding>        <command>nasal</command>        <script>controls.applyBrakes(0)</script>      </binding>    </mod-up>  </button>  <button n="3">    <desc>Left Brake</desc>    <binding>      <command>nasal</command>      <script>controls.applyBrakes(1, -1)</script>    </binding>    <mod-up>      <binding>        <command>nasal</command>        <script>controls.applyBrakes(0, -1)</script>      </binding>    </mod-up>  </button>  <button n="4">    <desc>Right Brake</desc>    <binding>      <command>nasal</command>      <script>controls.applyBrakes(1, 1)</script>    </binding>    <mod-up>      <binding>        <command>nasal</command>        <script>controls.applyBrakes(0, 1)</script>      </binding>    </mod-up>  </button>  <button n="5">    <desc>Flaps Up</desc>    <repeatable>false</repeatable>    <binding>      <command>nasal</command>      <script>controls.flapsDown(-1)</script>    </binding>    <mod-up>      <binding>        <command>nasal</command>        <script>controls.flapsDown(0)</script>      </binding>    </mod-up>  </button>  <button n="2">    <desc>Flaps Down</desc>    <repeatable>false</repeatable>    <binding>      <command>nasal</command>      <script>controls.flapsDown(1)</script>    </binding>    <mod-up>      <binding>        <command>nasal</command>        <script>controls.flapsDown(0)</script>      </binding>    </mod-up>  </button>  <button n="6">    <desc>Elevator Trim Forward</desc>    <repeatable>true</repeatable>    <binding>      <command>nasal</command>      <script>controls.elevatorTrim(0.75)</script>    </binding>  </button>  <button n="7">    <desc>Elevator Trim Backward</desc>    <repeatable>true</repeatable>    <binding>      <command>nasal</command>      <script>controls.elevatorTrim(-0.75)</script>    </binding>  </button>  <button n="8">    <desc>Landing Gear Toggle</desc>    <repeatable>false</repeatable>    <binding>      <command>nasal</command>      <script>controls.gearToggle()</script>    </binding>  </button>  <name type="string">Logitech Logitech Attack 3</name></PropertyList>