Updates to scroll-wheel mouse bindings for consistency:
1) Remove trim binding from normal mode (causes problems when used with radio tuning) 2) Replace trim binding in view mode with FoV binding.
This commit is contained in:
parent
707711dbc2
commit
7ddf27517f
1 changed files with 5 additions and 25 deletions
30
mice.xml
30
mice.xml
|
@ -32,24 +32,6 @@ current mode for each mouse is held in the
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<!-- extra buttons control elevator trim -->
|
|
||||||
<!-- these are often assigned to mouse-wheel motion in Linux -->
|
|
||||||
<button n="3">
|
|
||||||
<binding>
|
|
||||||
<command>property-adjust</command>
|
|
||||||
<property>/controls/flight/elevator-trim</property>
|
|
||||||
<step type="double">0.002</step>
|
|
||||||
</binding>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button n="4">
|
|
||||||
<binding>
|
|
||||||
<command>property-adjust</command>
|
|
||||||
<property>/controls/flight/elevator-trim</property>
|
|
||||||
<step type="double">-0.002</step>
|
|
||||||
</binding>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
</mode>
|
</mode>
|
||||||
|
|
||||||
<mode n="1">
|
<mode n="1">
|
||||||
|
@ -193,21 +175,19 @@ current mode for each mouse is held in the
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<!-- extra buttons control elevator trim -->
|
<!-- extra buttons control FoV -->
|
||||||
<!-- these are often assigned to mouse-wheel motion in Linux -->
|
<!-- these are often assigned to mouse-wheel motion in Linux -->
|
||||||
<button n="3">
|
<button n="3">
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>nasal</command>
|
||||||
<property>/controls/flight/elevator-trim</property>
|
<script>view.decrease()</script>
|
||||||
<step type="double">0.01</step>
|
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button n="4">
|
<button n="4">
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>nasal</command>
|
||||||
<property>/controls/flight/elevator-trim</property>
|
<script>view.increase()</script>
|
||||||
<step type="double">-0.01</step>
|
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue