1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                       "http://www.docbook.org/xml/4.3/docbookx.dtd">
4<!-- Section history:
5  2007-10-10 j.h No change needed for v2.4
6  2007-05-14 Added Spanish translation by AntI
7-->
8<sect2 id="gimp-edit-redo">
9  <title>Redo</title>
10
11  <indexterm>
12    <primary>Redo</primary>
13  </indexterm>
14
15  <para>
16    The <guimenuitem>Redo</guimenuitem> command reverses the effects of
17    the <guimenuitem>Undo</guimenuitem> command.  Each
18    <quote>Undo</quote> action can be reversed by a single
19    <quote>Redo</quote> action. You can alternate <quote>Undo</quote> and
20    <quote>Redo</quote> as many times as you like.  Note that you can
21    only <quote>Redo</quote> an operation if the last action you did was
22    an <quote>Undo</quote>.  If you perform any operation on the image
23    after Undoing something, then the former Redo steps are lost, and
24    there is no way to recover them.  See the
25    <link linkend="gimp-concepts-undo">Undoing</link> section for more
26    information.
27  </para>
28  <para>
29    To see the operations which you have done and undone, use the
30    <link linkend="gimp-undo-dialog">Undo History</link> dialog.
31  </para>
32
33  <sect3>
34    <title>Activating the Command</title>
35    <itemizedlist>
36      <listitem>
37        <para>
38          You can access this command from the image menubar through
39          <menuchoice>
40            <guimenu>Edit</guimenu>
41            <guimenuitem>Redo</guimenuitem>
42          </menuchoice>,
43        </para>
44      </listitem>
45      <listitem>
46        <para>
47          by using the keyboard shortcut
48          <keycombo><keycap>Ctrl</keycap><keycap>Y</keycap></keycombo>,
49        </para>
50      </listitem>
51      <listitem>
52        <para>
53          or by simply clicking on the status you want in the
54          <link linkend="gimp-undo-dialog">Undo History dialog</link>.
55        </para>
56      </listitem>
57    </itemizedlist>
58  </sect3>
59</sect2>
60