[gnome-terminal/wip/mallard-merge: 154/341] Help: Added default keyboard shortcuts in Terminal.
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal/wip/mallard-merge: 154/341] Help: Added default keyboard shortcuts in Terminal.
- Date: Fri, 1 Mar 2013 20:55:38 +0000 (UTC)
commit ced585b30c5b84c66faab7b96347e1afee5646c1
Author: Sindhu S <sindhus live in>
Date: Sat Feb 16 02:32:59 2013 +0530
Help: Added default keyboard shortcuts in Terminal.
Added list of default keyboard shortcuts in Terminal.
Includes 2 other trivial changes.
help/C/adv-keyboard-shortcuts.page | 115 +++++++++++++++++++++++++++++++++---
1 files changed, 106 insertions(+), 9 deletions(-)
---
diff --git a/help/C/adv-keyboard-shortcuts.page b/help/C/adv-keyboard-shortcuts.page
index 2d0aec0..93adeee 100644
--- a/help/C/adv-keyboard-shortcuts.page
+++ b/help/C/adv-keyboard-shortcuts.page
@@ -39,24 +39,121 @@
style="tab">Keybindings</gui></guiseq>.</p>
</item>
<item>
- <p>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>
+ <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 are:</p>
+ <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></p></td> <td><p></p></td>
+ <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>
+
+ <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><p></td> <td><p></p></td>
+ <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>
+
+ <p>The default shortcuts under the <gui style="menu">Help</gui> are:</p>
+
+ <table>
+ <tr>
+ <td><p>Contents</p></td> <td><p><keyseq><key>F1</key></keyseq></p></td>
</tr>
-</table>
+ </table>
<p>Shell specific keyboard shortcuts:</p>
@@ -73,6 +170,6 @@
<tr>
<td><p>Bring up search tool</p></td> <td><p><keyseq><key>Control</key><key>R</key></keyseq></p></td>
</tr>
-</table>
+ </table>
-</page>
+</page>
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]