Skip to content

Commit

Permalink
Installations paste copy note (#27486)
Browse files Browse the repository at this point in the history
* add paste and copy shortcut note

* fix liting errors
  • Loading branch information
AirDevil188 committed Feb 28, 2024
1 parent dbb9f82 commit 72f3252
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions foundations/installations/installations.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@ Choose your Operating System:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
```

<div class="lesson-note" markdown="1">
### Copy and paste keyboard shortcuts
You have probably noticed that the common keyboard shortcut: <kbd>Ctrl</kbd> + <kbd>V</kbd> to paste something doesn't work in the terminal. In order to paste your text input into your terminal you can use: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>V</kbd> keyboard shortcut combination, instead. It is also very handy to know that the: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd> keyboard combination will copy any highlighted text from your terminal, which can then be pasted later.
</div>

#### Step 2: Install Google Chrome

- Enter the following command in your terminal to install **Google Chrome** `.deb` package
Expand Down

0 comments on commit 72f3252

Please sign in to comment.