mice.xml: allow elevator control even with left button down.
This commit is contained in:
parent
390779a8a1
commit
ee25322c4a
1 changed files with 5 additions and 0 deletions
5
mice.xml
5
mice.xml
|
@ -151,6 +151,7 @@ current mode for each mouse is held in the
|
|||
<!-- No buttons pressed: control elevator -->
|
||||
<binding>
|
||||
<condition>
|
||||
<!--
|
||||
<and>
|
||||
<not>
|
||||
<property>/devices/status/mice/mouse[0]/button[0]</property>
|
||||
|
@ -159,6 +160,10 @@ current mode for each mouse is held in the
|
|||
<property>/devices/status/mice/mouse[0]/button[1]</property>
|
||||
</not>
|
||||
</and>
|
||||
-->
|
||||
<not>
|
||||
<property>/devices/status/mice/mouse[0]/button[1]</property>
|
||||
</not>
|
||||
</condition>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/flight/elevator</property>
|
||||
|
|
Loading…
Reference in a new issue