[gnome-terminal/wip/mallard-merge: 77/242] help: update adv-keyboard-shortcuts.page



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

    help: update adv-keyboard-shortcuts.page
    
    Added tables to document keyboard shortcuts.
    
    Minor changes to description about keyboard shortcuts.  Removed words
    "some" and "more" as they are ambigious.
    
    Added list of default keyboard shortcuts in Terminal.
    Includes 2 other trivial changes.

 help/C/adv-keyboard-shortcuts.page |  154 +++++++++++++++++++++++++++++++----
 1 files changed, 136 insertions(+), 18 deletions(-)
---
diff --git a/help/C/adv-keyboard-shortcuts.page b/help/C/adv-keyboard-shortcuts.page
index 9393808..93adeee 100644
--- a/help/C/adv-keyboard-shortcuts.page
+++ b/help/C/adv-keyboard-shortcuts.page
@@ -21,37 +21,155 @@
     <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>
+    </item>
+    <item>
+      <p>Select the shortcut by double clicking on it. Press the desired combination of keys, once keys are 
released, it will be registered as the new keyboard shortcut for the selected action in 
<app>Terminal</app></p>
+    </item>
+  </steps>
+
+  <p>The default shortcuts for options under <gui style="menu">File</gui> menu are:</p>
+
+  <table frame="all" rules="rows cols">
+  <tr>
+    <td><p>Action</p></td>  <td><p>Keyboard Shortcuts</p></td>
+  </tr>
+  <tr>
+    <td><p>New Tab</p></td> <td><p><keyseq><key>Shift</key><key>Control</key><key>T</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>New Window</p></td>  
<td><p><keyseq><key>Shift</key><key>Control</key><key>N</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Close Tab</p></td>  
<td><p><keyseq><key>Shift</key><key>Control</key><key>W</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Close Window</p></td>  
<td><p><keyseq><key>Shift</key><key>Control</key><key>Q</key></keyseq></p></td>
+  </tr>
+  </table>
+
+  <p>The default shortcuts for options under <gui style="menu">Edit</gui> menu are:</p>
+
+  <table frame="all" rules="rows cols">
+  <tr>
+    <td><p>Action</p></td>  <td><p>Keyboard Shortcuts</p></td>
+  </tr>
+  <tr>
+    <td><p>Copy</p></td> <td><p><keyseq><key>Control</key><key>Shift</key><key>C</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Paste</p></td>  <td><p><keyseq><key>Control</key><key>Shift</key><key>V</key></keyseq></p></td>
+  </tr>
+  </table>
+
+  <p>The default shortcuts for options under <gui style="menu">View</gui> menu are:</p>
+
+    <table frame="all" rules="rows cols">
+  <tr>
+    <td><p>Action</p></td>  <td><p>Keyboard Shortcuts</p></td>
+  </tr>
+  <tr>
+    <td><p>Full Screen</p></td> <td><p><keyseq><key>F11</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Zoom in</p></td>  <td><p><keyseq><key>Control</key><key>+</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Zoom Out</p></td>  <td><p><keyseq><key>Control</key><key>-</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Normal Size</p></td>  <td><p><keyseq><key>Control</key><key>0</key></keyseq></p></td>
+  </tr>
+  </table>
+
+  <p>The default shortcuts for Tabs operations in <app>Terminal</app> are:</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>
+  <table frame="all" rules="rows cols">
+  <tr>
+    <td><p>Action</p></td>  <td><p>Keyboard Shortcuts</p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Previous Tab</p></td> <td><p><keyseq><key>Control</key><key>Page 
Up</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Next Tab</p></td>  <td><p><keyseq><key>Control</key><key>Page 
Down</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Move Tab to the Left</p></td>  <td><p><keyseq><key>Shift</key><key>Control</key><key>Page 
Up</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Move Tab to the Right</p></td>  <td><p><keyseq><key>Shift</key><key>Control</key><key>Page 
Down</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Tab 1</p></td>  <td><p><keyseq><key>Alt</key><key>1</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Tab 2</p></td>  <td><p><keyseq><key>Alt</key><key>2</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Tab 3</p></td>  <td><p><keyseq><key>Alt</key><key>3</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Tab 4</p></td>  <td><p><keyseq><key>Alt</key><key>4</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Tab 5</p></td>  <td><p><keyseq><key>Alt</key><key>5</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Tab 6</p></td>  <td><p><keyseq><key>Alt</key><key>6</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Tab 7</p></td>  <td><p><keyseq><key>Alt</key><key>7</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Tab 8</p></td>  <td><p><keyseq><key>Alt</key><key>8</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Tab 9</p></td>  <td><p><keyseq><key>Alt</key><key>9</key></keyseq></p></td>
+  </tr>
+  <tr>
+    <td><p>Switch to Tab 0</p></td>  <td><p><keyseq><key>Alt</key><key>0</key></keyseq></p></td>
+  </tr>
+  </table>
 
-  Put the above in to a steps list! -->
+  <p>The default shortcuts under the <gui style="menu">Help</gui> are:</p>
 
-  <p>The default shortcuts are:</p>
-  <!--TODO fill default shortcuts -->
+  <table>
+  <tr>
+    <td><p>Contents</p></td>  <td><p><keyseq><key>F1</key></keyseq></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>
+</page>
\ No newline at end of file


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