Remove the old reset zoom keybinding
This commit is contained in:
parent
1e96eb5af8
commit
34cefacfb1
1 changed files with 1 additions and 11 deletions
12
keyboard.xml
12
keyboard.xml
|
@ -133,7 +133,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
|
||||
<key n="24">
|
||||
<name>Ctrl-X</name>
|
||||
<desc>Select initial field of view.</desc>
|
||||
<desc>Reset zoom to default.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/field-of-view</property>
|
||||
|
@ -512,16 +512,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
</mod-shift>
|
||||
</key>
|
||||
|
||||
<key n="61">
|
||||
<name>=</name>
|
||||
<desc>Reset zoom to default</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/field-of-view</property>
|
||||
<value alias="/sim/view/config/default-field-of-view-deg"/>
|
||||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="64">
|
||||
<name>@</name>
|
||||
<desc>Select second engine</desc>
|
||||
|
|
Loading…
Add table
Reference in a new issue