Keys: Improve steering
This commit is contained in:
parent
c24ca35519
commit
ad119169d1
|
@ -101,11 +101,11 @@
|
|||
</key>
|
||||
<key>
|
||||
<name>a</name>
|
||||
<desc>Full left</desc>
|
||||
<desc>Steer left 50%</desc>
|
||||
</key>
|
||||
<key>
|
||||
<name>d</name>
|
||||
<desc>Full right</desc>
|
||||
<desc>Steer right 50%</desc>
|
||||
</key>
|
||||
<text>
|
||||
You can select the message to be displayed on the bar, through the "Follow Me > Select message" menu.
|
||||
|
@ -247,7 +247,7 @@
|
|||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/flight/rudder</property>
|
||||
<value>-1</value>
|
||||
<value>-0.5</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
|
@ -264,7 +264,7 @@
|
|||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/flight/rudder</property>
|
||||
<value>1</value>
|
||||
<value>0.5</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
|
|
Loading…
Reference in New Issue