summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaruna tata <karunatata63@gmail.com>2023-03-12 06:15:07 +0000
committerPetr Kovář <pknbe@volny.cz>2023-03-20 17:15:07 +0000
commitd23212eb68adcbcdeaf6181d8d152782942b2f72 (patch)
tree7091d6a16920e149b30515f099c24feed4cfd74a
parentd3596e99c07b04b24f42921af0f30fd21f8b9796 (diff)
downloadgnome-user-docs-d23212eb68adcbcdeaf6181d8d152782942b2f72.tar.gz
add new shortcuts
-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">