Move section on soloing tracks to separate file
[ardour.git] / manual / xml / generic_mouse_actions.xml
index 17d59c6a83015921a3b93f86525c93b02240898a..fdc26d4e6ca974b1438d13e26cde0d6ace6e5b2d 100644 (file)
@@ -5,66 +5,70 @@
 ]>
 
 <section id="generic-mouse-actions">
-       <title>Generic Mouse Actions</title>
-       <table id="tbl-generic-mouse-actions">
-               <title>Range Operations Key Bindings</title>
-               <tgroup cols = "2">
-                       <colspec colnum="1" colname="Mouse Action" colwidth="1"/>
-                       <colspec colnum="2" colname="Result" colwidth= "2"/>
-                       <thead>
-                               <row>
-                                       <entry>
-                                               Mouse Action
-                                       </entry>
-                                       <entry>
-                                               Result
-                                       </entry>
-                               </row>
-                       </thead>
-                       <tbody>
-                               <row>
-                                       <entry>
-                                               <mousebutton>Button3</mousebutton>
-                                               click
-                                       </entry>
-                                       <entry>
-                                               Show context menu for clicked-upon item
-                                       </entry>
-                               </row>
-                               <row>
-                                       <entry>
-                                               "Delete" click (
-                                               <keycombo><keycap>Shift</keycap>
-                                                       <mousebutton>Button3</mousebutton>
-                                               </keycombo>
-                                               )
-                                       </entry>
-                                       <entry>
-                                               Remove clicked upon item
-                                       </entry>
-                               </row>
-                               <row>
-                                       <entry>
-                                               "Edit" click (<keycombo><keycap>Ctrl</keycap><mousebutton>Button3</mousebutton></keycombo>)
-                                       </entry>
-                                       <entry>
-                                               Edit clicked upon item (if possible)
-                                       </entry>
-                               </row>
-                               <row>
-                                       <entry>
-                                               "snap modifier" (<keycap>Mod3</keycap>)
-                                       </entry>
-                                       <entry>
-                                               allow continuous dragging when snap-to is selected
-                                       </entry>
-                               </row>
-                       </tbody>
-               </tgroup>
-       </table>
+  <title>Generic Mouse Actions</title>
+  <table id="tbl-generic-mouse-actions">
+    <title>Range Operations Key Bindings</title>
+    <tgroup cols = "2">
+      <colspec colnum="1" colname="Mouse Action" colwidth="1"/>
+      <colspec colnum="2" colname="Result" colwidth= "2"/>
+      <thead>
+        <row>
+          <entry>
+            Mouse Action
+          </entry>
 
-       <para>
-               These generic mouse actions can be changed from the options window
-       </para>
+          <entry>
+            Result
+          </entry>
+        </row>
+      </thead>
+      <tbody>
+        <row>
+          <entry>
+            <mousebutton>Button3</mousebutton> click
+          </entry>
 
+          <entry>
+            Show context menu for clicked-upon item
+          </entry>
+        </row>
+
+        <row>
+          <entry>
+            "Delete" click ( <keycombo><keycap>Shift</keycap>
+            <mousebutton>Button3</mousebutton> </keycombo> )
+          </entry>
+
+          <entry>
+            Remove clicked upon item
+          </entry>
+        </row>
+
+        <row>
+          <entry>
+            "Edit" click
+            (<keycombo><keycap>Ctrl</keycap><mousebutton>Button3</mousebutton></keycombo>)
+          </entry>
+
+          <entry>
+            Edit clicked upon item (if possible)
+          </entry>
+        </row>
+
+        <row>
+          <entry>
+            "snap modifier" (<keycap>Mod3</keycap>)
+          </entry>
+
+          <entry>
+            allow continuous dragging when snap-to is selected
+          </entry>
+        </row>
+      </tbody>
+    </tgroup>
+  </table>
+
+  <para>
+    These generic mouse actions can be changed from the options window
+  </para>
 </section>