[pitivi] help: Update Making selections



commit 66ca5e7548437eb011ce0c384d10deeb49e5ea86
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Wed Feb 17 17:43:26 2016 +0100

    help: Update Making selections
    
    Differential Revision: https://phabricator.freedesktop.org/D800

 help/C/selectiongrouping.page |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/help/C/selectiongrouping.page b/help/C/selectiongrouping.page
index ea4abc0..b3a1849 100644
--- a/help/C/selectiongrouping.page
+++ b/help/C/selectiongrouping.page
@@ -5,7 +5,7 @@
 
   <info>
     <link type="guide" xref="index#timeline"/>
-    <revision pkgversion="0.92" version="0.1" date="2014-02-22" status="complete"/>
+    <revision pkgversion="0.96" version="0.2" date="2016-02-17" status="complete"/>
     <credit type="author">
       <name>Tomáš Karger</name>
       <email>tomkarger gmail com</email>
@@ -13,6 +13,8 @@
     <credit type="contributor">
       <name>Jean-François Fortin Tam</name>
       <email>nekohayo gmail com</email>
+    </credit>
+    <credit type="contributor">
       <name>Mario Blättermann</name>
       <email>mariobl gnome org</email>
     </credit>
@@ -26,37 +28,39 @@
 
     <title>Selection and grouping</title>
     
-    <section>
+    <section id="selection">
       <title>Making selections</title>
-       <p>By selecting a file or a clip, you specify what item should the subsequent actions be applied to. 
To select an individual item, simply click it. Multiple selections allow you to apply actions (dragging, 
deleting, grouping, etc.) to many clips at once.</p>
-       <p>Selecting multiple adjacent items:</p>
+       <p>By selecting a clip, you specify what item should the subsequent actions be applied to. Selecting 
multiple clips allows you to apply actions (dragging, deleting, grouping, etc.) to all of them at once. To 
select an individual clip, simply click it.</p>
+       <p>To select multiple adjacent clips you can click the timeline anywhere in an empty region and drag. 
Alternatively, you can:</p>
        <steps>
-        <item><p>Click the first item.</p></item>
+        <item><p>Click the first clip.</p></item>
         <item><p>Hold the <key>Shift</key> key.</p></item>
-        <item><p>Click the last item.</p></item>
+        <item><p>Click the last clip.</p></item>
        </steps>
-       <p>Selecting multiple nonadjacent items:</p>
+       <p>When selecting a clip by clicking or when selecting multiple adjacent clips, the selection is 
reset. The rest of the clips become deselected if they were previously selected. Selecting or deselecting 
specific clips without resetting the selection can be done by toggling individually a clip's selection:</p>
        <steps>
         <item><p>Hold down the <key>Ctrl</key> key.</p></item>
-        <item><p>Click on all the items you want to select.</p></item>
+        <item><p>Click on each clip you want to toggle the selection.</p></item>
        </steps>
+       <p>To clear the selection, click anywhere on the timeline in an empty region.</p>
        <note style="tip">
-       <p>You can deselect an individual item by clicking on it again with the <key>Ctrl</key> key held 
down. This can be used in conjunction with the <em>Selecting multiple adjacent items</em> technique above.</p>
+         <p>By default, clicking in the timeline changes the selection and also moves the playhead. To have 
a better control of the playhead you can disable seeking when left-clicking. This way left-clicking only 
changes the selection and the playhead position won't be lost when you make selections. This can be specified 
at <guiseq><gui>Menu button</gui><gui>Preferences</gui><gui>Left click also seeks</gui></guiseq>. You can 
still use right-click to move the playhead, as before, see <link 
xref="movearoundtimeline#movingplayhead"></link> for details.</p>
        </note>
      </section>
+
      <section>
          <title>Grouping and ungrouping clips</title>
         <p>The grouping and ungrouping functions are useful when you want to add or separate audio tracks 
from video clips, or when you want to create a block of clips that you can select, edit and move all at 
once.</p>
         <p>Grouping clips in timeline:</p>
         <steps>
          <item><p>Select multiple clips in the timeline.</p></item>
-         <item><p>Click the <gui>Group clips</gui> button on the timeline toolbar.</p></item>
+         <item><p>Click the <gui>Group clips</gui> button on the timeline toolbar, or press 
<keyseq><key>Ctrl</key><key>G</key></keyseq>.</p></item>
         </steps>
         <p>You can now select, edit and move the clips all at once.</p>
         <p>Ungrouping clips in timeline:</p>
         <steps>
          <item><p>Select a group of clips in the timeline.</p></item>
-         <item><p>Click the <gui>Ungroup clips</gui> button on the timeline toolbar.</p></item>
+         <item><p>Click the <gui>Ungroup clips</gui> button on the timeline toolbar, or press 
<keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>.</p></item>
         </steps>
         <p>You can now select, edit and move the clips independently.</p>
      </section>


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