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

21 lines
1.2 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="Realice las operaciones basicas en su hoja de cálculo: deshacer, rehacer" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
</head>
<body>
<div class="mainpart">
<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="Deshacer icono" 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="Rehacer icono" 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>