Removed duplicate and unused bindings
This commit is contained in:
parent
eafb4963c7
commit
51ae619886
1 changed files with 1 additions and 30 deletions
29
keyboard.xml
29
keyboard.xml
|
@ -79,15 +79,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key n="18">
|
|
||||||
<name>Ctrl-R</name>
|
|
||||||
<desc>(Temporary) Toggle winding-ccw</desc>
|
|
||||||
<binding>
|
|
||||||
<command>property-toggle</command>
|
|
||||||
<property>/sim/temp/winding-ccw</property>
|
|
||||||
</binding>
|
|
||||||
</key>
|
|
||||||
|
|
||||||
<key n="19">
|
<key n="19">
|
||||||
<name>Ctrl-S</name>
|
<name>Ctrl-S</name>
|
||||||
<desc>Toggle auto-throttle lock.</desc>
|
<desc>Toggle auto-throttle lock.</desc>
|
||||||
|
@ -303,16 +294,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key n="43">
|
|
||||||
<name>+</name>
|
|
||||||
<desc>zoom in (decrease field of view)</desc>
|
|
||||||
<binding>
|
|
||||||
<command>property-multiply</command>
|
|
||||||
<property>/sim/current-view/field-of-view</property>
|
|
||||||
<factor type="double">0.9523809523809523</factor> <!-- 1 / 1.05 -->
|
|
||||||
</binding>
|
|
||||||
</key>
|
|
||||||
|
|
||||||
<key n="44">
|
<key n="44">
|
||||||
<name>,</name>
|
<name>,</name>
|
||||||
<desc>Left brake</desc>
|
<desc>Left brake</desc>
|
||||||
|
@ -330,16 +311,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</mod-up>
|
</mod-up>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key n="45">
|
|
||||||
<name>-</name>
|
|
||||||
<desc>zoom out (decrease field of view)</desc>
|
|
||||||
<binding>
|
|
||||||
<command>property-multiply</command>
|
|
||||||
<property>/sim/current-view/field-of-view</property>
|
|
||||||
<factor type="double">1.05</factor>
|
|
||||||
</binding>
|
|
||||||
</key>
|
|
||||||
|
|
||||||
<key n="46">
|
<key n="46">
|
||||||
<name>.</name>
|
<name>.</name>
|
||||||
<desc>Right brake</desc>
|
<desc>Right brake</desc>
|
||||||
|
|
Loading…
Add table
Reference in a new issue