Here is a listing of the button mapping (by button number of the Gladiator) to the functions I want to use on each button for my game. This mapping works well for the Gladiator. However I cannot get the sensitivity of the aileron and elevator ax axsis at the levell I would like. If you could post a .cfg fiile for me with the buttons mapped per this attachment and the right sensitivities for the Gladiator I would greatly appreciate it.
regards, John Ellis

<Device Type="VKBsim Gladiator">
<GameMode Name="Player">
<Axis ID="X" Action="Set_Bank" Scale="0" Nullzone="6"/>
<Axis ID="Y" Action="Set_Pitch" Scale="15" Nullzone="3"/>
<Axis ID="Throttle" Action="AXIS_THROTTLE_SET" Scale="127" Nullzone="1"/>
<Button ID="1" Action="FLAPS_UP"/>
<Button ID="2" Action="FLAPS_DOWN"/>
<Button ID="3" Action="SelectNextWeapon"/>
<Button ID="5" Action="Toggle_BombBay"/>
<Button ID="6" Action="FLAPS_DECR"/>
<Button ID="7" Action="NextTarget"/>
<Pov ID="1" Action="HeadPov"/>
<Button ID="14" Action="FireGunsOnly"/>
<Button ID="9" Action="GEAR_TOGGLE"/>
<Button ID="22" Action="ZoomIn"/>
<Button ID="23" Action="ZoomOut"/>
<Button ID="12" Action="ENGINE_AUTO_START"/>
<Button ID="13" Action="BAIL_OUT"/>
<Button ID="18" Action="FireCannonsOnly"/>
<Axis ID="RX" Action="Set_Yaw" Scale="15" Nullzone="10"/>
</GameMode>
<GameMode Name="M3DViewer">
<Pov ID="1" Action="HeadPov"/>
<Button ID="3" Action="ZoomIn" RepCnt="1"/>
<Button ID="4" Action="ZoomOut" RepCnt="1"/>
</GameMode>
</Device>