[Konsole-devel] [konsole] [Bug 335338] New: [feature request] Special mode for copy text without mouse

Cade ahx2323 at gmail.com
Sun May 25 12:02:25 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=335338

            Bug ID: 335338
           Summary: [feature request] Special mode for copy text without
                    mouse
    Classification: Unclassified
           Product: konsole
           Version: 2.11.5
          Platform: Mint (Ubuntu based)
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: konsole-devel at kde.org
          Reporter: ahx2323 at gmail.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list