1
0
Fork 0

heading indicator scrollwheel adjustment

Unlike with the standard 3d VOR/ADF/... instruments, the scroll-wheel
didn't work with the HI - resulting in inconsistent, (b)ugly panel
controls ;-).
This commit is contained in:
ThorstenB 2012-07-01 15:52:25 +02:00
parent 7d099bff28
commit 1f6f19c93f
2 changed files with 107 additions and 3 deletions

View file

@ -13,7 +13,7 @@
<red>1.0</red> <red>1.0</red>
<green>0.2</green> <green>0.2</green>
<blue>0.0</blue> <blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop> <factor-prop>/sim/model/material/instruments/factor</factor-prop>
</emission> </emission>
</animation> </animation>

View file

@ -12,7 +12,7 @@
<red>1.0</red> <red>1.0</red>
<green>0.2</green> <green>0.2</green>
<blue>0.0</blue> <blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop> <factor-prop>/sim/model/material/instruments/factor</factor-prop>
</emission> </emission>
</animation> </animation>
@ -24,7 +24,7 @@
<red>0.45</red> <red>0.45</red>
<green>0.09</green> <green>0.09</green>
<blue>0.00001</blue> <blue>0.00001</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop> <factor-prop>/sim/model/material/instruments/factor</factor-prop>
</emission> </emission>
</animation> </animation>
@ -94,6 +94,32 @@
<wrap>1</wrap> <wrap>1</wrap>
</binding> </binding>
</action> </action>
<action>
<name>small decrease (scrollwheel)</name>
<button>3</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>small increase (scrollwheel)</name>
<button>4</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation> </animation>
<animation> <animation>
@ -126,6 +152,32 @@
<wrap>1</wrap> <wrap>1</wrap>
</binding> </binding>
</action> </action>
<action>
<name>small decrease (scrollwheel)</name>
<button>3</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>small increase (scrollwheel)</name>
<button>4</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation> </animation>
<!-- Heading Offset --> <!-- Heading Offset -->
@ -159,6 +211,32 @@
<wrap>1</wrap> <wrap>1</wrap>
</binding> </binding>
</action> </action>
<action>
<name>small decrease (scrollwheel)</name>
<button>3</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>small increase (scrollwheel)</name>
<button>4</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation> </animation>
<animation> <animation>
@ -191,6 +269,32 @@
<wrap>1</wrap> <wrap>1</wrap>
</binding> </binding>
</action> </action>
<action>
<name>small decrease (scrollwheel)</name>
<button>3</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>small increase (scrollwheel)</name>
<button>4</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation> </animation>
</PropertyList> </PropertyList>