[gnome-dictionary/wip/help-pages: 5/27] Add help and create keyboard-shortcuts.page
- From: Sindhu S <sindhus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary/wip/help-pages: 5/27] Add help and create keyboard-shortcuts.page
- Date: Wed, 3 Apr 2013 12:04:53 +0000 (UTC)
commit 895058661650dc771efbedf818e00b03ac278625
Author: Sindhu S <sindhus live in>
Date: Thu Mar 28 10:57:42 2013 +0530
Add help and create keyboard-shortcuts.page
Add help to text-operations.page.
Add more keyboard shortcuts.
help/C/shortcuts.page | 148 +++++++++++++++++++++++++++++++++++++++++++
help/C/text-operations.page | 48 ++++++++++----
2 files changed, 183 insertions(+), 13 deletions(-)
---
diff --git a/help/C/shortcuts.page b/help/C/shortcuts.page
new file mode 100644
index 0000000..ac8cf35
--- /dev/null
+++ b/help/C/shortcuts.page
@@ -0,0 +1,148 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:ui="http://projectmallard.org/experimental/ui/"
+ type="task"
+ id="shortcuts">
+
+ <info>
+ <revision version="0.1" date="2013-03-28" status="review"/>
+ <link type="guide" xref="index#features"/>
+ <!--link type="guide" xref=""/-->
+
+ <credit type="author copyright">
+ <name>Sindhu S</name>
+ <email>sindhus live in</email>
+ <years>2013</years>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>Use keyboard shortcuts</desc>
+
+ </info>
+
+ <title>Keyboard Shortcuts</title>
+
+ <p>Keyboard shortcuts are a combination of keys that allow you to do routine
+ tasks such as selecting and copying text quickly. The following shortcuts
+ are available:</p>
+
+ <table rules="rows" frame="top bottom" ui:expanded="yes">
+ <title><app>Dictionary</app> window shortcuts:</title>
+ <thead>
+ <tr>
+ <td><p>To Do This</p></td>
+ <td><p>Press This</p></td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><p>Preview</p></td>
+ <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>P</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Print</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>P</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>View sidebar</p></td>
+ <td><p><key>F9</key></p></td>
+ </tr>
+ <tr>
+ <td><p>Open a new <app>Dictionary</app> window</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Close current <app>Dictionary</app> window</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
+ </tr>
+ </tbody>
+ </table>
+
+ <table rules="rows" frame="top bottom" ui:expanded="yes">
+ <title>Text operation shortcuts:</title>
+ <thead>
+ <tr>
+ <td><p>To Do This</p></td>
+ <td><p>Press This</p></td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><p>Open Find bar</p></td>
+ <td><p><key>/</key></p></td>
+ </tr>
+ <tr>
+ <td><p>Find Next</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>G</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Find Previous</p></td>
+ <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>G</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Select all text</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>A</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Copy text</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>C</key></keyseq></p></td>
+ </tr>
+ </tbody>
+ </table>
+
+ <table rules="rows" frame="top bottom" ui:expanded="yes">
+ <title>Search and navigate results shortcuts:</title>
+ <thead>
+ <tr>
+ <td><p>To Do This</p></td>
+ <td><p>Press This</p></td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><p>Previous Definition</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>Page Up</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Next Definition</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>Page Down</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>First Definition</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>Home</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Last Definition</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>End</key></keyseq></p></td>
+ </tr>
+ </tbody>
+ </table>
+
+ <table rules="rows" frame="top bottom" ui:expanded="yes">
+ <title><app>Dictionary</app> definitions shortcuts:</title>
+ <thead>
+ <tr>
+ <td><p>To Do This</p></td>
+ <td><p>Press This</p></td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><p>Similar words</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>T</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Dictionary Sources</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>D</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Available Databases</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>B</key></keyseq></p></td>
+ </tr>
+ <tr>
+ <td><p>Available Strategies</p></td>
+ <td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td>
+ </tr>
+ </tbody>
+ </table>
+</page>
diff --git a/help/C/text-operations.page b/help/C/text-operations.page
index 72f1184..9d79b9a 100644
--- a/help/C/text-operations.page
+++ b/help/C/text-operations.page
@@ -3,8 +3,9 @@
id="text-operations">
<info>
- <revision version="0.1" date="2013-03-06" status="draft"/>
+ <revision version="0.1" date="2013-03-28" status="review"/>
<link type="guide" xref="index#features"/>
+ <link type="seealso" xref="shortcuts"/>
<!--link type="guide" xref=""/-->
<credit type="author copyright">
@@ -15,21 +16,42 @@
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
- <desc>Copy defintions as text.</desc>
+ <desc>Select and Copy defintions to another program.</desc>
</info>
<title>Text operations</title>
- <p>You can copy definitions from <app>Dictionary</app> to pasted as text into other applications of
choice. To copy a definition:</p>
-
- <steps>
- <item>
- <p>Drag and select desired text portions in <app>Dictionary</app>.</p>
- </item>
- <item>
- <p>Select <guiseq><gui style="menu">Edit</gui><gui style="menuitem">Copy</gui></guiseq>.</p>
- </item>
- </steps>
-
+ <p>You can copy definitions from <app>Dictionary</app> to pasted as text
+ into other applications of choice.</p>
+
+ <steps>
+ <title>To copy a definition:</title>
+ <item>
+ <p>Drag and select desired text portions in <app>Dictionary</app>.</p>
+ </item>
+ <item>
+ <p>Select <guiseq><gui style="menu">Edit</gui>
+ <gui style="menuitem">Copy</gui></guiseq>.</p>
+ </item>
+ </steps>
+
+ <p>Alternatively, to copy text, you can:</p>
+
+ <steps>
+ <item>
+ <p>Select <guiseq><gui style="menu">Edit</gui>
+ <gui style="menuitem">Select All</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <guiseq><gui style="menu">Edit</gui>
+ <gui style="menuitem">Copy</gui></guiseq>.</p>
+ </item>
+ </steps>
+
+ <note style="tip">
+ <p>You can also copy text by highlighting the desired portions of text
+ with your mouse pointer and pressing <keyseq><key>Ctrl</key>
+ <key>C</key></keyseq>.</p>
+ </note>
</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]