web-apps/apps/spreadsheeteditor/main/resources/help/de/UsageInstructions/UndoRedo.htm
2018-05-15 14:47:57 +03:00

25 lines
1.5 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>Aktionen rückgängig machen/wiederholen</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="Suche" type="text" onkeypress="doSearch(event)">
</div>
<h1>Aktionen rückgängig machen/wiederholen</h1>
<p>Um Aktionen rückgängig zu machen/zu wiederholen, nutzen Sie die entsprechenden Symbole auf den Registerkarten in der oberen Symbolleiste:</p>
<ul>
<li><b>Rückgängig</b> klicken Sie auf das Symbol <b>Rückgängig</b> <img alt="Rückgängig" src="../images/undo.png" />, um den zuletzt durchgeführten Vorgang rückgängig zu machen.</li>
<li><b>Wiederholen</b> klicken Sie auf das Symbol <b>Wiederholen</b> <img alt="Wiederholen" src="../images/redo.png" />, um den zuletzt rückgängig gemachten Vorgang zu wiederholen.</li>
</ul>
<p class="note"><b>Hinweis</b>: Diese Vorgänge können auch mithilfe der <a href="../HelpfulHints/KeyboardShortcuts.htm" onclick="onhyperlinkclick(this)">Tastenkombinationen</a> durchgeführt werden.</p>
</div>
</body>
</html>