]> Shamusworld >> Repos - ardour-manual/blobdiff - include/trimming-regions.html
Removed link to MIDI on Linux page in Mackie Control setup page.
[ardour-manual] / include / trimming-regions.html
index 18c87cd1c25f208cf651b3abfa85f4393feef8f9..e7e9eb908bd515ea8e642ace50eaa15e975d41a0 100644 (file)
 </p>
 <p>
   These command are both in the <kbd class="menu">Region &gt; Trim</kbd> main menu
-  (with a region selected) or in the contect menu of a region, <kbd class="menu">
+  (with a region selected) or in the context menu of a region, <kbd class="menu">
   <kbd class="mouse">right</kbd> click on a region &gt; <em>Name_Of_The_Region</em>
   &gt; Trim</kbd>
 </p>
 
-<dl class="wide-table">
-  <dt><dfn>Trim Start at Edit Point</dfn> (<kbd>j</kbd>)</dt>
-  <dd>Trim selected region(s) start to edit point.</dd>
-  <dt><dfn>Trim End at Edit Point</dfn> (<kbd>k</kbd>)</dt>
-  <dd>Trim selected region(s) end to edit point.</dd>
-  <dt><dfn>Trim to Loop/Punch</dfn></dt>
-  <dd>Trim selected region(s) beginning and end to the loop/punch boundaries (if it exists).</dd>
-  <dt><dfn>Trim to Previous</dfn> (<kbd class="mod1">j</kbd>)</dt>
-  <dd>Trim the start of selected region(s) to the end of the previous region.
-    If the region is too short, it is extended to it's maximum to the left.</dd>
-  <dt><dfn>Trim to Next</dfn> (<kbd class="mod1">k</kbd>)</dt>
-  <dd>Trim the end of selected region(s) to the start of the following region.
-    If the region is too short, it is extended to it's maximum to the right.</dd>
-</dl>
+<table class="dl">
+  <tr><th><dfn>Trim Start at Edit Point</dfn> (<kbd>j</kbd>)</th>
+  <td>Trim selected region(s) start to edit point.</td></tr>
+  <tr><th><dfn>Trim End at Edit Point</dfn> (<kbd>k</kbd>)</th>
+  <td>Trim selected region(s) end to edit point.</td></tr>
+  <tr><th><dfn>Trim to Loop/Punch</dfn></th>
+  <td>Trim selected region(s) beginning and end to the loop/punch boundaries (if it exists).</td></tr>
+  <tr><th><dfn>Trim to Previous</dfn> (<kbd class="mod1">j</kbd>)</th>
+  <td>Trim the start of selected region(s) to the end of the previous region.
+    If the region is too short, it is extended to its maximum to the left.</td></tr>
+  <tr><th><dfn>Trim to Next</dfn> (<kbd class="mod1">k</kbd>)</th>
+  <td>Trim the end of selected region(s) to the start of the following region.
+    If the region is too short, it is extended to its maximum to the right.</td></tr>
+</table>
+