Version: (using KDE KDE 3.5.2) Installed from: Unspecified Linux OS: Linux Hi, It would be nice if Konsole had a "Copy+Paste" option that would appear in the pop-up context menu (typically right-click where Copy,Paste,Send Signal, etc appear). This might seem like a silly request but actually I find myself frequently copying+pasting from a previous line in in a shell to the current one. SecureCRT has this feature and I find it invaluable!
I must have accidentally hit the send button multiple times, I see 3 e-mails about the same request...can the additional two be deleted?
No KDE application has that option. I find it would be a bad idea to add that option to the RMB menu. So maybe with MMB-selection it could paste automatically?
Created attachment 18527 [details] patch to enable 'paste selection' to menu and RMB I wrote a small patch to 3.5.2 to enable this in Konsole menu and RMB and submitted it on the mailing list.[1] I find it extremely useful to have in the menu. I've updated it for 3.5.5 and have attached it to this bug. [1] http://lists.kde.org/?l=konsole-devel&m=115646190031750&w=2
> This might seem like a silly request but actually I find myself frequently > copying+pasting from a previous line in in a shell to the current one. Can I have some example use cases? Does what you have in mind give the same result that making a selection and then middle-clicking does at the moment? (when you make a selection it is automatically placed on the clipboard, and middle-clicking will send the clipboard contents to the shell). I really want to be careful with what goes into the various menus in Konsole, to avoid the 'kitchen sink' syndrome where menus become overly large and important items become harder to find.
User with no mouse middle button :( wants to easiy paste a highlighted selection of text. User selects text, right clicks mouse button and selects 'Paste Selection'. Yeah, I'm hopeful that if I had a middle mouse button I would have know about this feature. :)
> Yeah, I'm hopeful that if I had a middle mouse button > I would have know about this feature. :) I must admit it surprises me to learn that there are still Konsole users without three button mice. Another alternative is to tell KDE to put selected text on the clipboard, rather than keeping it separate. You can do this by right-clicking on the clipboard icon in the system tray, selecting "Configure Klipper" and selecting the "Synchronise contents of clipboard and selection" option. After than text you select in Konsole will be put on the clipboard immediately so you can paste it by selecting a block of text, and then right-clicking and selecting Paste. Maybe this will be useful in other KDE applications as well?
Yes, your suggestion of using Klipper did work nicely. Funny thing is, this laptop is a 5 month old dual core Dell, but they don't have a middle mouse button. :(
Heh. One of the many reasons I don't like working on laptops. (Another being that people seem obsessed with touchpads, while I find hitting my fingers with a hammer more pleasurable) Take a look at the X server's ability to emulate a third mouse button by clicking both buttons at the same time.
Thanks, I had trouble with Klipper so I just patch Konsole myself. http://www.mpagano.com/blog/?p=34
As there appears paste a selection, I'd say that "Paste selection" is required. I wonder anyway why there's no keyboard shortcut for "paste selection". I'm using Klipper myself to synchronize clipboard and selection, but shouldn't be a given.
KDE4 konsole allows user to 'paste selection' using keyboard shortcut. And user can still 'paste selection' using the middle-click of mouse as in other apps. So I think there is really no good reason to add this extra action.