[gedit] updated the shortcut keys page. minor edit to the gedit-replace page
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] updated the shortcut keys page. minor edit to the gedit-replace page
- Date: Mon, 28 Feb 2011 22:01:54 +0000 (UTC)
commit 7c8c4cc03b42dd6fd56c76fd6b08d313a99606be
Author: Jim Campbell <jwcampbell gmail com>
Date: Sat Oct 30 13:05:00 2010 -0500
updated the shortcut keys page. minor edit to the gedit-replace page
help/C/gedit-replace.page | 4 +-
help/C/gedit-shortcut-keys.page | 176 ++++++++++++++++++++++++++++++---------
2 files changed, 138 insertions(+), 42 deletions(-)
---
diff --git a/help/C/gedit-replace.page b/help/C/gedit-replace.page
index 7fe876a..f1ebc71 100644
--- a/help/C/gedit-replace.page
+++ b/help/C/gedit-replace.page
@@ -1,4 +1,6 @@
-<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="gedit-replace">
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-replace">
<info>
<link type="guide" xref="index#gedit-working-with-files" />
<link type="seealso" xref="gedit-search-find"/>
diff --git a/help/C/gedit-shortcut-keys.page b/help/C/gedit-shortcut-keys.page
index 372caad..6c20d62 100644
--- a/help/C/gedit-shortcut-keys.page
+++ b/help/C/gedit-shortcut-keys.page
@@ -33,9 +33,12 @@
<!-- For the sake of appearance, I have not used the <keyseq> feature to display key sequences in the tables. -->
<table frame="all" rules="all">
+ <thead>
<tr>
<td><p>Shortcut Key</p></td> <td><p>Command</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>
</tr>
@@ -57,55 +60,146 @@
<tr>
<td><p>Alt + <var>n</var></p></td> <td><p>Jump to <var>n</var>th tab.</p></td>
</tr>
+ </tbody>
</table>
</section>
-<!-- Shortcuts for working with files:
+<section id="gedit-file-shortcuts">
+ <title>Shortcut keys for working with files</title>
- Shortcut Key
- Command
-Ctrl + N Create a new document.
-Ctrl + O Open a document.
-Ctrl + L Open a location.
-Ctrl + S Save the current document to disk.
-Ctrl + Shift + S Save the current document with a new filename.
-Ctrl + P Print the current document.
-Ctrl + Shift + P Print preview.
-Ctrl + W Close the current document.
-Ctrl + Q Quit Gedit.
-
-Shortcuts for editing documents:
+<table frame="all" rules="all">
+ <thead>
+ <tr>
+ <td><p>Shortcut Key</p></td> <td><p>Command</p></td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><p>Ctrl + N</p></td> <td><p>Create a new document.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + O</p></td> <td><p>Open a document.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + S</p></td> <td><p>Save the current document.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + Shift + S</p></td> <td><p>Save the current document with a new filename.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + P</p></td> <td><p>Print the current document.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + Shift + P</p></td> <td><p>Print preview.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + W</p></td> <td><p>Close the current document.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + Q</p></td> <td><p>Quit gedit.</p></td>
+ </tr>
+ </tbody>
+</table>
+</section>
- Shortcut Key
- Command
-Ctrl + Z Undo the last action.
-Ctrl + Shift + Z Redo the last undone action .
-Ctrl + X Cut the selected text or region and place it on the clipboard.
-Ctrl + C Copy the selected text or region onto the clipboard.
-Ctrl + V Paste the contents of the clipboard.
-Ctrl + A Select all.
-Ctrl + D Delete current line.
-Alt + Up Move the selected line up one line.
-Alt + Down Move the selected line down one line.
-
-Shortcuts for showing and hiding panes:
- Shortcut Key
- Command
-F9 Show/hide the side pane.
-Ctrl + F9 Show/hide the bottom pane.
+<section id="gedit-editing-shortcuts">
+ <title>Shortcut keys for editing files</title>
+
+<table frame="all" rules="all">
+ <thead>
+ <tr>
+ <td><p>Shortcut Key</p></td> <td><p>Command</p></td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><p>Ctrl + Z</p></td> <td><p>Undo the last action.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + Shift + Z</p></td> <td><p>Redo the last undone action.</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>
+ </tr>
+ <tr>
+ <td><p>Ctrl + C</p></td> <td><p>Copy the selected text or region onto the clipboard.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + V</p></td> <td><p>Past the contents of the clipboard.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + A</p></td> <td><p>select all text in the file.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + D</p></td> <td><p>Delete the current line.</p></td>
+ </tr>
+ <tr>
+ <td><p>Alt + Up Arrow</p></td> <td><p>CMove the selected line up one line.</p></td>
+ </tr>
+ <tr>
+ <td><p>Alt + Down Arrow</p></td> <td><p>Move the selected line up one line.</p></td>
+ </tr>
+ </tbody>
+</table>
+</section>
-Shortcuts for searching:
+<section id="gedit-pane-shortcuts">
+ <title>Shortcut keys for showing and hiding panes</title>
- Shortcut Key
- Command
-Ctrl + F Find a string.
-Ctrl + G Find the next instance of the string.
-Ctrl + Shift + G Find the previous instance of the string.
-Ctrl + K Interactive search.
-Ctrl + H Search and replace.
-Ctrl + Shift + K Clear highlight.
-Ctrl + I Goto line.
+<table frame="all" rules="all">
+ <thead>
+ <tr>
+ <td><p>Shortcut Key</p></td> <td><p>Command</p></td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><p>F9</p></td> <td><p>Show / hide the side pane</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + F9</p></td> <td><p>Show / hide the bottom pane.</p></td>
+ </tr>
+ </tbody>
+</table>
+</section>
+
+<section id="gedit-searching-shortcuts">
+ <title>Shortcut keys for Searching</title>
+
+<table frame="all" rules="all">
+ <thead>
+ <tr>
+ <td><p>Shortcut Key</p></td> <td><p>Command</p></td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><p>Ctrl + F</p></td> <td><p>Find a string</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + G</p></td> <td><p>Find the next instance of the string.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + Shift + G</p></td> <td><p>Find the previous instance of the string.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + K</p></td> <td><p>Interactive search.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + H</p></td> <td><p>Search and Replace.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + Shift + K</p></td> <td><p>Clear highlight.</p></td>
+ </tr>
+ <tr>
+ <td><p>Ctrl + I</p></td> <td><p>Goto line.</p></td>
+ </tr>
+ </tbody>
+</table>
+</section>
+
+<!--
Shortcuts for tools:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]