[gnome-boxes] doc: Add shortcuts page
- From: Michael Hill <mdhill src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] doc: Add shortcuts page
- Date: Sat, 6 Sep 2014 14:46:02 +0000 (UTC)
commit 0edd91acad7acae36251fd1de280c5a0e862ff4a
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date: Tue Aug 26 17:42:48 2014 +0200
doc: Add shortcuts page
https://bugzilla.gnome.org/show_bug.cgi?id=735457
help/C/shortcuts.page | 100 +++++++++++++++++++++++++++++++++++++++++++++++++
help/Makefile.am | 1 +
2 files changed, 101 insertions(+), 0 deletions(-)
---
diff --git a/help/C/shortcuts.page b/help/C/shortcuts.page
new file mode 100644
index 0000000..33d0e55
--- /dev/null
+++ b/help/C/shortcuts.page
@@ -0,0 +1,100 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" style="task"
+ id="shortcuts">
+
+ <info>
+ <link type="guide" xref="index#start" group="#first"/>
+ <revision pkgversion="3.13" date="2014-08-18" status="draft"/>
+
+ <credit type="author copyright">
+ <name>Lasse Schuirmann</name>
+ <email its:translate="no">lasse schuirmann gmail com</email>
+ <years>2014</years>
+ </credit>
+<!-- <credit type="copyright editor">
+ <name></name>
+ <email its:translate="no"></email>
+ <years></years>
+ </credit>-->
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>How to operate Boxes with keyboard shortcuts.</desc>
+ </info>
+
+ <title>Keyboard shortcuts</title>
+
+ <p>Various shortcuts can be used to operate Boxes. Besides <!-- TODO link to mnemonics explanation -->
mnemonics, the following shortcuts are available:</p>
+
+ <table rules="rows" frame="top bottom">
+ <thead>
+ <tr>
+ <td>
+ <p>Action</p>
+ </td>
+ <td>
+ <p>Shortcut</p>
+ </td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <p>Create new virtual machine</p>
+ </td>
+ <td>
+ <p><keyseq><key>Ctrl</key><key>N</key></keyseq></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>Toggle search</p>
+ </td>
+ <td>
+ <p><keyseq><key>Ctrl</key><key>F</key></keyseq></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>Go back</p>
+ </td>
+ <td>
+ <p><keyseq><key>Alt</key><key>Left</key></keyseq></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>Go forward</p>
+ </td>
+ <td>
+ <p><keyseq><key>Alt</key><key>Right</key></keyseq></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>Cancel</p>
+ </td>
+ <td>
+ <p><keyseq><key>Escape</key></keyseq></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>Release mouse and keyboard grab</p>
+ </td>
+ <td>
+ <p><keyseq><key>Ctrl</key><key>Alt</key></keyseq></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>Quit Boxes</p>
+ </td>
+ <td>
+ <p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 9b9f19f..105f7a8 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -15,6 +15,7 @@ HELP_FILES = index.page \
interface.page \
legal.xml \
search.page \
+ shortcuts.page \
supported-protocols.page \
system-requirements.page \
usb-redirection.page \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]