[gimp-help] Small updates in Color Picker and Bucket Fill tools



commit 12079918ae0538231d5dd6946788491db1183f2b
Author: Julien Hardelin <jhardlin orange fr>
Date:   Mon May 13 18:18:10 2019 +0200

    Small updates in Color Picker and Bucket Fill tools

 .directory                                |   5 +----
 images/C/toolbox/color-picker-dialog.png  | Bin 0 -> 11430 bytes
 images/C/toolbox/color-picker-options.png | Bin 18443 -> 0 bytes
 src/toolbox/color-picker.xml              |  23 ++++++++++-------------
 src/toolbox/paint/bucket-fill.xml         |  13 ++++++++++---
 5 files changed, 21 insertions(+), 20 deletions(-)
---
diff --git a/.directory b/.directory
index 5d9965792..ee0072b36 100644
--- a/.directory
+++ b/.directory
@@ -1,6 +1,3 @@
 [Dolphin]
-Timestamp=2019,5,12,18,34,46
+Timestamp=2019,5,12,21,19,15
 Version=3
-
-[Settings]
-HiddenFilesShown=true
diff --git a/images/C/toolbox/color-picker-dialog.png b/images/C/toolbox/color-picker-dialog.png
new file mode 100644
index 000000000..5d1450926
Binary files /dev/null and b/images/C/toolbox/color-picker-dialog.png differ
diff --git a/src/toolbox/color-picker.xml b/src/toolbox/color-picker.xml
index f4424728a..edba08273 100644
--- a/src/toolbox/color-picker.xml
+++ b/src/toolbox/color-picker.xml
@@ -91,20 +91,16 @@
   </sect3>
 
   <sect3>
-    <title>Key modifiers (Defaults)</title>
+    <title>Key modifiers</title>
     <variablelist>
       <varlistentry>
         <term><keycap>Ctrl</keycap></term>
         <listitem>
           <para>
-            If the pick mode is set to <guilabel>Set foreground
-            color</guilabel>, then pressing the <keycap>Ctrl</keycap> key
-            switches the tool into the <guilabel>Set background
-            color</guilabel> mode. If the pick mode is set to <guilabel>Set
-            background color</guilabel> then the key switches the mode to
-            <guilabel>Set foreground color</guilabel>.
-            When the pick mode is <guilabel>Pick only</guilabel>, the key
-            doesn't do anything.
+            <keycap>Ctrl</keycap> does nothing here. But, when using a paint 
+              tool, pressing <keycap>Ctrl</keycap> allows you to pick colors
+              without having to switch to <emphasis>Color Picker</emphasis>
+              tool.
           </para>
         </listitem>
       </varlistentry>
@@ -112,8 +108,9 @@
         <term><keycap>Shift</keycap></term>
         <listitem>
           <para>
-            By pressing the <keycap>Shift</keycap> key, the
-            <guilabel>Color Picker Information window</guilabel> is opened
+            If the <guilabel>Use info window</guilabel> option is not checked, 
+            pressing <keycap>Shift</keycap> key, opens the
+            <guilabel>Color Picker Information window</guilabel>
             when you click on a pixel.
           </para>
           <note>
@@ -136,7 +133,7 @@
       <mediaobject>
         <imageobject>
           <imagedata format="PNG"
-            fileref="images/toolbox/color-picker-options.png"/>
+            fileref="images/toolbox/color-picker-dialog.png"/>
         </imageobject>
       </mediaobject>
     </figure>
@@ -168,7 +165,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>Pick Mode</term>
+        <term>Pick Target (Ctrl)</term>
         <listitem>
           <variablelist>
             <varlistentry>
diff --git a/src/toolbox/paint/bucket-fill.xml b/src/toolbox/paint/bucket-fill.xml
index 5a9e87def..232f9bf8a 100644
--- a/src/toolbox/paint/bucket-fill.xml
+++ b/src/toolbox/paint/bucket-fill.xml
@@ -87,11 +87,13 @@
   </sect3>
 
   <sect3>
-    <title>Key modifiers (Defaults)</title>
+    <title>Key modifiers</title>
     <itemizedlist>
       <listitem>
-        <para><keycap>Ctrl</keycap> toggles the use of BG Color Fill or FG
-          Color Fill on the fly.
+        <para>
+          Similarly to paint tools, pressing <keycap>Ctrl</keycap> allows you 
+          to pick surrounding colors on canvas without having to switch to 
+          <emphasis>Color Picker tool</emphasis>.
         </para>
       </listitem>
       <listitem>
@@ -99,6 +101,11 @@
           Fill Whole Selection on the fly.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <keycap>Alt</keycap> toggles Fill type between FG and BG colors.
+        </para>
+      </listitem>
     </itemizedlist>
   </sect3>
 


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