summaryrefslogtreecommitdiff
path: root/gnome-help/C/shell-keyboard-shortcuts.page
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-help/C/shell-keyboard-shortcuts.page')
-rw-r--r--gnome-help/C/shell-keyboard-shortcuts.page26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnome-help/C/shell-keyboard-shortcuts.page b/gnome-help/C/shell-keyboard-shortcuts.page
index 114c658c..2eab9686 100644
--- a/gnome-help/C/shell-keyboard-shortcuts.page
+++ b/gnome-help/C/shell-keyboard-shortcuts.page
@@ -87,6 +87,24 @@ information on navigating user interfaces with only the keyboard.</p>
navigate.</p>
</td>
</tr>
+ <tr xml:id="ctrl-alt-t">
+ <td><p><keyseq><key>Ctrl</key><key>Alt</key><key>T</key></keyseq></p></td>
+ <td>
+ <p>Open terminal.</p>
+ </td>
+ </tr>
+ <tr xml:id="ctrl-shift-t">
+ <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq></p></td>
+ <td>
+ <p>Open new terminal tab on same window.</p>
+ </td>
+ </tr>
+ <tr xml:id="ctrl-shift-n">
+ <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>N</key></keyseq></p></td>
+ <td>
+ <p>Open new a new terminal window. To use this shortcut, you should already be on a terminal window.</p>
+ </td>
+ </tr>
<tr xml:id="super-a">
<td><p><keyseq><key>Super</key><key>A</key></keyseq></p></td>
<td><p>Show the list of applications.</p></td>
@@ -159,6 +177,14 @@ information on navigating user interfaces with only the keyboard.</p>
<td><p><keyseq><key>Ctrl</key><key>Z</key></keyseq></p></td>
<td><p>Undo the last action.</p></td>
</tr>
+ <tr>
+ <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq></p></td>
+ <td><p>Copy highlighted text or commands to the clipboard in the terminal.</p></td>
+ </tr>
+ <tr>
+ <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>V</key></keyseq></p></td>
+ <td><p>Paste the contents of the clipboard in the terminal.</p></td>
+ </tr>
</table>
<table rules="rows" frame="top bottom" ui:expanded="false">