After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 582969 - Feature requested: copy&paste like Putty
Feature requested: copy&paste like Putty
Status: RESOLVED NOTABUG
Product: gnome-terminal
Classification: Core
Component: Keybindings
2.26.x
Other All
: Normal enhancement
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-17 19:11 UTC by Daniel Mustieles
Modified: 2009-05-18 17:11 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Daniel Mustieles 2009-05-17 19:11:39 UTC
I think it would be interesting a copy&paste method like Putty for Windows (sorry ;-) ).
When you select a piece of text in the terminal, it gets copied, and if you right-button with mouse, copied text is pasted into terminal.

Think about it, but don't tell anybody it's an idea based in a (free) Windows program ;-)
Comment 1 Simon van der Linden 2009-05-17 19:35:58 UTC
Actually, I think it's the other way around; Putty got it from somewhere. In Linux, if you select a text and then middle-click, the previous selection gets pasted.
Comment 2 Olav Vitters 2009-05-17 20:47:12 UTC
Indeed, this already exists. Putty uses right click instead of middle click like on almost every X application.
Comment 3 Daniel Mustieles 2009-05-18 08:20:18 UTC
My suggestion was about implementing the copy&paste feature in gnome-terminal, so people using putty won't feel strange when using gnome-terminal.

I've not seen any way to set a keybinding like left or right mouse in gnome-terminal; the idea was to create a keybinding "select text" -- "copy text", "right click" -- "paste text". Always in gnome-terminal. Does this feature exists in gnome-terminal? Where?
Comment 4 Olav Vitters 2009-05-18 16:07:17 UTC
I already explained:
  selecting = left click
  pasting = middle click

But Linux (X) has 2 clipboards. One is specific for the selection. Another for other things.

If you want this to work on right click, then it'll be WONTFIX, it conflicts with accessibility (right click should work like it does now).
Comment 5 Daniel Mustieles 2009-05-18 17:11:43 UTC
I'm sorry, I did not understood your explanation.

Thanks all for your comments