Fix axis assignment in flightgear
Signed-off-by: fly <merspieler@alwaysdata.net>
This commit is contained in:
parent
404653fe4f
commit
7605a5147a
1 changed files with 6 additions and 9 deletions
|
@ -59,34 +59,31 @@
|
||||||
<event>
|
<event>
|
||||||
<name>abs-z-translate-4</name>
|
<name>abs-z-translate-4</name>
|
||||||
<desc type="string">FloodTL Pedestal</desc>
|
<desc type="string">FloodTL Pedestal</desc>
|
||||||
|
<min-range>-4095</min-range>
|
||||||
|
<max-range>4095</max-range>
|
||||||
<binding>
|
<binding>
|
||||||
<command type="string">property-scale</command>
|
<command type="string">property-scale</command>
|
||||||
<property type="string">/controls/lighting/ped-flood-knb</property>
|
<property type="string">/controls/lighting/ped-flood-knb</property>
|
||||||
<factor type="double">0.000244140625</factor>
|
|
||||||
<offset type="double">0</offset>
|
|
||||||
<power type="double">1</power>
|
|
||||||
</binding>
|
</binding>
|
||||||
</event>
|
</event>
|
||||||
<event>
|
<event>
|
||||||
<name>abs-z-translate-7</name>
|
<name>abs-z-translate-7</name>
|
||||||
<desc type="string">FloodTL Main Panel</desc>
|
<desc type="string">FloodTL Main Panel</desc>
|
||||||
|
<min-range>-4095</min-range>
|
||||||
|
<max-range>4095</max-range>
|
||||||
<binding>
|
<binding>
|
||||||
<command type="string">property-scale</command>
|
<command type="string">property-scale</command>
|
||||||
<property type="string">/controls/lighting/main-flood-knb</property>
|
<property type="string">/controls/lighting/main-flood-knb</property>
|
||||||
<factor type="double">0.000244140625</factor>
|
|
||||||
<offset type="double">0</offset>
|
|
||||||
<power type="double">1</power>
|
|
||||||
</binding>
|
</binding>
|
||||||
</event>
|
</event>
|
||||||
<event>
|
<event>
|
||||||
<name>abs-z-translate-8</name>
|
<name>abs-z-translate-8</name>
|
||||||
<desc type="string">IntegLT</desc>
|
<desc type="string">IntegLT</desc>
|
||||||
|
<min-range>-4095</min-range>
|
||||||
|
<max-range>4095</max-range>
|
||||||
<binding>
|
<binding>
|
||||||
<command type="string">property-scale</command>
|
<command type="string">property-scale</command>
|
||||||
<property type="string">/controls/lighting/main-panel-knb</property>
|
<property type="string">/controls/lighting/main-panel-knb</property>
|
||||||
<factor type="double">0.000244140625</factor>
|
|
||||||
<offset type="double">0</offset>
|
|
||||||
<power type="double">1</power>
|
|
||||||
</binding>
|
</binding>
|
||||||
</event>
|
</event>
|
||||||
<!-- Buttons -->
|
<!-- Buttons -->
|
||||||
|
|
Loading…
Reference in a new issue