Cut, Copy and Paste

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

Contents

Among the most common text editing operations are cutting, copying, and pasting. CKEditor not only supports these operations but also makes it possible to affect the formatting of the pasted text and even paste a Microsoft Word-formatted fragment.

Important notice: Because the cut, copy and paste functions need an access to the clipboard of your operating system, some Internet browsers either block it when called from CKEditor toolbar, or ask you to explicitly agree to that. Should accessing the clipboard by clicking the respective cut, copy and paste buttons from CKEditor toolbar or context menu be blocked, you can always perform these operations with keyboard shortcuts.


Cut

To cut a text fragment, first you need to select it. When the text is selected, you can cut it using one of the following methods:

  • Press the Cut button on the toolbar.
  • Open the CKEditor context menu for the selected element, pressing the right mouse button, and choose the Cut command.
  • Use the Ctrl+X combination on your keyboard. Note this method works also when the browser blocks CKEditor toolbar's access to the clipboard, so this is the most reliable way.


Copy

User may utilizes one of three ways to copy a highlighted area.

  1. by pressing the CKEditor copy.pngbutton on the toolbar.
  2. by pressing the right mouse button on the highlighted area. Choose copy, after context menu is shown.
  3. by pressing the combination of CTRL+C keys.

Paste

CKEditor offers three options to paste into the text:

  1. by pressing the combination of CTRL+V keys or pressing CKEditor paste.png on the toolbar. This option will paste data from your clipboard. Depends on security settings placed in user’s browser the editor may or may not be able to paste the date directly from a clipboard. In case of failure a popup window will appear with instruction what should be done next.

    CKEditor paste window.png

  2. by pressing CKEditor paste text.png. This option enables user to paste plain text which user should first paste inside the following box by using the combination of CTRL+V keys.

    File:CKEditor pasttext window.png

  3. by pressing CKEditor paste word.png. This option enables user pasting a text previously written in MS Word editor. To paste the text just press CTRL+V key combination on your keyboard.

    File:CKEditor pasteword window.png