[gedit] completed initial draft of the shortcut keys page.



commit 80ad4b53c0960cffe82d583afb9b276957a61f31
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sat Oct 30 13:21:36 2010 -0500

    completed initial draft of the shortcut keys page.

 help/C/gedit-shortcut-keys.page |   63 ++++++++++++++++++++++++++++----------
 1 files changed, 46 insertions(+), 17 deletions(-)
---
diff --git a/help/C/gedit-shortcut-keys.page b/help/C/gedit-shortcut-keys.page
index 6c20d62..3ad5835 100644
--- a/help/C/gedit-shortcut-keys.page
+++ b/help/C/gedit-shortcut-keys.page
@@ -165,7 +165,7 @@
 </section>
 
 <section id="gedit-searching-shortcuts">
-  <title>Shortcut keys for Searching</title>
+  <title>Shortcut keys for searching</title>
 
 <table frame="all" rules="all">
   <thead>
@@ -199,24 +199,53 @@
 </table>
 </section>
 
-<!--
+<section id="gedit-tools-shortcuts">
+  <title>Shortcut keys for tools</title>
 
-Shortcuts for tools:
-
-                          Shortcut Key	 
-                          Command
-Shift + F7	Check spelling (with plugin).
-Alt + F12	Remove trailing spaces (with plugin).
-Ctrl + T	Indent (with plugin).
-Ctrl + Shift + T	Remove Indent (with plugin).
-F8	Run "make" in current directory (with plugin).
-Ctrl + Shift + D	Directory listing (with plugin).
+<table frame="all" rules="all">
+  <thead>
+  <tr>
+    <td><p>Shortcut Key</p></td>  <td><p>Command</p></td>
+  </tr>
+  </thead>
+  <tbody>
+  <tr>
+    <td><p>Shift + F7</p></td>  <td><p>Check spelling (with plugin).</p></td>
+  </tr>
+  <tr>
+    <td><p>Alt + F12</p></td>  <td><p>Remove trailing spaces (with plugin).</p></td>
+  </tr>
+  <tr>
+    <td><p>Ctrl + T</p></td>  <td><p>Ident (with plugin).</p></td>
+  </tr>
+  <tr>
+    <td><p>Ctrl + Shift + T</p></td>  <td><p>Remove indent (with plugin).</p></td>
+  </tr>
+  <tr>
+    <td><p>F8</p></td>  <td><p>Run "make" in the current directory (with plugin).</p></td>
+  </tr>
+  <tr>
+    <td><p>Ctrl + Shift + D</p></td>  <td><p>Directory listing (with plugin).</p></td>
+  </tr>
+  </tbody>
+</table>
+</section>
 
-Shortcuts for help:
+<section id="gedit-help-shortcuts">
+  <title>Shortcut keys for user help</title>
 
-            Shortcut Key	 
-            Command
-F1	Open gedit's user manual.</p>
--->
+<table frame="all" rules="all">
+  <thead>
+  <tr>
+    <td><p>Shortcut Key</p></td>  <td><p>Command</p></td>
+  </tr>
+  </thead>
+  <tbody>
+  <tr>
+    <td><p>F1</p></td>  <td><p>Open the gedit user guide.</p></td>
+  </tr>
+  </tbody>
+</table>
+</section>
 
 </page>



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