[gnome-terminal/wip/mallard-merge: 137/341] Help: Added tables to document keyboard shortcuts.



commit 8141f29a61f19204b121ae5f444d9053ce6ff6dd
Author: Sindhu S <sindhus live in>
Date:   Fri Feb 15 17:08:00 2013 +0530

    Help: Added tables to document keyboard shortcuts.
    
    Minor changes to description about keyboard shortcuts.
    Removed words "some" and "more" as they are ambigious.

 help/C/adv-keyboard-shortcuts.page |   57 ++++++++++++++++++++++++-----------
 1 files changed, 39 insertions(+), 18 deletions(-)
---
diff --git a/help/C/adv-keyboard-shortcuts.page b/help/C/adv-keyboard-shortcuts.page
index 9393808..2d0aec0 100644
--- a/help/C/adv-keyboard-shortcuts.page
+++ b/help/C/adv-keyboard-shortcuts.page
@@ -21,37 +21,58 @@
     <desc>View and edit keybindings.</desc>
   </info>
 
-<!-- Try to use titles that match the page IDs, I have updated the title and description to reflect this. -->
-
   <title>Keyboard shortcuts</title>
 
   <note style="important">
     <p>This page assumes you are using the default shell, <app>Bash</app>.</p>
   </note>
 
-<!-- Make sure you don't leave spaces between tag content and tags! Mark up
-     apps with <app> tags. -->
-
-  <p>Keyboard shortcuts are combinations of keys that allow you to perform some actions, such as opening the 
settings dialog or accessing a feature inside
-  <app>Terminal</app>, more quickly. These shortcuts can be modified to suit your
+  <p>Keyboard shortcuts are combinations of keys that allow you to perform
+  actions, such as opening the settings dialog or accessing a feature inside
+  <app>Terminal</app>, quickly. These shortcuts can be modified to suit your
   requirements.</p>
   
-<!--  To change the default keyboard shortcuts, go to to <guiseq><gui
+  <steps>
+    <item>
+      <p>To change the default keyboard shortcuts, go to to <guiseq><gui
   style="menu">Edit</gui><gui style="menuitem">Preferences</gui><gui
   style="tab">Keybindings</gui></guiseq>.</p>
-
-  <p>To change the default shortcuts, select the shortcut by double clicking on
-  it. Press your desired choice of combination of keys, this will register with
-  <app>Terminal</app> as the shortcut for the selection.</p>
-
-  Put the above in to a steps list! -->
+    </item>
+    <item>
+      <p>Select the shortcut by double clicking on it. Press your desired choice
+  of combination of keys, this will register with <app>Terminal</app> as the
+  shortcut for the selection.</p>
+    </item>
+  </steps>
 
   <p>The default shortcuts are:</p>
-  <!--TODO fill default shortcuts -->
+    <table frame="all" rules="rows cols">
+  <tr>
+    <td><p>Action</p></td>  <td><p>Keyboard Shortcuts</p></td>
+  </tr>
+  <tr>
+    <td><p></p></td> <td><p></p></td>
+  </tr>
+  <tr>
+    <td><p><p></td>  <td><p></p></td>
+  </tr>
+</table>
 
-<!-- Use a table. -->
+  <p>Shell specific keyboard shortcuts:</p>
 
-  <p>Shell specific keyboard shortcuts: Ctrl+W - erases a word Ctrl+U - erase
-  the line Ctrl+R - bring up search tool.</p>
+    <table frame="all" rules="rows cols">
+  <tr>
+    <td><p>Action</p></td>  <td><p>Keyboard shortcut</p></td>
+  </tr>
+  <tr>
+    <td><p>Erase a word</p></td>  <td><p><keyseq><key>Control</key><key>W</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Erase a line</p></td>  <td><p><keyseq><key>Control</key><key>U</key></keyseq></p></td> 
+  </tr>
+  <tr>
+    <td><p>Bring up search tool</p></td>  <td><p><keyseq><key>Control</key><key>R</key></keyseq></p></td> 
+  </tr>
+</table>
 
 </page>


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