@ working on the reference manual

This commit is contained in:
codeimp 2009-04-14 18:57:46 +00:00
parent 983ef5f103
commit 58ed944a46

View file

@ -28,6 +28,10 @@
<h2>Default Controls</h2>
<table border="0" cellspacing="6" width="90%">
<tr>
<td width="150" valign="top"><b>Control+D</b></td>
<td>Starts this drawing mode (available from any classic mode).</td>
</tr>
<tr>
<td width="150" valign="top"><b>Enter</b></td>
<td>Accept and apply the changes, and return to the previous mode.</td>
@ -36,6 +40,14 @@
<td valign="top"><b>Escape</b></td>
<td>Discard the changes and return to the previous mode.</td>
</tr>
<tr>
<td valign="top"><b title="Left Mouse Button">LMB</b></td>
<td>Draws a new line by placing a vertex at the mouse cursor. Use in combination with Shift and/or Control to change the snapping behavior.</td>
</tr>
<tr>
<td valign="top"><b title="Right Mouse Button">LMB</b></td>
<td>Ends and applies the drawing, and returns to the previous editing mode.</td>
</tr>
</table>
</p>
</div>