5.6.2 Editing the Screen

NOTE:Each browser handles copy, paste and cut functions differently and in some cases will not support the use of the toolbar buttons or the right-click context menu. It is highly recommended that you use keyboard commands for those functions. Although keyboard commands vary depending on your operating system, in Windows they are: CTRL+C to copy, CTRL+V to paste, and CTRL+X to cut.

It is far more common to encounter problems with the paste function rather than either cut or copy. If the Paste toolbar button is not visible, it is likely that browser security is preventing read access to the system clipboard. Different browsers behave differently when it comes to providing access to the clipboard. However, pasting is almost always available using the keyboard commands, (Control + V on Windows and Command + V on Macs). This assumes you have not remapped those keys. You can also use the browser’s built-in paste menu item or button.

To copy from the terminal

  1. Highlight the area on the terminal screen that you want to copy.

  2. Click Copy from the toolbar or select Copy from the right-click context menu available within the terminal screen. You can alternatively use the keyboard command, CTRL+C.

To paste into the terminal screen

  1. Position the cursor where you want to paste content.

  2. If the browser supports the paste function, click Paste from the toolbar or select Paste from the right-click context menu available within the terminal screen. If your browser does not support this functionality, these options will not be available and you should use the keyboard command, CTRL+V.

To cut areas from the terminal screen

NOTE:This function is available for all supported terminal types except for VT hosts.

  1. Highlight the area on the terminal screen that you want to cut.

  2. Click Cut from the toolbar or select Cut from the right-click context menu available within the terminal screen. You can alternatively use the keyboard command, CTRL+X.

Related Topics