[gnome-klotski/wip/mallard-help-merge: 16/92] help: Add keyboard shortcuts page



commit ce3ccdfe85e2239cf015ff360b1f0869cc5a3988
Author: Rashi Aswani <aswanirashi19 gmail com>
Date:   Tue Jun 10 16:25:03 2014 +0530

    help: Add keyboard shortcuts page
    
    Also adds Makefile.am entry

 help/C/shortcuts.page |   35 +++++++++++++++++++++++++++++++++++
 help/Makefile.am      |    1 +
 2 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/help/C/shortcuts.page b/help/C/shortcuts.page
new file mode 100644
index 0000000..d0e2779
--- /dev/null
+++ b/help/C/shortcuts.page
@@ -0,0 +1,35 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="shortcuts">
+  <info>
+    <link type="guide" xref="index#advanced" />
+    <revision version="3.12" date="2014-06-09" status="review"/>
+
+    <credit type="author">
+      <name>Rashi Aswani</name>
+      <email>aswanirashi19 gmail com</email>
+      <years>2014</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
+
+  </info>
+
+  <title>Keyboard shortcuts</title>
+  <p>Some things can be done with a simple press of a key. Here are a few
+  Keyboard shortcuts for <app>Klotski</app>:</p>
+    <table frame="all" rules="cols" shade="rows">
+      <tr>
+        <td><p>New game</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
+      </tr>
+      <tr>
+        <td><p>Help</p></td>
+        <td><p><key>F1</key></p></td>
+      </tr>
+      <tr>
+        <td><p>Quit</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p></td>
+      </tr>
+    </table>
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 22b6f06..985e937 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -14,6 +14,7 @@ HELP_FILES = \
   moves.page \
   scores.page \
   game-introduction.page \
+  shortcuts.page \
   legal.xml
 
 HELP_LINGUAS = 


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