web-apps/apps/spreadsheeteditor/main/resources/help/es/UsageInstructions/UndoRedo.htm
2018-04-16 12:44:31 +03:00

25 lines
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.

<!DOCTYPE html>
<html>
<head>
<title>Deshaga/rehaga sus acciones</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>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Buscar" type="text" onkeypress="doSearch(event)">
</div>
<h1>Deshaga/rehaga sus acciones</h1>
<p>Para realizar las operaciones deshacer/rehacer, use los iconos correspondientes en la barra de herramientas superior:</p>
<ul>
<li><b>Deshacer</b> use el icono <b>Deshacer</b> <img alt="Icono Deshacer" src="../images/undo.png" /> para deshacer la última operación que usted ha realizado.</li>
<li><b>Rehacer</b> use el icono <b>Rehacer</b> <img alt="Icono Rehacer" src="../images/redo.png" /> para deshacer la última operación que usted ha realizado.</li>
</ul>
<p class="note"><b>Nota</b>: las operaciones deshacer/rehacer pueden ser realizadas usando los atajos de teclado <a href="../HelpfulHints/KeyboardShortcuts.htm" onclick="onhyperlinkclick(this)"></a>.</p>
</div>
</body>
</html>