web-apps/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/UndoRedo.htm

21 lines
1 KiB
HTML
Raw Normal View History

2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Undo/redo your actions</title>
<meta charset="utf-8" />
<meta name="description" content="Perform the basic operations with the spreadsheet: undo, redo" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
</head>
<body>
<div class="mainpart">
<h1>Undo/redo your actions</h1>
2017-09-20 08:31:59 +00:00
<p>To perform the undo/redo operations, use the corresponding icons available at any tab of the top toolbar:</p>
2016-03-11 00:48:53 +00:00
<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.</li>
</ul>
<p class="note"><b>Note</b>: the undo/redo operations can be also performed using the <a href="../HelpfulHints/KeyboardShortcuts.htm" onclick="onhyperlinkclick(this)">Keyboard Shortcuts</a>.</p>
</div>
</body>
</html>