[gimp-help-2] wrap each modifier key with keycap tag



commit 2ae59c62a61810be18507f5e5c16afa84f7b9d77
Author: SimaMoto,RyÅ?Ta <rsimamoto gnome org>
Date:   Mon Apr 12 05:35:43 2010 +0900

    wrap each modifier key with keycap tag
    
     * emphasise Key like as <keycap>Key</keycap>

 src/appendix/history-24.xml             |    3 +-
 src/dialogs/indexed-palette-dialog.xml  |    5 ++-
 src/dialogs/layer-dialog.xml            |    4 +-
 src/dialogs/sample-points.xml           |   10 ++++----
 src/key-reference.xml                   |    2 +-
 src/menus/colors/info/borderaverage.xml |    5 ++-
 src/toolbox/color-picker.xml            |    4 +-
 src/toolbox/color/curves.xml            |    8 ++++--
 src/toolbox/measure.xml                 |   12 ++++++----
 src/toolbox/paint/bucket-fill.xml       |   10 ++++----
 src/toolbox/paint/clone.xml             |   29 ++++++++++++++-------------
 src/toolbox/paint/common-features.xml   |   25 ++++++++++++-----------
 src/toolbox/paint/convolve.xml          |   33 ++++++++++++++++--------------
 src/toolbox/paint/dodge-burn.xml        |    5 ++-
 src/toolbox/paint/heal.xml              |    7 +++--
 src/toolbox/paint/smudge.xml            |    2 +-
 src/toolbox/path.xml                    |   12 +++++-----
 src/toolbox/selection/ellipse.xml       |   12 +++++-----
 src/toolbox/selection/rectangle.xml     |    6 ++--
 src/toolbox/transform/align.xml         |   21 ++++++++++---------
 src/toolbox/zoom.xml                    |    4 +-
 src/using/getting-unstuck.xml           |    3 +-
 src/using/layers.xml                    |    6 +++-
 23 files changed, 123 insertions(+), 105 deletions(-)
---
diff --git a/src/appendix/history-24.xml b/src/appendix/history-24.xml
index b0736ef..0796fb1 100644
--- a/src/appendix/history-24.xml
+++ b/src/appendix/history-24.xml
@@ -184,7 +184,8 @@
           The fullscreen mode has been improved to not only allow getting a
           full scale preview of the artwork, but also allow comfortable
           editing. The artist has maximum screen estate available while all
-          functionality is quickly accessible by pressing the Tab key (toggles
+          functionality is quickly accessible by pressing the
+          <keycap>Tab</keycap> key (toggles
           visibility of all docks) when working fullscreen.
         </para>
         <para>
diff --git a/src/dialogs/indexed-palette-dialog.xml b/src/dialogs/indexed-palette-dialog.xml
index 936e50f..0fc661a 100644
--- a/src/dialogs/indexed-palette-dialog.xml
+++ b/src/dialogs/indexed-palette-dialog.xml
@@ -146,10 +146,11 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>Ctrl-click on a color entry</term>
+        <term><keycap>Ctrl</keycap>-click on a color entry</term>
         <listitem>
           <para>
-            This sets GIMP's background color to the color you Ctrl-click on,
+            This sets <acronym>GIMP</acronym>'s background color to the
+            color you <keycap>Ctrl</keycap>-click on,
             as shown in the Toolbox color area.
           </para>
         </listitem>
diff --git a/src/dialogs/layer-dialog.xml b/src/dialogs/layer-dialog.xml
index e5d3f53..4b14cdc 100644
--- a/src/dialogs/layer-dialog.xml
+++ b/src/dialogs/layer-dialog.xml
@@ -162,8 +162,8 @@
                 <para>
                   In front of the thumbnail is an icon showing an eye. By
                   clicking on the eye, you toggle whether the layer is visible
-                  or not. (Shift-clicking on the eye causes all
-                  <emphasis>other</emphasis> to be temporarily hidden.)
+                  or not. (<keycap>Shift</keycap>-clicking on the eye causes
+                  all <emphasis>other</emphasis> to be temporarily hidden.)
                 </para>
               </listitem>
             </varlistentry>
diff --git a/src/dialogs/sample-points.xml b/src/dialogs/sample-points.xml
index 8019c07..2d60dc0 100644
--- a/src/dialogs/sample-points.xml
+++ b/src/dialogs/sample-points.xml
@@ -67,11 +67,11 @@
   <sect3>
     <title>Using sample points</title>
     <para>
-      To create a sample point, Ctrl-click on one of the two measure rules
-      of the image window and drag the mouse pointer. Two perpendicular
-      guides appear. The sample point is where both guides intersect. You
-      can see its coordinates in the lower left corner and the information
-      bar of the image window. Release the mouse button.
+      To create a sample point, <keycap>Ctrl</keycap>-click on one of the
+      two measure rules of the image window and drag the mouse pointer.
+      Two perpendicular guides appear. The sample point is where both guides
+      intersect. You can see its coordinates in the lower left corner and
+      the information bar of the image window. Release the mouse button.
     </para>
     <para>
       By default, this sample point comes with a round mark and an order
diff --git a/src/key-reference.xml b/src/key-reference.xml
index bb8ccf8..e104762 100644
--- a/src/key-reference.xml
+++ b/src/key-reference.xml
@@ -588,7 +588,7 @@
       </variablelist>
       <note>
         <para>
-          Menus can also be activated by Alt with the letter
+          Menus can also be activated by <keycap>Alt</keycap> with the letter
           underscored in the menu name.
         </para>
       </note>
diff --git a/src/menus/colors/info/borderaverage.xml b/src/menus/colors/info/borderaverage.xml
index f49c9bf..d89ecdd 100644
--- a/src/menus/colors/info/borderaverage.xml
+++ b/src/menus/colors/info/borderaverage.xml
@@ -57,8 +57,9 @@
       the foreground color in the Toolbox. This filter is interesting when
       you have to find a Web page color background that differs as little as
       possible from your image border. The action of this filter is not
-      registered in Undo History and can't be deleted with Ctrl+Z : it
-      doesn't modify the image.
+      registered in Undo History and can't be deleted with
+      <keycombo><keycap>Ctrl</keycap><keycap>Z</keycap></keycombo> :
+      it doesn't modify the image.
     </para>
   </sect3>
 
diff --git a/src/toolbox/color-picker.xml b/src/toolbox/color-picker.xml
index 7cafad2..80d655f 100644
--- a/src/toolbox/color-picker.xml
+++ b/src/toolbox/color-picker.xml
@@ -94,7 +94,7 @@
     <title>Key modifiers (Defaults)</title>
     <variablelist>
       <varlistentry>
-        <term>Ctrl</term>
+        <term><keycap>Ctrl</keycap></term>
         <listitem>
           <para>
             If the pick mode is set to <guilabel>Set foreground
@@ -109,7 +109,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>Shift</term>
+        <term><keycap>Shift</keycap></term>
         <listitem>
           <para>
             By pressing the <keycap>Shift</keycap> key, the
diff --git a/src/toolbox/color/curves.xml b/src/toolbox/color/curves.xml
index 93ad98a..8dea874 100644
--- a/src/toolbox/color/curves.xml
+++ b/src/toolbox/color/curves.xml
@@ -240,10 +240,12 @@
                 Meanwhile, on the canvas, the mouse pointer has the form of
                 an eye-dropper. If you click on a pixel, a vertical line
                 appears on the chart, positioned to the source value of this
-                pixel in the selected channel. If you Shift-click, you create
-                an anchor in the selected channel. If you Ctrl-click, you
+                pixel in the selected channel. If you
+                <keycap>Shift</keycap>-click, you create an anchor in the
+                selected channel. If you <keycap>Ctrl</keycap>-click, you
                 create an anchor in all channels, possibly including the
-                Alpha channel. You can also Shift-drag and Ctrl-drag: this
+                Alpha channel. You can also <keycap>Shift</keycap>-drag and
+                <keycap>Ctrl</keycap>-drag: this
                 will move the vertical line and the anchor will show up when
                 releasing the mouse left button.
               </para>
diff --git a/src/toolbox/measure.xml b/src/toolbox/measure.xml
index 50c6d56..7d057a0 100644
--- a/src/toolbox/measure.xml
+++ b/src/toolbox/measure.xml
@@ -105,7 +105,7 @@
     <title>Key modifiers (Defaults)</title>
     <variablelist>
       <varlistentry>
-        <term>Shift</term>
+        <term><keycap>Shift</keycap></term>
         <listitem>
           <para>
             Holding down the <keycap>Shift</keycap> allows to start a new
@@ -118,14 +118,15 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>Ctrl</term>
+        <term><keycap>Ctrl</keycap></term>
         <listitem>
           <para>
             Holding down the <keycap>Ctrl</keycap> key puts the tool
             into constrained straight line mode. The orientation of the
             line is constrained to the nearest multiple of 15 degrees.
           </para>
-          <para><keycap>Ctrl</keycap> key pressed and click on an end point
+          <para>
+            <keycap>Ctrl</keycap> key pressed and click on an end point
             creates a horizontal guide. The mouse pointer goes with the
             <guiicon>
               <inlinegraphic fileref="images/toolbox/measure-horiz.png" />
@@ -135,9 +136,10 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>Alt</term>
+        <term><keycap>Alt</keycap></term>
         <listitem>
-          <para><keycap>Alt</keycap> key and click on an end point creates a
+          <para>
+            <keycap>Alt</keycap> key and click on an end point creates a
             vertical guide. The mouse pointer goes with the
             <guiicon>
               <inlinegraphic fileref="images/toolbox/measure-vert.png"/>
diff --git a/src/toolbox/paint/bucket-fill.xml b/src/toolbox/paint/bucket-fill.xml
index 199bc93..52b38c0 100644
--- a/src/toolbox/paint/bucket-fill.xml
+++ b/src/toolbox/paint/bucket-fill.xml
@@ -33,11 +33,11 @@
 
   <para>
     This tool fills a selection with the current foreground color. If you
-    Ctrl+click and use the Bucket tool, it will use the background color
-    instead. Depending on how the tool options are set, the Bucket Fill tool
-    will either fill the entire selection, or only parts whose colors are
-    similar to the point you click on. The tool options also affect the way
-    transparency is handled.
+    <keycap>Ctrl</keycap>+click and use the Bucket tool, it will use the
+    background color instead. Depending on how the tool options are set, the
+    Bucket Fill tool will either fill the entire selection, or only parts
+    whose colors are similar to the point you click on. The tool options also
+    affect the way transparency is handled.
   </para>
   <para>
     The amount of fill depends on what Fill Threshold you have specified. The
diff --git a/src/toolbox/paint/clone.xml b/src/toolbox/paint/clone.xml
index 298c526..980aa76 100644
--- a/src/toolbox/paint/clone.xml
+++ b/src/toolbox/paint/clone.xml
@@ -326,12 +326,13 @@
                 <para>
                   The <quote>Registered</quote> mode is different from the
                   other alignment modes. When you copy from an image, a
-                  Ctrl-click will register a source layer. Then painting in a
-                  target layer will clone each corresponding pixel (pixel with
-                  the same offset) from the source layer. This is useful when
-                  you want to clone parts of an image from one layer to
-                  another layer within the same image. (But remember that you
-                  can also clone from one image to another image.)
+                  <keycap>Ctrl</keycap>-click will register a source layer.
+                  Then painting in a target layer will clone each
+                  corresponding pixel (pixel with the same offset) from the
+                  source layer. This is useful when you want to clone parts
+                  of an image from one layer to another layer within the same
+                  image. (But remember that you can also clone from one image
+                  to another image.)
                 </para>
                 <para>
                   At every brush stroke, the source adopts the position of the
@@ -442,10 +443,10 @@
             with a brush. To do this, duplicate the layer you want to work
             on, and apply the filter to the copy. Then activate the Clone
             tool, setting Source to <quote>Image source</quote> and Alignment
-            to <quote>Registered</quote>. Ctrl-click on the filtered layer to
-            set it as the source, and paint on the original layer: you will
-            then in effect be painting the filtered image data onto the
-            original layer.
+            to <quote>Registered</quote>. <keycap>Ctrl</keycap>-click on the
+            filtered layer to set it as the source, and paint on the original
+            layer: you will then in effect be painting the filtered image
+            data onto the original layer.
           </para>
         </listitem>
       </varlistentry>
@@ -466,10 +467,10 @@
             original, not the copy, because duplicating an image does not
             duplicate the Undo history.) Now activate the Clone tool,
             setting Source to <quote>Image source</quote> and Alignment to
-            <quote>Registered</quote>. Ctrl-click on a layer from one image,
-            and paint on the corresponding layer from the other image.
-            Depending on how you do it, this gives you either an <quote>undo
-            brush</quote> or a <quote>redo brush</quote>.
+            <quote>Registered</quote>. <keycap>Ctrl</keycap>-click on a layer
+            from one image, and paint on the corresponding layer from the
+            other image. Depending on how you do it, this gives you either
+            an <quote>undo brush</quote> or a <quote>redo brush</quote>.
           </para>
         </listitem>
       </varlistentry>
diff --git a/src/toolbox/paint/common-features.xml b/src/toolbox/paint/common-features.xml
index 34c2f82..15141d6 100644
--- a/src/toolbox/paint/common-features.xml
+++ b/src/toolbox/paint/common-features.xml
@@ -175,15 +175,16 @@
             <primary>Straight Line</primary>
           </indexterm>
           <para>
-            Holding down the Shift key has the same effect on most paint
-            tools: it places the tool into <emphasis>straight line</emphasis>
-            mode. To create a straight line with any of the paint tools, first
-            click on the starting point, <emphasis>then</emphasis>
-            press the Shift key. As long as you hold it down, you will see a
-            thin line connecting the previously clicked point with the current
-            pointer location. If you click again, while continuing to hold
-            down the Shift key, a straight line will be rendered. You can
-            continue this process to create a series of connected line
+            Holding down the <keycap>Shift</keycap> key has the same effect on
+            most paint tools: it places the tool into <emphasis>straight
+            line</emphasis> mode. To create a straight line with any of the
+            paint tools, first click on the starting point,
+            <emphasis>then</emphasis> press the <keycap>Shift</keycap> key.
+            As long as you hold it down, you will see a thin line connecting
+            the previously clicked point with the current pointer location.
+            If you click again, while continuing to hold down the
+            <keycap>Shift</keycap> key, a straight line will be rendered. You
+            can continue this process to create a series of connected line
             segments.
           </para>
         </listitem>
@@ -199,9 +200,9 @@
         <listitem>
           <para>
             Holding down both keys puts the tool into
-            <emphasis>constrained straight line</emphasis> mode.  This
-            is similar to the effect of the Shift key alone, except
-            that the orientation of the line is constrained to the
+            <emphasis>constrained straight line</emphasis> mode.  This is
+            similar to the effect of the <keycap>Shift</keycap> key alone,
+            except that the orientation of the line is constrained to the
             nearest multiple of 15 degrees.  Use this if you want to
             create perfect horizontal, vertical, or diagonal lines.
           </para>
diff --git a/src/toolbox/paint/convolve.xml b/src/toolbox/paint/convolve.xml
index d25451e..45bc3a8 100644
--- a/src/toolbox/paint/convolve.xml
+++ b/src/toolbox/paint/convolve.xml
@@ -55,10 +55,10 @@
       and run a sharpening filter, such as Unsharp Mask, on the copy. Then
       activate the Clone tool, and in its Tool Options set Source to
       <quote>Image source</quote> and Alignment to <quote>Registered</quote>.
-      Set the Opacity to a modest value, such as 10. Then Ctrl-click on the
-      copy to make it the source image. If you now paint on the original
-      layer, you will mix together, where the brush is applied, the sharpened
-      version with the unsharpened version.
+      Set the Opacity to a modest value, such as 10. Then
+      <keycap>Ctrl</keycap>-click on the copy to make it the source image. If
+      you now paint on the original layer, you will mix together, where the
+      brush is applied, the sharpened version with the unsharpened version.
     </para>
   </tip>
 
@@ -112,15 +112,18 @@
       Features</link> for a description of key modifiers that have the same
       effect on all paint tools.
     </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          <keycap>Ctrl</keycap>:
-          Holding down the Ctrl key toggles between Blur and Sharpen
-          modes; it reverses the setting shown in the Tool Options.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <variablelist>
+      <varlistentry>
+        <term><keycap>Ctrl</keycap></term>
+        <listitem>
+          <para>
+            Holding down the <keycap>Ctrl</keycap> key toggles between Blur
+            and Sharpen
+            modes; it reverses the setting shown in the Tool Options.
+          </para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
   </sect3>
 
   <sect3>
@@ -158,8 +161,8 @@
             mode causes each pixel to become more different from its neighbors
             than it previously was: it increases contrast inside the
             brushstroke area. Too much Sharpen ends in an ugly flocculation
-            aspect. Whatever setting you choose here, you can
-            reverse it on-the-fly by holding down the Ctrl key.
+            aspect. Whatever setting you choose here, you can reverse
+            it on-the-fly by holding down the <keycap>Ctrl</keycap> key.
           </para>
           <para>
             <quote>Convolve</quote> refers to a mathematical method using
diff --git a/src/toolbox/paint/dodge-burn.xml b/src/toolbox/paint/dodge-burn.xml
index 5a2c0b6..3dba008 100644
--- a/src/toolbox/paint/dodge-burn.xml
+++ b/src/toolbox/paint/dodge-burn.xml
@@ -87,8 +87,9 @@
           <keycap>Shift</keycap>
         </term>
         <listitem>
-          <para><keycap>Shift</keycap> places the Dodge or Burn tool into
-            straight line mode.  Holding Shift while clicking
+          <para>
+            <keycap>Shift</keycap> places the Dodge or Burn tool into
+            straight line mode. Holding <keycap>Shift</keycap> while clicking
             <mousebutton>Button1</mousebutton> will Dodge or Burn in a
             straight line. Consecutive clicks will continue Dodge or
             Burn in straight lines that originate from the end of the
diff --git a/src/toolbox/paint/heal.xml b/src/toolbox/paint/heal.xml
index 7b8e69e..e83494f 100644
--- a/src/toolbox/paint/heal.xml
+++ b/src/toolbox/paint/heal.xml
@@ -89,9 +89,10 @@
         </term>
         <listitem>
           <para>
-            The Ctrl key is used to select the source. You can heal from any
-            layer of any image, by clicking on the image display, with the
-            Ctrl key held down, while the layer is active (as shown in the
+            The <keycap>Ctrl</keycap> key is used to select the source.
+            You can heal from any layer of any image, by clicking on the
+            image display, with the <keycap>Ctrl</keycap> key held down,
+            while the layer is active (as shown in the
             Layers dialog). If Alignment is set to <quote>Non-aligned</quote>
             or <quote>Aligned</quote> in Tool Options, then the point you
             click on becomes the origin for healing: the image data at that
diff --git a/src/toolbox/paint/smudge.xml b/src/toolbox/paint/smudge.xml
index fbcd456..60c2a53 100644
--- a/src/toolbox/paint/smudge.xml
+++ b/src/toolbox/paint/smudge.xml
@@ -80,7 +80,7 @@
         <listitem>
           <para>
             The <keycap>Shift</keycap> key places the smudge tool into
-            straight line mode.  Holding Shift while clicking
+            straight line mode.  Holding <keycap>Shift</keycap> while clicking
             <mousebutton>Button1</mousebutton> will smudge in a straight
             line. Consecutive clicks will continue smudging in straight
             lines that originate from the end of the last line.
diff --git a/src/toolbox/path.xml b/src/toolbox/path.xml
index f2e28cd..a79f9eb 100644
--- a/src/toolbox/path.xml
+++ b/src/toolbox/path.xml
@@ -85,7 +85,7 @@
     </note>
     <variablelist>
       <varlistentry>
-        <term>Shift</term>
+        <term><keycap>Shift</keycap></term>
         <listitem>
           <para>
             This key has several functions depending on context. See Options
@@ -94,15 +94,15 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>Ctrl;Alt</term>
+        <term><keycap>Ctrl</keycap> ; <keycap>Alt</keycap></term>
         <listitem>
           <para>
             Three modes are available to work with the Paths tool:
             <guilabel>Design</guilabel>,<guilabel>Edit</guilabel>
-            and <guilabel>Move</guilabel>.
-            <keycap>Ctrl</keycap> key toggles between Design and Edit.
-            <keycap>Alt</keycap> (or Ctrl+Alt) key toggles between Design and
-            Move.
+            and <guilabel>Move</guilabel>.  <keycap>Ctrl</keycap> key
+            toggles between Design and Edit.  <keycap>Alt</keycap> (or
+            <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap></keycombo> )
+            key toggles between Design and Move.
           </para>
         </listitem>
       </varlistentry>
diff --git a/src/toolbox/selection/ellipse.xml b/src/toolbox/selection/ellipse.xml
index 667e662..dbbc537 100644
--- a/src/toolbox/selection/ellipse.xml
+++ b/src/toolbox/selection/ellipse.xml
@@ -112,8 +112,8 @@
             Pressing the key after starting your selection, and holding it
             down until you are finished, causes your starting point to be used
             as the center of the selected ellipse, instead of a corner of the
-            rectangle that may contain it. Note that if you press the Ctrl key
-            <emphasis>before</emphasis>
+            rectangle that may contain it. Note that if you press the
+            <keycap>Ctrl</keycap> key <emphasis>before</emphasis>
             starting to make the selection, the resulting selection will be
             subtracted from the existing selection.
           </para>
@@ -123,10 +123,10 @@
         <term><keycap>Shift</keycap></term>
         <listitem>
           <para>
-            Pressing the Shift key after starting your selection, and holding
-            it down until you are finished, constrains the selection to be a
-            circle. Note that if you press the Shift key
-            <emphasis>before</emphasis>
+            Pressing the <keycap>Shift</keycap> key after starting your
+            selection, and holding it down until you are finished, constrains
+            the selection to be a circle. Note that if you press the
+            <keycap>Shift</keycap> key <emphasis>before</emphasis>
             starting to make the selection, the resulting selection will be
             added to the existing selection.
           </para>
diff --git a/src/toolbox/selection/rectangle.xml b/src/toolbox/selection/rectangle.xml
index 82fe69b..e818d26 100644
--- a/src/toolbox/selection/rectangle.xml
+++ b/src/toolbox/selection/rectangle.xml
@@ -91,12 +91,12 @@
         </term>
         <listitem>
           <para>
-            Pressing the Ctrl key after starting
+            Pressing the <keycap>Ctrl</keycap> key after starting
             your selection, and holding it down until you are finished,
             causes your starting point to be used as the center of the
             selected rectangle, instead of a corner.  Note that if you
-            press the Ctrl key <emphasis>before</emphasis> starting to
-            make the selection, the resulting selection will be
+            press the <keycap>Ctrl</keycap> key <emphasis>before</emphasis>
+            starting to make the selection, the resulting selection will be
             subtracted from the existing selection. The cursor becomes
             <guiicon>
               <inlinegraphic
diff --git a/src/toolbox/transform/align.xml b/src/toolbox/transform/align.xml
index 1db0439..4ddabdc 100644
--- a/src/toolbox/transform/align.xml
+++ b/src/toolbox/transform/align.xml
@@ -130,33 +130,34 @@
                 </para>
                 <itemizedlist>
                   <listitem>
-                    <para><guilabel>First item</guilabel>: the first selected
-                      item when selecting multiple layers holding the Shift
+                    <para>
+                      <guilabel>First item</guilabel>: the first selected
+                      item when selecting multiple layers holding the
+                      <keycap>Shift</keycap>
                       key. Note that there is no <quote>first item</quote>
                       when you select multiple layers using rubber-banding.
                     </para>
                   </listitem>
                   <listitem>
-                    <para><guilabel>Image</guilabel>: the image is used as a
+                    <para>
+                      <guilabel>Image</guilabel>: the image is used as a
                       target.
                     </para>
                   </listitem>
                   <listitem>
-                    <para><guilabel>Selection</guilabel>: the minimal rectangular
+                    <para>
+                      <guilabel>Selection</guilabel>: the minimal rectangular
                       region covering the active selection.
                     </para>
                   </listitem>
                   <listitem>
-                    <para><guilabel>Active layer</guilabel>:
-                    </para>
+                    <para><guilabel>Active layer</guilabel>:</para>
                   </listitem>
                   <listitem>
-                    <para><guilabel>Active Channel</guilabel>:
-                    </para>
+                    <para><guilabel>Active Channel</guilabel>:</para>
                   </listitem>
                   <listitem>
-                    <para><guilabel>Active Path</guilabel>:
-                    </para>
+                    <para><guilabel>Active Path</guilabel>:</para>
                   </listitem>
                 </itemizedlist>
               </listitem>
diff --git a/src/toolbox/zoom.xml b/src/toolbox/zoom.xml
index daa3946..8c80119 100644
--- a/src/toolbox/zoom.xml
+++ b/src/toolbox/zoom.xml
@@ -90,8 +90,8 @@
         </term>
         <listitem>
           <para>
-            Spinning the mouse wheel, while pressing Ctrl, varies the zoom
-            level.
+            Spinning the mouse wheel, while pressing <keycap>Ctrl</keycap>,
+            varies the zoom level.
           </para>
         </listitem>
       </varlistentry>
diff --git a/src/using/getting-unstuck.xml b/src/using/getting-unstuck.xml
index 93c6069..b48dd6c 100644
--- a/src/using/getting-unstuck.xml
+++ b/src/using/getting-unstuck.xml
@@ -132,7 +132,8 @@
       <para>
         <emphasis>How to fix:</emphasis>
         If doing this has destroyed a selection that you wanted to keep, hit
-        Ctrl-Z (undo) a couple of times to restore it, and then we'll figure
+        <keycombo><keycap>Ctrl</keycap><keycap>Z</keycap></keycombo>
+        (undo) a couple of times to restore it, and then we'll figure
         out what the problem is. There are a couple of possibilities. If you
         couldn't see any selection, there may have been a very tiny one, or
         even one that contained no pixels. If this was the case, it surely is
diff --git a/src/using/layers.xml b/src/using/layers.xml
index 239083d..3622074 100644
--- a/src/using/layers.xml
+++ b/src/using/layers.xml
@@ -24,7 +24,8 @@
           <guimenuitem>New Layer</guimenuitem>
         </menuchoice>
         in the image menu.  This brings up a dialog that allows you
-        to set the basic properties of the new layer; see the <link linkend="gimp-layer-new">New Layer dialog</link>
+        to set the basic properties of the new layer; see the
+        <link linkend="gimp-layer-new">New Layer dialog</link>
         section for help with it.
       </para>
     </listitem>
@@ -42,7 +43,8 @@
     <listitem>
       <para>
         When you <quote>cut</quote> or <quote>copy</quote> something, and
-        then paste it using Ctrl-V or
+        then paste it using
+        <keycombo><keycap>Ctrl</keycap><keycap>Z</keycap></keycombo> or
         <menuchoice>
           <guimenu>Edit</guimenu>
           <guimenuitem>Paste</guimenuitem>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]