Added keybindings for rudder trim on the Cessna 182 and Cessna 310:
'<' to decrease and '>' to increase. Rudder trim on the Cessna 172 is static, and has to be set before the flight using the /controls/rudder-trim property.
This commit is contained in:
parent
4f301120bf
commit
6e8657bb49
2 changed files with 52 additions and 0 deletions
|
@ -32,6 +32,32 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
</sim>
|
||||
|
||||
<input>
|
||||
|
||||
<keyboard>
|
||||
<key n="60">
|
||||
<name><</name>
|
||||
<desc>Rudder Trim Left</desc>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/rudder-trim</property>
|
||||
<min type="double">-1.0</min>
|
||||
<step type="double">-0.001</step>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="62">
|
||||
<name>></name>
|
||||
<desc>Rudder Trim Right</desc>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/rudder-trim</property>
|
||||
<max type="double">1.0</max>
|
||||
<step type="double">0.001</step>
|
||||
</binding>
|
||||
</key>
|
||||
</keyboard>
|
||||
</input>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
|
@ -39,6 +39,32 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
</sim>
|
||||
|
||||
<input>
|
||||
|
||||
<keyboard>
|
||||
<key n="60">
|
||||
<name><</name>
|
||||
<desc>Rudder Trim Left</desc>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/rudder-trim</property>
|
||||
<min type="double">-1.0</min>
|
||||
<step type="double">-0.001</step>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="62">
|
||||
<name>></name>
|
||||
<desc>Rudder Trim Right</desc>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/rudder-trim</property>
|
||||
<max type="double">1.0</max>
|
||||
<step type="double">0.001</step>
|
||||
</binding>
|
||||
</key>
|
||||
</keyboard>
|
||||
</input>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue