moodle/lib/dragmath/doc/editing.html

47 lines
1.4 KiB
HTML
Raw Blame History

<html>
<head>
<title>DragMath Documentation - Editing an expression</title>
</head>
<body>
<font size="2"; style="font-family: Arial;">
<h2><span style=" color: #000099;"><strong>Editing an expression</strong></span></h2>
<p>
Basic editing options are supplied to edit the expression:
</p>
<ul>
<li><p>
Select - Selection is performed similar to any program, by dragging the mouse to highlight the desired area. Objects can also be selected by double clicking on them. You can select all the objects on the workspace by using Select All on the menu, or Ctrl+A on the keyboard.
</p>
<li><p>
Cut <20> Select the desired area to cut, then either click the Cut button or use Ctrl+X on the keyboard.
</p>
<li><p>
Copy <20> Select the desired area to copy, then either click the Copy button or use Ctrl+C on the keyboard.
</p>
<li><p>
Paste <20> Once a selection has been copied, it can be pasted into any box, by clicking on the box to select it, and then either clicking the Paste button or using Ctrl+V on the keyboard.
</p>
<li><p>
Delete <20> Delete is performed by selecting the area to delete and pressing delete on the keyboard.
</p>
<li><p>
Undo <20> You can perform an undo by clicking the Undo button
</p>
<li><p>
Redo <20> You can perform a redo by clicking the Redo button
</p>
<li><p>
Open <20> Saved expressions can be opened from a file using the Open button
</p>
<li><p>
Save <20> Expressions can be saved to a file using the Save button
</p>
</ul>
</font>
</body>
</html>