moodle/lib/dragmath/doc/editing.html

47 lines
No EOL
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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 Select the desired area to cut, then either click the Cut button or use Ctrl+X on the keyboard.
</p>
<li><p>
Copy Select the desired area to copy, then either click the Copy button or use Ctrl+C on the keyboard.
</p>
<li><p>
Paste 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 Delete is performed by selecting the area to delete and pressing delete on the keyboard.
</p>
<li><p>
Undo You can perform an undo by clicking the Undo button
</p>
<li><p>
Redo You can perform a redo by clicking the Redo button
</p>
<li><p>
Open Saved expressions can be opened from a file using the Open button
</p>
<li><p>
Save Expressions can be saved to a file using the Save button
</p>
</ul>
</font>
</body>
</html>