[gnome-klotski/wip/mallard-help-merge: 9/35] help: Add keyboard shortcuts page
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-klotski/wip/mallard-help-merge: 9/35] help: Add keyboard shortcuts page
- Date: Mon, 26 Jan 2015 11:06:08 +0000 (UTC)
commit 7d868b1bfd2e5e412f8b173129b56e794d06d753
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]