[tali/wip/mallard-help-merge: 19/25] help: change list to table in keyboard-shortcuts.page



commit b00ba2071de562b028c08ea012008a41e4a9c70d
Author: Rashi Aswani <aswanirashi19 gmail com>
Date:   Wed Jul 16 17:22:01 2014 +0530

    help: change list to table in keyboard-shortcuts.page

 help/C/keyboard-shortcuts.page |   33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 deletions(-)
---
diff --git a/help/C/keyboard-shortcuts.page b/help/C/keyboard-shortcuts.page
index 547c515..604cafa 100644
--- a/help/C/keyboard-shortcuts.page
+++ b/help/C/keyboard-shortcuts.page
@@ -19,14 +19,27 @@
 
   <title>Keyboard shortcuts</title>
   <p>You can play <app>tali</app> using the keyboard keys as well.</p>
-  <list>
-    <!--this needs to be in a table -->
-    <item><p>You can choose the dice to roll using keys 1 through 5, the key 1
-    corresponds to the first die and so on.</p></item>
-    <item><p>Switch to the <gui>Roll!</gui> button using <key>Tab</key>, press
-    <key>Enter</key>to roll.</p></item>
-    <item><p>You can switch to the score slots using <key>Tab</key>, navigate
-    among the score slots using the arrow keys, press <key>Enter</key> or
-    <key>spacebar</key> key to select the score slot.</p></item>
-  </list>
+  <table frame="all" rules="cols" shade="rows">
+    <tr>
+      <td><p>Choose the dice to roll.</p></td>
+      <td><p>Use Keys 1 through 5, the key 1 corresponds to the first die and so
+      on.</p></td>
+    </tr>
+    <tr>
+      <td><p>Switch to the <gui>Roll!</gui> button.</p></td>
+      <td><p>Use <key>Tab</key>, press <key>Enter</key> to roll.</p></td>
+    </tr>
+    <tr>
+      <td><p>Switch to the score slots.</p></td>
+      <td><p>Use <key>Tab</key>.</p></td>
+    </tr>
+    <tr>
+      <td><p>Navigate among the score slots.</p></td>
+      <td><p>Use arrow keys.</p></td>
+    </tr>
+    <tr>
+      <td><p>Select the score slot.</p></td>
+      <td><p>Press <key>Enter</key> or <key>spacebar</key>.</p></td>
+    </tr>
+  </table>
 </page>


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