[gedit] added navigational links at the top (though i may remove them), and re-ordered the columns so that t



commit 4774b5e48ea637734b3b51b9b568eef23527b4b3
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sat Oct 30 14:12:37 2010 -0500

    added navigational links at the top (though i may remove them), and re-ordered the columns so that the commands were before the shortcut keys.

 help/C/gedit-shortcut-keys.page |  109 +++++++++++++++++++++-----------------
 1 files changed, 60 insertions(+), 49 deletions(-)
---
diff --git a/help/C/gedit-shortcut-keys.page b/help/C/gedit-shortcut-keys.page
index 3ad5835..5bf418a 100644
--- a/help/C/gedit-shortcut-keys.page
+++ b/help/C/gedit-shortcut-keys.page
@@ -4,7 +4,7 @@
 
 <info>
   <link type="guide" xref="index"/>
-  <revision pkgversion="3.0" version="0.5" date="2010-20-23" status="incomplete"/>
+  <revision pkgversion="3.0" version="0.5" date="2010-10-30" status="complete"/>
   <credit type="author">
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
@@ -25,7 +25,18 @@
 
 <title>Shortcut keys</title>
 
-<p>Use <gui>shortcut keys</gui> to perform common tasks more quickly than with the mouse and menus. The following tables list all of <app>gedit's</app> shortcut keys.</p>
+<p>Use <gui>shortcut keys</gui> to perform common tasks more quickly than with the mouse and menus. The following tables list all of <app>gedit's</app> shortcut keys.</p>  <item><p><link xref=""/></p></item>
+
+<list>
+  <title>Types of shortcut keys</title>
+  <item><p><link xref="#gedit-tab-shortcuts">Tab-related shortcut keys</link></p></item>
+  <item><p><link xref="#gedit-file-shortcuts">Shortcuts for working working with files</link></p></item>
+  <item><p><link xref="#gedit-editing-shortcuts">Shortcuts for editing</link></p></item>
+  <item><p><link xref="#gedit-pane-shortcuts">Shortcut keys for showing and hiding panes</link></p></item>
+  <item><p><link xref="#gedit-searching-shortcuts">Shortcuts for searching through text</link></p></item>
+  <item><p><link xref="#gedit-tools-shortcuts">gedit tool and plugin shortcuts</link></p></item>
+  <item><p><link xref="#gedit-help-shortcuts">User-help shortcuts</link></p></item>
+</list>
 
 <section id="gedit-tab-shortcuts">
   <title>Tab-related Shortcut keys</title>
@@ -35,30 +46,30 @@
 <table frame="all" rules="all">
   <thead>
   <tr>
-    <td><p>Shortcut Key</p></td>  <td><p>Command</p></td>
+    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
   </tr>
   </thead>
   <tbody>
   <tr>
-    <td><p>Ctrl + Alt + PageUp</p></td>  <td><p>Switches to the next tab to the left.</p></td>
+    <td><p>Switches to the next tab to the left</p></td> <td><p>Ctrl + Alt + PageUp</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + Alt + PageUp</p></td>  <td><p>Switches to the next tab to the left.</p></td>
+    <td><p>Switches to the next tab to the left</p></td>  <td><p>Ctrl + Alt + PageUp</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + Alt + PageDown</p></td>  <td><p>Switches to the next tab to the right.</p></td>
+    <td><p>Switches to the next tab to the right</p></td>  <td><p>Ctrl + Alt + PageDown</p></td>
   </tr>
   <tr>
-    <td><p>Ctrl + W</p></td>  <td><p>Close tab.</p></td>
+    <td><p>Close tab</p></td>  <td><p>Ctrl + W</p></td>
   </tr>
   <tr>
-    <td><p>Ctrl + Shift + L</p></td>  <td><p>Save all tabs.</p></td>
+    <td><p>Save all tabs</p></td>  <td><p>Ctrl + Shift + L</p></td>
   </tr>
   <tr>
-    <td><p>Ctrl + Shift + W</p></td>  <td><p>Close all tabs.</p></td>
+    <td><p>Close all tabs</p></td>  <td><p>Ctrl + Shift + W</p></td>  
   </tr>
   <tr>
-    <td><p>Alt + <var>n</var></p></td>  <td><p>Jump to <var>n</var>th tab.</p></td>
+    <td><p>Jump to <var>n</var>th tab</p></td>  <td><p>Alt + <var>n</var></p></td>
   </tr>
   </tbody>
 </table>
@@ -70,33 +81,33 @@
 <table frame="all" rules="all">
   <thead>
   <tr>
-    <td><p>Shortcut Key</p></td>  <td><p>Command</p></td>
+    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
   </tr>
   </thead>
   <tbody>
   <tr>
-    <td><p>Ctrl + N</p></td>  <td><p>Create a new document.</p></td>
+    <td><p>Create a new document</p></td>  <td><p>Ctrl + N</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + O</p></td>  <td><p>Open a document.</p></td>
+    <td><p>Open a document</p></td>  <td><p>Ctrl + O</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + S</p></td>  <td><p>Save the current document.</p></td>
+    <td><p>Save the current document</p></td>  <td><p>Ctrl + S</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + Shift + S</p></td>  <td><p>Save the current document with a new filename.</p></td>
+    <td><p>Save the current document with a new filename</p></td>  <td><p>Ctrl + Shift + S</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + P</p></td>  <td><p>Print the current document.</p></td>
+    <td><p>Print the current document</p></td>  <td><p>Ctrl + P</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + Shift + P</p></td>  <td><p>Print preview.</p></td>
+    <td><p>Print preview</p></td>  <td><p>Ctrl + Shift + P</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + W</p></td>  <td><p>Close the current document.</p></td>
+    <td><p>Close the current document</p></td>  <td><p>Ctrl + W</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + Q</p></td>  <td><p>Quit gedit.</p></td>
+    <td><p>Quit gedit</p></td>  <td><p>Ctrl + Q</p></td>  
   </tr>
   </tbody>
 </table>
@@ -109,36 +120,36 @@
 <table frame="all" rules="all">
   <thead>
   <tr>
-    <td><p>Shortcut Key</p></td>  <td><p>Command</p></td>
+    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
   </tr>
   </thead>
   <tbody>
   <tr>
-    <td><p>Ctrl + Z</p></td>  <td><p>Undo the last action.</p></td>
+    <td><p>Undo the last action</p></td>  <td><p>Ctrl + Z</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + Shift + Z</p></td>  <td><p>Redo the last undone action.</p></td>
+    <td><p>Redo the last undone action</p></td>  <td><p>Ctrl + Shift + Z</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + X</p></td>  <td><p>Cut the selected text or region and place it on the clipboard.</p></td>
+    <td><p>Cut the selected text or region and place it on the clipboard</p></td>  <td><p>Ctrl + X</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + C</p></td>  <td><p>Copy the selected text or region onto the clipboard.</p></td>
+    <td><p>Copy the selected text or region onto the clipboard</p></td>  <td><p>Ctrl + C</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + V</p></td>  <td><p>Past the contents of the clipboard.</p></td>
+    <td><p>Past the contents of the clipboard</p></td>  <td><p>Ctrl + V</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + A</p></td>  <td><p>select all text in the file.</p></td>
+    <td><p>Select all text in the file</p></td>  <td><p>Ctrl + A</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + D</p></td>  <td><p>Delete the current line.</p></td>
+    <td><p>Delete the current line</p></td>  <td><p>Ctrl + D</p></td>  
   </tr>
   <tr>
-    <td><p>Alt + Up Arrow</p></td>  <td><p>CMove the selected line up one line.</p></td>
+    <td><p>Move the selected line up one line</p></td>  <td><p>Alt + Up Arrow</p></td>  
   </tr>
   <tr>
-    <td><p>Alt + Down Arrow</p></td>  <td><p>Move the selected line up one line.</p></td>
+    <td><p>Move the selected line down one line</p></td>  <td><p>Alt + Down Arrow</p></td>  
   </tr>
   </tbody>
 </table>
@@ -150,15 +161,15 @@
 <table frame="all" rules="all">
   <thead>
   <tr>
-    <td><p>Shortcut Key</p></td>  <td><p>Command</p></td>
+    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
   </tr>
   </thead>
   <tbody>
   <tr>
-    <td><p>F9</p></td>  <td><p>Show / hide the side pane</p></td>
+    <td><p>Show / hide the side pane</p></td>  <td><p>F9</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + F9</p></td>  <td><p>Show / hide the bottom pane.</p></td>
+    <td><p>Show / hide the bottom pane.</p></td>  <td><p>Ctrl + F9</p></td>  
   </tr>
   </tbody>
 </table>
@@ -170,30 +181,30 @@
 <table frame="all" rules="all">
   <thead>
   <tr>
-    <td><p>Shortcut Key</p></td>  <td><p>Command</p></td>
+    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
   </tr>
   </thead>
   <tbody>
   <tr>
-    <td><p>Ctrl + F</p></td>  <td><p>Find a string</p></td>
+    <td><p>Find a string</p></td>  <td><p>Ctrl + F</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + G</p></td>  <td><p>Find the next instance of the string.</p></td>
+    <td><p>Find the next instance of the string</p></td>  <td><p>Ctrl + G</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + Shift + G</p></td>  <td><p>Find the previous instance of the string.</p></td>
+    <td><p>Find the previous instance of the string</p></td>  <td><p>Ctrl + Shift + G</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + K</p></td>  <td><p>Interactive search.</p></td>
+    <td><p>Interactive search</p></td>  <td><p>Ctrl + K</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + H</p></td>  <td><p>Search and Replace.</p></td>
+    <td><p>Search and Replace</p></td>  <td><p>Ctrl + H</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + Shift + K</p></td>  <td><p>Clear highlight.</p></td>
+    <td><p>Clear highlight</p></td>  <td><p>Ctrl + Shift + K</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + I</p></td>  <td><p>Goto line.</p></td>
+    <td><p>Goto line</p></td>  <td><p>Ctrl + I</p></td>  
   </tr>
   </tbody>
 </table>
@@ -205,27 +216,27 @@
 <table frame="all" rules="all">
   <thead>
   <tr>
-    <td><p>Shortcut Key</p></td>  <td><p>Command</p></td>
+    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
   </tr>
   </thead>
   <tbody>
   <tr>
-    <td><p>Shift + F7</p></td>  <td><p>Check spelling (with plugin).</p></td>
+    <td><p>Check spelling</p></td>  <td><p>Shift + F7</p></td>  
   </tr>
   <tr>
-    <td><p>Alt + F12</p></td>  <td><p>Remove trailing spaces (with plugin).</p></td>
+    <td><p>Remove trailing spaces (with plugin)</p></td>  <td><p>Alt + F12</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + T</p></td>  <td><p>Ident (with plugin).</p></td>
+    <td><p>Ident (with plugin)</p></td>  <td><p>Ctrl + T</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + Shift + T</p></td>  <td><p>Remove indent (with plugin).</p></td>
+    <td><p>Remove indent (with plugin)</p></td>  <td><p>Ctrl + Shift + T</p></td>  
   </tr>
   <tr>
-    <td><p>F8</p></td>  <td><p>Run "make" in the current directory (with plugin).</p></td>
+    <td><p>Run "make" in the current directory (with plugin)</p></td>  <td><p>F8</p></td>  
   </tr>
   <tr>
-    <td><p>Ctrl + Shift + D</p></td>  <td><p>Directory listing (with plugin).</p></td>
+    <td><p>Directory listing (with plugin)</p></td>  <td><p>Ctrl + Shift + D</p></td>  
   </tr>
   </tbody>
 </table>
@@ -237,12 +248,12 @@
 <table frame="all" rules="all">
   <thead>
   <tr>
-    <td><p>Shortcut Key</p></td>  <td><p>Command</p></td>
+    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
   </tr>
   </thead>
   <tbody>
   <tr>
-    <td><p>F1</p></td>  <td><p>Open the gedit user guide.</p></td>
+    <td><p>Open the gedit user guide</p></td>  <td><p>F1</p></td>  
   </tr>
   </tbody>
 </table>



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