help system Piers Cornwell <piers.cornwell@bigfoot.com> who has taken the burden to continue this project Karin and Olof started. --Sven
39 lines
1.1 KiB
HTML
39 lines
1.1 KiB
HTML
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<html>
|
|
<head>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
|
<title>Help Page for Redo</title>
|
|
</head>
|
|
|
|
<body text="#000000" bgcolor="#FFFFFF" link="#0000FF"
|
|
vlink="#FF0000" alink="#000088">
|
|
|
|
<table width="100%" cellspacing="1" cellpadding="1">
|
|
<tr bgcolor="black">
|
|
<td width="100%" align="center">
|
|
<font size="+2" color="white">Redo</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="white" >
|
|
<td width="100%" align="left">
|
|
<P><P>
|
|
The Redo function is the brother of the <A
|
|
href="undo.html">Undo</A> function. Redo undoes an undo - i.e. if you
|
|
have painted a line with the paintbrush, and then clicked Undo to
|
|
remove it, you can make it re-appear by clicking Redo.
|
|
<P>
|
|
As with the Undo function, you may want to use the undo dialog
|
|
(Image Menu -> Dialogs -> Undo Dialog) which allows you to make
|
|
multiple Undo/Redo's in one go.
|
|
<H3>
|
|
Additional Information
|
|
</H3>
|
|
Default Keyboard Shortcut: Ctrl+R
|
|
<P>
|
|
<a href="index.html">Index</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|