[pitivi] help: Add the "keyseq" tag where appropriate



commit dc11810565db15f654e69d30cf05170ac8a77768
Author: Tomas Karger <tomkarger gmail com>
Date:   Thu Dec 19 11:37:30 2013 +0100

    help: Add the "keyseq" tag where appropriate
    
    - Use it instead of <key>key</key>+<key>key</key> in movearoundtimeline.page
    - Use it instead of <key>key+key</key> in cheatsheet.page

 help/C/cheatsheet.page         |   20 ++++++++++----------
 help/C/movearoundtimeline.page |    2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/help/C/cheatsheet.page b/help/C/cheatsheet.page
index b5e0b52..1084857 100644
--- a/help/C/cheatsheet.page
+++ b/help/C/cheatsheet.page
@@ -24,12 +24,12 @@
     <section>
       <title>General</title>
         <list>
-          <item><p><key>Ctrl+N</key>: Create a new project</p></item>
-          <item><p><key>Ctrl+O</key>: Open a project file</p></item>
-          <item><p><key>Ctrl+S</key>: Save the current project</p></item>
-          <item><p><key>Ctrl+Q</key>: Quit the application</p></item>
-          <item><p><key>Ctrl+Z</key>: Undo</p></item>
-          <item><p><key>Ctrl+Y</key>: Redo</p></item>
+          <item><p><keyseq><key>Ctrl</key><key>N</key></keyseq>: Create a new project</p></item>
+          <item><p><keyseq><key>Ctrl</key><key>O</key></keyseq>: Open a project file</p></item>
+          <item><p><keyseq><key>Ctrl</key><key>S</key></keyseq>: Save the current project</p></item>
+          <item><p><keyseq><key>Ctrl</key><key>Q</key></keyseq>: Quit the application</p></item>
+          <item><p><keyseq><key>Ctrl</key><key>Z</key></keyseq>: Undo</p></item>
+          <item><p><keyseq><key>Ctrl</key><key>Y</key></keyseq>: Redo</p></item>
           <item><p><key>F11</key>: Toggle fullscreen mode</p></item>
           <item><p><key>F1</key>: Show the user manual</p></item>
         </list>
@@ -40,7 +40,7 @@
         <list>
           <item><p><key>Enter</key>: Preview (playback) the selected clip</p></item>
           <item><p><key>Insert</key>: Insert the selected clips into the timeline</p></item>
-          <item><p><key>Ctrl+Delete</key>: Remove the selected clips from the project</p></item>
+          <item><p><keyseq><key>Ctrl</key><key>Delete</key></keyseq>: Remove the selected clips from the 
project</p></item>
         </list>
     </section>
 
@@ -51,9 +51,9 @@
           <item><p><key>S</key>: Split the clips at the current playhead position. If there are selected 
clips, only those will be split.</p></item>
           <item><p><key>Delete</key>: Remove selected clips from the timeline.</p></item>
           <item><p><key>←</key> and <key>→</key>: Seek one frame backwards or forwards. This depends on your 
project framerate.</p></item>
-          <item><p><key>Shift+←</key> and <key>Shift+→</key>: Seek one second backwards or 
forwards.</p></item>
-          <item><p><key>Ctrl++</key> and <key>Ctrl+-</key>: Zoom in or zoom out. You can also use 
<key>Ctrl</key> with the mouse wheel to control the zoom more efficiently.</p></item>
-          <item><p><key>Ctrl+0</key>: Adjust the zoom to fit the timeline.</p></item>
+          <item><p><keyseq><key>Shift</key><key>←</key></keyseq> and 
<keyseq><key>Shift</key><key>→</key></keyseq>: Seek one second backwards or forwards.</p></item>
+          <item><p><keyseq><key>Ctrl</key><key>+</key></keyseq> and 
<keyseq><key>Ctrl</key><key>-</key></keyseq>: Zoom in or zoom out. You can also use <key>Ctrl</key> with the 
mouse wheel to control the zoom more efficiently.</p></item>
+          <item><p><keyseq><key>Ctrl</key><key>0</key></keyseq>: Adjust the zoom to fit the 
timeline.</p></item>
           <item><p><key>Shift</key>+drag: Ripple edit.</p></item>
           <item><p><key>Ctrl</key>+drag: Roll edit.</p></item>
           <item><p><key>K</key>: Add a property keyframe at the current playhead position.</p></item>
diff --git a/help/C/movearoundtimeline.page b/help/C/movearoundtimeline.page
index 1ae7d96..40a8d63 100644
--- a/help/C/movearoundtimeline.page
+++ b/help/C/movearoundtimeline.page
@@ -50,7 +50,7 @@
            <item><p>Holding the <key>Ctrl</key> key while using the mousewheel over the timeline</p></item>
            <item><p>Using the <guiseq><gui>View</gui><gui>Zoom In</gui></guiseq> and 
<guiseq><gui>View</gui><gui>Zoom Out</gui></guiseq> menu items</p></item>
            <item><p>Dragging the zoom slider on the left of the ruler</p></item>
-           <item><p>Using keyboard shortcuts such as <key>Ctrl</key>+<key>-</key> to zoom out or 
<key>Ctrl</key>+<key>=</key> (<key>Ctrl</key>+<key>+</key> on the numeric keypad) to zoom in</p></item>
+           <item><p>Using keyboard shortcuts such as <keyseq><key>Ctrl</key><key>-</key></keyseq> to zoom 
out or <keyseq><key>Ctrl</key><key>=</key></keyseq> (<keyseq><key>Ctrl</key><key>+</key></keyseq> on the 
numeric keypad) to zoom in</p></item>
        </list>
        <p>To get a better overview of your timeline, you may use the <guiseq><gui>View</gui><gui>Best 
Fit</gui></guiseq> menu item or click the <gui>Zoom</gui> button on the left of the zoom slider. The third 
way to do this is by pressing <keyseq><key>Ctrl</key><key>0</key></keyseq></p>.
 


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