[gnome-user-docs] g-h/mouse-*: Update for G3 settings, final



commit 72ceb186b47fc836a3e3a152391a13b7f0a83fe2
Author: Shaun McCance <shaunm gnome org>
Date:   Sun Apr 3 18:23:03 2011 -0400

    g-h/mouse-*: Update for G3 settings, final

 gnome-help/C/mouse-doubleclick.page         |   50 +++++++++++++++++++
 gnome-help/C/mouse-drag-threshold.page      |   50 +++++++-------------
 gnome-help/C/mouse-lefthanded.page          |   42 +++++++----------
 gnome-help/C/mouse-problem-doubleclick.page |   68 --------------------------
 gnome-help/C/mouse-sensitivity.page         |   70 +++++++++++++--------------
 gnome-help/Makefile.am                      |    4 +-
 6 files changed, 119 insertions(+), 165 deletions(-)
---
diff --git a/gnome-help/C/mouse-doubleclick.page b/gnome-help/C/mouse-doubleclick.page
new file mode 100644
index 0000000..fc6da89
--- /dev/null
+++ b/gnome-help/C/mouse-doubleclick.page
@@ -0,0 +1,50 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  type="topic"
+  style="task a11y"
+  id="mouse-doubleclick">
+<info>
+    <link type="guide" xref="mouse-problems"/>
+    <link type="guide" xref="mouse"/>
+    <link type="guide" xref="a11y#mobility" group="clicking"/>
+    
+    <desc>Control how quickly you need to press the mouse button
+    a second time to double-click.</desc>
+    
+    <revision pkgversion="3.0" date="2011-04-03" status="final"/>
+    <credit type="author">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+    </credit>
+    <credit type="author">
+      <name>Shaun McCance</name>
+      <email>shaunm gnome org</email>
+    </credit>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+</info>
+
+<title>Adjust the double-click speed</title>
+
+<p>Double-clicking only happens when you press the mouse button twice
+quickly enough. If the second press is too long after the first, you'll
+just get two separate clicks, not a double click. If you have difficulty
+pressing the mouse button so quickly, you should increase the timeout.</p>
+
+<steps>
+  <item><p>Click your name on the top bar and select <gui>System Settings</gui>.</p></item>
+  <item><p>Click <gui>Mouse and Touchpad</gui>.</p></item>
+  <item><p>Under <gui>Double-Click Timeout</gui>, adjust the <gui>Timeout</gui>
+  slider to a value you find comfortable. Use the smiley face under the slider
+  to test your settings. A single click will make it smile. A double-click will
+  give it an ear-to-ear grin.</p></item>
+</steps>
+
+<note>
+<p>If your mouse double-clicks when you want it to single-click
+even though you have increased the double-click timeout, 
+your mouse may be faulty. Try plugging a different mouse into your computer 
+and see if that works properly. Alternatively, plug your mouse into a 
+different computer and see if it still has the same problem.
+</p>
+</note>
+
+</page>
diff --git a/gnome-help/C/mouse-drag-threshold.page b/gnome-help/C/mouse-drag-threshold.page
index ba084f7..698c607 100644
--- a/gnome-help/C/mouse-drag-threshold.page
+++ b/gnome-help/C/mouse-drag-threshold.page
@@ -1,51 +1,35 @@
 <page xmlns="http://projectmallard.org/1.0/";
-      type="topic" style="a11y"
+      type="topic" style="task a11y"
       id="mouse-drag-threshold">
   <info>
     <link type="guide" xref="mouse"/>
     <link type="guide" xref="a11y#mobility" group="clicking"/>
 
-    <revision pkgversion="3.0" version="0.1" date="2011-02-25" status="candidate"/>
-    <credit type="author copyright">
+    <revision pkgversion="3.0" date="2011-04-03" status="final"/>
+    <credit type="author">
       <name>Shaun McCance</name>
       <email>shaunm gnome org</email>
-      <years>2010</years>
     </credit>
 
-    <desc>Configure drag and drop distance.</desc>
+    <desc>Change how far you have to move your mouse pointer
+    to start dragging.</desc>
   </info>
 
-  <title>Mouse drag threshold</title>
+  <title>Adjust the mouse drag threshold</title>
 
-  <comment>
-    <cite date="2010-12-17" href="mailto:shaunm gnome org">Shaun McCance</cite>
-    <p>This assumes the reader knows how to.... By the end of this page,
-    the reader will be able to....</p>
-  </comment>
-
-  <p>You can customize the minimum distance required for a drag-and-drop action:</p>
+  <p>When you click something, it's not uncommon for your hand to move
+  a little between the time you press the mouse button and the time you
+  release it. For this reason, dragging only starts if you move the pointer
+  past a certain threshold, so that you don't accidentally start dragging
+  every time you click. You can control the minimum distance required
+  to start dragging.</p>
 
 <steps>
-<item>
-  <p>
-  Click <guiseq><gui>Alt</gui><gui>F1</gui></guiseq> or the <link xref="windows-key">windows</link> key, or touch the pointer to the <link xref="shell-terminology">hot corner</link> to enter the <gui>Activities</gui> overview.
-  </p>
- </item>
- <item>
- <p>
- Type <input>mouse</input>. Press <key>Enter</key> or click on the <gui>Mouse</gui> icon.
- </p>
- </item>
- <item>
-  <p>
-Select the <gui>General</gui> tab.
-  </p>
- </item>
- <item>
-  <p>
-  Adjust the <gui>Drag and Drop</gui> <gui>Threshold</gui> by moving the slider.
-  </p>
- </item>
+  <item><p>Click your name on the top bar and select <gui>System Settings</gui>.</p></item>
+  <item><p>Click <gui>Mouse and Touchpad</gui>.</p></item>
+  <item><p>Under <gui>Drag and Drop</gui>, adjust the <gui>Threshold</gui> slider
+  to a value you find comfortable. Try moving the settings window by dragging the
+  titlebar to test the current value.</p></item>
 </steps>
 
 </page>
diff --git a/gnome-help/C/mouse-lefthanded.page b/gnome-help/C/mouse-lefthanded.page
index 3cb0c29..427f061 100644
--- a/gnome-help/C/mouse-lefthanded.page
+++ b/gnome-help/C/mouse-lefthanded.page
@@ -4,38 +4,30 @@
   id="mouse-lefthanded">
 <info>
     <link type="guide" xref="mouse"/>
-    <desc><guiseq><gui>Mouse</gui><gui>General</gui><gui>Mouse Orientation</gui></guiseq></desc>
+    <desc>Reverse the left and right mouse buttons in the mouse settings.</desc>
 
-    <revision pkgversion="3.0" version="0.1" date="2011-03-19" status="candidate"/>
+    <revision pkgversion="3.0" date="2011-04-03" status="final"/>
     <credit type="author">
-        <name>Phil Bull</name>
-        <email>philbull gmail com</email>
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+    </credit>
+    <credit type="author">
+      <name>Shaun McCance</name>
+      <email>shaunm gnome org</email>
     </credit>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 </info>
 
-<title>Left-handed mouse orientation</title>
+<title>Use your mouse left-handed</title>
+
+<p>You can swap the behavior of the left and right buttons on your
+mouse or touchpad to make it more comfortable for left-handed use.</p>
 
 <steps>
-    <item><p>
-      Press the <link xref="windows-key">windows</link> key or Press <keyseq><key>Alt</key><key>F1</key></keyseq> or move your cursor to the <link xref="shell-terminology">hot corner</link> to enter the <gui>Activities</gui> overview.
-    </p></item>
-    <item><p>
-      <gui>Type to search</gui> <input>mouse</input>.
-    </p>
-    <p>
-    Press <key>Enter</key>.
-    </p>
-    </item>
-    <item><p>
-      Click on the <gui>General</gui> tab.
-    </p></item>
-    <item><p>
-      Under <gui>Mouse Orientation</gui> select desired handedness by clicking on the desired radio button.
-    </p></item>
-    <item><p>
-    Click <gui>Close</gui>.
-    </p></item>
-  </steps>
+  <item><p>Click your name on the top bar and select <gui>System Settings</gui>.</p></item>
+  <item><p>Click <gui>Mouse and Touchpad</gui>.</p></item>
+  <item><p>On the <gui>Mouse</gui> tab, select <gui>Left-handed</gui>. This
+  settings will affect both your mouse and touchpad.</p></item>
+</steps>
 
 </page>
diff --git a/gnome-help/C/mouse-sensitivity.page b/gnome-help/C/mouse-sensitivity.page
index 3fb2896..1ce3a57 100644
--- a/gnome-help/C/mouse-sensitivity.page
+++ b/gnome-help/C/mouse-sensitivity.page
@@ -7,51 +7,47 @@
 
     <link type="guide" xref="a11y#mobility" group="pointing"/>
     
-    <desc><guiseq><gui>Mouse</gui><gui>General</gui><gui>Pointer Speed</gui></guiseq></desc>
+    <desc>Change how quickly the pointer moves when you use
+    your mouse or touchpad.</desc>
     
-    <revision pkgversion="3.0" version="0.1" date="2011-02-25" status="candidate"/>
+    <revision pkgversion="3.0" date="2011-04-03" status="final"/>
     <credit type="author">
-        <name>Phil Bull</name>
-        <email>philbull gmail com</email>
-     </credit>
-     <credit>
-        <name>Tiffany Antopolski</name>
-        <email>tiffany antopolski gmail com</email>
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+    </credit>
+    <credit>
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski gmail com</email>
+    </credit>
+    <credit>
+      <name>Shaun McCance</name>
+      <email>shaunm gnome org</email>
     </credit>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 </info>
 
-<title>Adjust speed and sensitivy of mouse</title>
+<title>Adjust speed of the mouse and touchpad</title>
+
+<p>If your pointer moves too fast or slow when you move your mouse
+or use your touchpad, you can adjust the pointer sensitivity and
+acceleration for these devices.</p>
 
 <steps>
-<item>
-  <p>
-  Click <guiseq><gui>Alt</gui><gui>F1</gui></guiseq> or the <link xref="windows-key">windows</link> key, or touch the pointer to the <link xref="shell-terminology">hot corner</link> to enter the <gui>Activities</gui> overview.
-  </p>
- </item>
- <item>
- <p>
- Type <input>mouse</input>. Press <key>Enter</key> or click on the <gui>Mouse</gui> icon.
- </p>
- </item>
- <item>
-  <p>
-Select the <gui>General</gui> tab.
-  </p>
- </item>
- <item>
-  <p>
-  Adjust the <gui>Pointer Speed</gui> by adjusting the <gui>Acceleration</gui> and <gui>Sensitivity</gui> sliders.
-  </p>
- </item>
+  <item><p>Click your name on the top bar and select <gui>System Settings</gui>.</p></item>
+  <item><p>Click <gui>Mouse and Touchpad</gui>.</p></item>
+  <item><p>Adjust the <gui>Acceleration</gui> and <gui>Sensitivity</gui> sliders
+  until the pointer motion is comfortable for you. Sensitivity is how much your
+  pointer initially moves when you move your mouse. The father you move your
+  mouse, the faster and faster the pointer moves relative to your movement.
+  This helps you get the pointer across the screen without lifting your hand,
+  while still letting you point and click accurately. Acceleration controls
+  this behavior.</p></item>
 </steps>
 
-<comment>
-    <cite>Phil Bull</cite>
-    <p>
-    The meaning of Sensitivity isn't clear. It doesn't seem to do anything on my 
-    computer.
-    </p>
-</comment>
-
+<note style="tip">
+  <p>You can set the sensitivity and acceleration differently for your mouse
+  and touchpad. Sometimes the most comfortable settings for one type of
+  device aren't the most comfortable for another. Just set the sliders on
+  both the <gui>Mouse</gui> and <gui>Touchpad</gui> tabs.</p>
+</note>
 </page>
diff --git a/gnome-help/Makefile.am b/gnome-help/Makefile.am
index c97d86c..b4b2ad5 100644
--- a/gnome-help/Makefile.am
+++ b/gnome-help/Makefile.am
@@ -104,14 +104,14 @@ DOC_PAGES = \
 	more-help.page \
 	mouse.page \
 	mouse-disabletouchpad.page \
+	mouse-doubleclick.page \
 	mouse-drag-threshold.page \
 	mouse-lefthanded.page \
 	mouse-middleclick.page \
 	mouse-mousekeys.page \
-	mouse-problem-doubleclick.page \
 	mouse-problem-notmoving.page \
-	mouse-problems.page \
 	mouse-problem-themeerror.page \
+	mouse-problems.page \
 	mouse-sensitivity.page \
 	mouse-sound.page \
 	mouse-touchpad-scroll.page \



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