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

25 lines
1.4 KiB
HTML
Raw Normal View History

2018-03-21 12:26:39 +00:00
<!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" />
2018-03-21 12:26:39 +00:00
<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>
2018-03-21 12:26:39 +00:00
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Buscar" type="text" onkeypress="doSearch(event)">
</div>
2018-03-21 12:26:39 +00:00
<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>
2018-03-21 12:26:39 +00:00
</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>
2016-03-11 00:48:53 +00:00
</html>