Keys: Improve steering

This commit is contained in:
Sidi Liang 2019-07-25 21:08:25 +08:00
parent c24ca35519
commit ad119169d1
1 changed files with 4 additions and 4 deletions

View File

@ -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>