[gnome-terminal] help: update adv-keyboard-shortcuts



commit 3ec18014a629518a2668f2aa444e0df7a2e43b84
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sun Mar 3 22:58:49 2013 +0000

    help: update adv-keyboard-shortcuts
    
    Change mention of "shell" to "bash" when talking about bash shortcuts.
    Fix bug 543187 by adding section about other bugs. Remove <keyseq> from
    around a single key.

 help/C/adv-keyboard-shortcuts.page |   41 +++++++++++++++++++++++++++++-------
 1 files changed, 33 insertions(+), 8 deletions(-)
---
diff --git a/help/C/adv-keyboard-shortcuts.page b/help/C/adv-keyboard-shortcuts.page
index 46c203b..cd2de9b 100644
--- a/help/C/adv-keyboard-shortcuts.page
+++ b/help/C/adv-keyboard-shortcuts.page
@@ -32,10 +32,6 @@
 
   <title>Keyboard shortcuts</title>
 
-  <note style="important">
-    <p>This page assumes you are using the <app>Bash</app> shell.</p>
-  </note>
-
   <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
@@ -262,18 +258,47 @@
       <tbody>
         <tr>
           <td><p>Contents</p></td>
-          <td><p><keyseq><key>F1</key></keyseq></p></td>
+          <td><p><key>F1</key></p></td>
         </tr>
       </tbody>
     </table>
   </section>
 
-  <section id="shell-shortcuts">
-    <title>Shell shortcuts</title>
+  <section id="other-shortcuts">
+    <title>Other</title>
+
+    <p>There are also some shortcuts that cannot be edited:</p>
+
+    <table rules="rows" frame="top bottom" ui:expanded="no">
+      <thead>
+        <tr>
+          <td><p>Action</p></td>
+          <td><p>Keyboard Shortcut</p></td>
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Scroll up by one line</p></td>
+          <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>Up</key></keyseq></p></td>
+        </tr>
+        <tr>
+          <td><p>Scroll down by one line</p></td>
+          <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>Down</key></keyseq></p></td>
+        </tr>
+      </tbody>
+    </table>
+  </section>
+
+  <section id="bash-shortcuts">
+    <title>Bash shortcuts</title>
+
+    <p>These are <app>Bash</app> shortcuts. <app>Bash</app> is usually the
+    default shell.</p>
 
     <comment>
       <cite href="mailto:kittykat3756 gmail com">Kat</cite>
-      <p>TODO: move this section to a new page.</p>
+      <p>TODO: move this section to a new page or link to info:readline
+      instead.</p>
     </comment>
     <p><app>Bash</app> shell specific keyboard shortcuts are:</p>
 


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