<?xml version="1.0"?>
<!--
************************************************************************
Common configuration for all PA28 (Piper Cherokee) aircraft.
************************************************************************
-->

<PropertyList>

 <sim>

  <systems>
    <electrical>
      <path>Aircraft/c172/c172-electrical.xml</path>
    </electrical>
  </systems>

  <sound>
   <audible archive="y">true</audible>
   <path archive="y">Aircraft/c172/c172-sound.xml</path>
  </sound>

 </sim>

 <!-- the Cherokee has rudder trim -->
 <input>
  <keyboard>
    <key n="60">
     <name>&lt;</name>
     <desc>Rudder Trim Left</desc>
     <binding>
      <command>property-adjust</command>
      <property>/controls/rudder-trim</property>
      <min type="double">-1.0</min>
      <step type="double">-0.001</step>
     </binding>
    </key>
    <key n="62">
     <name>&gt;</name>
     <desc>Rudder Trim Right</desc>
     <binding>
      <command>property-adjust</command>
      <property>/controls/rudder-trim</property>
      <max type="double">1.0</max>
      <step type="double">0.001</step>
     </binding>
    </key>
  </keyboard>
 </input>

 <engines>
  <engine>
   <rpm type="double">700</rpm>
  </engine>
 </engines>
  
</PropertyList>