1
0
Fork 0

- made elevator trim buttons more sensitive (i.e. slower)

This commit is contained in:
curt 2001-06-04 20:08:24 +00:00
parent 39148a77ca
commit fa3e35d824

View file

@ -95,7 +95,7 @@ axes for the hat switch, and several more buttons.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/controls/elevator-trim</property> <property>/controls/elevator-trim</property>
<step type="double">0.01</step> <step type="double">0.001</step>
</binding> </binding>
</button> </button>
@ -105,7 +105,7 @@ axes for the hat switch, and several more buttons.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/controls/elevator-trim</property> <property>/controls/elevator-trim</property>
<step type="double">-0.01</step> <step type="double">-0.001</step>
</binding> </binding>
</button> </button>