web-apps/apps/presentationeditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

35 lines
2.7 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.

<!DOCTYPE html>
<html>
<head>
<title>Copy/paste data, undo/redo your actions</title>
<meta charset="utf-8" />
<meta name="description" content="Perform the basic operations with the presentation: copy, paste, undo, redo" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>Copy/paste data, undo/redo your actions</h1>
<p>To cut, copy and paste selected objects (slides, text passages, autoshapes) in the current presentation or undo/redo your actions use the corresponding options from the right-click menu, or keyboard shortcuts, or icons at the top toolbar:</p>
<ul>
<li><b>Cut</b> select an object and use the <b>Cut</b> option from the right-click menu to delete the selection and send it to the computer clipboard memory. The cut data can be later inserted to another place in the same presentation.</li>
<li><b>Copy</b> select an object and use the <b>Copy</b> option from the right-click menu or the <b>Copy</b> <img alt="Copy icon" src="../images/copy.png" /> icon at the top toolbar to copy the selection to the computer clipboard memory. The copied object can be later inserted to another place in the same presentation.</li>
<li><b>Paste</b> find the place in your presentation where you need to paste the previously copied object and use the <b>Paste</b> option from the right-click menu or the <b>Paste</b> <img alt="Paste icon" src="../images/paste.png" /> icon at the top toolbar. The object will be inserted at the current cursor position. The object can be previously copied from the same presentation.</li>
</ul>
<p>To copy or paste data from/into another presentation or some other program use the following key combinations:</p>
<ul>
<li><b>Ctrl+C</b> key combination for copying;</li>
<li><b>Ctrl+V</b> key combination for pasting;</li>
<li><b>Ctrl+X</b> key combination for cutting.</li>
</ul>
<p>To perform the undo/redo operations, use the corresponding icons at the top toolbar or keyboard shortcuts:</p>
<ul>
<li><b>Undo</b> use the <b>Undo</b> <img alt="Undo icon" src="../images/undo.png" /> icon to undo the last operation you performed.</li>
<li>
<b>Redo</b> use the <b>Redo</b> <img alt="Redo icon" src="../images/redo.png" /> icon to redo the last undone operation.
<p>You can also use the <b>Ctrl+Z</b> key combination for undoing or <b>Ctrl+Y</b> for redoing.</p>
</li>
</ul>
</div>
</body>
</html>