We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b60b33e + 743e045 commit ea33fe6Copy full SHA for ea33fe6
articles/cloud-shell/using-the-shell-window.md
@@ -108,6 +108,11 @@ select restore.
108
<kbd>Shift</kbd>-<kbd>Insert</kbd> to paste.
109
- FireFox/IE may not support clipboard permissions properly.
110
- macOS: <kbd>Cmd</kbd>-<kbd>C</kbd> to copy and <kbd>Cmd</kbd>-<kbd>V</kbd> to paste.
111
+- Linux: <kbd>CTRL</kbd>-<kbd>C</kbd> to copy and <kbd>CTRL</kbd>-<kbd>SHIFT</kbd>-<kbd>V</kbd> to paste.
112
+
113
+> [!NOTE]
114
+> If no text is selected when you type <kbd>Ctrl</kbd>-<kbd>C</kbd>, Cloud Shell sends the `Ctrl C`
115
+> character to the shell. This could terminate the currently running command.
116
117
## Resize Cloud Shell window
118
0 commit comments