Skip to content

Commit

Permalink
terminal copy
Browse files Browse the repository at this point in the history
  • Loading branch information
fireflycons committed Dec 15, 2024
1 parent 8a7e7c8 commit 6898e67
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ First and foremost, please be aware of our [Community Guidelines](./docs/code-of
* [Performance Based Exams](#performance-based-exams)
* [Can I use my own bookmarks?](#can-i-use-my-own-bookmarks)
* [Can I open multiple terminal sessions?](#can-i-open-multiple-terminal-sessions)
* [How do I copy/paste in the exam terminal?](#how-do-i-copypaste-in-the-exam-terminal)
* [Can I paste settings for vi, aliases etc from my notepad?](#can-i-paste-settings-for-vi-aliases-etc-from-my-notepad)
* [Can I install packages or download *anything* to the exam terminal?](#can-i-install-packages-or-download-anything-to-the-exam-terminal)
* [How do I remove the nag dialog when pasting into the terminal application?](#how-do-i-remove-the-nag-dialog-when-pasting-into-the-terminal-application)
Expand Down Expand Up @@ -330,6 +331,18 @@ Because you cannot run your own browser. The only software that may be running o
Either multiple instances of the terminal emulator app, multiple tabs within the terminal emulator, or both. We would encourage you to do so. This is useful when editing manifests. Have the manifest open in `vi` in one terminal, and a command prompt in the other. Edit the YAML and save without exiting (`:w`). In the other terminal, apply. Repeat until the bugs in the YAML are out.

### How do I copy/paste in the exam terminal?

Note that the exam gives you an option to see the copy/paste functionality as part of the pre-start tour. You should read this and ensure it aligns with the following. *Remember that what it says there is what will happen*.

The exam terminals are Linux terminals and follow the rules for Linux terminals. You should be able to select text with the mouse.

* Right clicking in the terminal window will give a menu with copy/paste on it.
* `CTRL+SHIFT+C` to copy using the keyboard
* `CTRL+SHIFT+V` to paste to the termninal

You need to use `SHIFT` in the terminal window, because the regualr CTRL sequences have special meaning to terminals. In GUI applications like mousepad, copy/pate operations are as you would expect.

### Can I paste settings for vi, aliases etc from my notepad?

> No
Expand Down

0 comments on commit 6898e67

Please sign in to comment.