Bug 335338

Summary: [feature request] Special mode for copy text without mouse
Product: [Applications] konsole Reporter: Cade <ahx2323>
Component: copy-pasteAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: jerome.pouiller, jhnnslschnr
Priority: NOR    
Version: 2.11.5   
Target Milestone: ---   
Platform: Mint (Ubuntu based)   
OS: Linux   
Latest Commit: Version Fixed In:

Description Cade 2014-05-25 12:02:25 UTC
Feature request: special "copy text" mode
to allow copy text without using mouse.

How to use:
*  press shortcut to go to copy text mode;
*  select text using standard text editor's keys
    (arrows, shift+arrows, etc);
*  press "Ctrl+c" (or any other key)
    to copy text and exit copy text mode.

How to realize?

When go to "copy text" mode:
*  get text from scroll history;
    may also get character colors and attributes (bold, italics);
*  hide terminal emulator window;
*  in place of terminal emulator window
    show text editor window;
*  insert stored text in text text editor;
*  draw text editor's cursor in position of terminal's cursor;
*  text editor window will handle cursor movement keys.

When leave "copy text" mode:
*  hide text editor window;
*  show terminal emulator window;
*  position of terminal's cursor will not changed.
Advantages:
*  do not need to send any escape sequences to running programs;
*  do not need to move cursor of virtual terminal;
*  console application know nothing about copy text mode.

Any suggestions?

Reproducible: Always
Comment 1 Jerôme Pouiller 2019-10-24 08:08:51 UTC
*** Bug 351082 has been marked as a duplicate of this bug. ***
Comment 2 Jerôme Pouiller 2019-10-24 08:16:06 UTC

*** This bug has been marked as a duplicate of bug 100317 ***