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 306683 - Modifier+middle-click => clear+paste in GtkEntry, GtkTextView
Modifier+middle-click => clear+paste in GtkEntry, GtkTextView
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: .General
2.6.x
Other All
: Normal enhancement
: Small feature
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 145732
 
 
Reported: 2005-06-06 17:35 UTC by Christian Neumair
Modified: 2015-02-16 14:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Christian Neumair 2005-06-06 17:35:39 UTC
From bug 145732:
"Maybe we could update the fdo cut+paste spec to say that Shift+Middle or
Ctrl+Middle means 'replace the text under the cursor with the selection
buffer'? (And get gtk, qt, and moz to implement that.)"

I'm proposing that shift+middle-click should clear an entry or text view and
insert the text in the "mouse clipboard" (I think it is the secondary
clipboard). ctrl+middle-click should IMHO clear an entry or text view, paste the
contents of the secondary clipboard and activate the text widget, if it is a
GtkEntry. Also, shift-ctrl-p should in my opinion clear the current text widget
and afterwards paste the clipboard contents (I think it is the primary one).
Comment 1 Matthias Clasen 2005-06-13 17:07:46 UTC
Clearing an entire text view on a click sounds dangerous to me.
Comment 2 Matthias Clasen 2015-02-16 14:15:28 UTC
not going to happen