94
edits
Line 98: | Line 98: | ||
==== fgcamera-adjust ==== | ==== fgcamera-adjust ==== | ||
{{ WIP }} | {{ WIP }} | ||
<syntaxhighlight lang="xml"> | |||
<key n="360"> | |||
<name> PageUp </name> | |||
<desc>Camera Up</desc> | |||
<binding> | |||
<command>fgcamera-adjust</command> | |||
<velocity>1</velocity> | |||
<dof>y</dof> | |||
</binding> | |||
<mod-up> | |||
<binding> | |||
<command>fgcamera-adjust</command> | |||
<velocity>0</velocity> | |||
<dof>y</dof> | |||
</binding> | |||
</mod-up> | |||
</key> | |||
</syntaxhighlight> | |||
== Development status (Aug 2014) == | == Development status (Aug 2014) == |
edits