Switch off repeatable flap changes - not applicable to most aircraft.
This commit is contained in:
parent
99cf4568af
commit
9fd82c3068
1 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@
|
|||
|
||||
<button n="4">
|
||||
<desc>Flaps Up</desc>
|
||||
<repeatable>true</repeatable>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>controls.flapsDown(-1)</script>
|
||||
|
@ -167,7 +167,7 @@
|
|||
|
||||
<button n="6">
|
||||
<desc>Flaps Down</desc>
|
||||
<repeatable>true</repeatable>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>controls.flapsDown(1)</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue