[meld] Fix table markup on keyboard shortcuts page



commit df0ef1d6f2ab4b39cbeeb03eff59627260e73bc9
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Jun 2 08:40:10 2012 +1000

    Fix table markup on keyboard shortcuts page

 help/C/keyboard-shortcuts.page |   68 +++++++++++++++++++++++----------------
 1 files changed, 40 insertions(+), 28 deletions(-)
---
diff --git a/help/C/keyboard-shortcuts.page b/help/C/keyboard-shortcuts.page
index 7295a59..0f41fbb 100644
--- a/help/C/keyboard-shortcuts.page
+++ b/help/C/keyboard-shortcuts.page
@@ -7,119 +7,131 @@
 </info>
 <title>Keyboard shortcuts</title>
 
-<table>
+<table frame="top bottom">
   <title>Shortcuts for working with files and comparisons</title>
 
   <thead>
-    <td>Shortcut</td><td>Description</td>
+    <tr>
+      <td><p>Shortcut</p></td><td><p>Description</p></td>
+    </tr>
   </thead>
 
   <!-- File shortcuts -->
   <tbody>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>N</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
       <td><p>Start a new comparison.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>S</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>S</key></keyseq></p></td>
       <td><p>Save the current document to disk.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>Shift</key><key>S</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>S</key></keyseq></p></td>
       <td><p>Save the current document with a new filename.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>W</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
       <td><p>Close the current comparison.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>Q</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p></td>
       <td><p>Quit <app>Meld</app>.</p></td>
     </tr>
   </tbody>
 </table>
 
-<table>
+<table frame="top bottom">
   <title>Shortcuts for editing documents</title>
 
   <thead>
-    <td>Shortcut</td><td>Description</td>
+    <tr>
+      <td><p>Shortcut</p></td><td><p>Description</p></td>
+    </tr>
   </thead>
 
   <tbody>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>Z</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>Z</key></keyseq></p></td>
       <td><p>Undo the last action.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>Shift</key><key>Z</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>Z</key></keyseq></p></td>
       <td><p>Redo the last undone action.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>X</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>X</key></keyseq></p></td>
       <td><p>Cut the selected text or region and place it on the clipboard.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>C</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>C</key></keyseq></p></td>
       <td><p>Copy the selected text or region onto the clipboard.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>V</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>V</key></keyseq></p></td>
       <td><p>Paste the contents of the clipboard.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>F</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>F</key></keyseq></p></td>
       <td><p>Find a string.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>G</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>G</key></keyseq></p></td>
       <td><p>Find the next instance of the string.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>D</key></keyseq></td>
-      <td><p>Go to the next difference.</p></td>
+      <td><p><keyseq><key>Alt</key><key>Up</key></keyseq></p></td>
+      <td><p>Go to the next difference.
+             (Also <keyseq><key>Ctrl</key><key>D</key></keyseq>)
+      </p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>E</key></keyseq></td>
-      <td><p>Go to the previous difference.</p></td>
+      <td><p><keyseq><key>Alt</key><key>Up</key></keyseq></p></td>
+      <td><p>Go to the previous difference.
+             (Also <keyseq><key>Ctrl</key><key>E</key></keyseq>)
+      </p></td>
     </tr>
   </tbody>
 </table>
 
-<table>
+<table frame="top bottom">
   <title>Shortcuts for view settings</title>
 
   <thead>
-    <td>Shortcut</td><td>Description</td>
+    <tr>
+      <td><p>Shortcut</p></td><td><p>Description</p></td>
+    </tr>
   </thead>
 
   <tbody>
     <tr>
-      <td><keyseq><key>Escape</key></keyseq></td>
+      <td><p><keyseq><key>Escape</key></keyseq></p></td>
       <td><p>Stop the current comparison.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>R</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td>
       <td><p>Refresh the current comparison.</p></td>
     </tr>
     <tr>
-      <td><keyseq><key>Ctrl</key><key>Shift</key><key>R</key></keyseq></td>
+      <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>R</key></keyseq></p></td>
       <td><p>Reload the current comparison.</p></td>
     </tr>
   </tbody>
 </table>
 
 
-<table>
+<table frame="top bottom">
   <title>Shortcuts for help</title>
 
   <thead>
-    <td>Shortcut</td><td>Description</td>
+    <tr>
+      <td><p>Shortcut</p></td><td><p>Description</p></td>
+    </tr>
   </thead>
 
   <tbody>
     <tr>
-      <td><keyseq><key>F1</key></keyseq></td>
+      <td><p><keyseq><key>F1</key></keyseq></p></td>
       <td><p>Open <app>Meld</app>'s user manual.</p></td>
     </tr>
   </tbody>



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