Ubuntu Forums Archive Viewer

HOWTO: Copy and Paste fast

Archived thread 12331 from Tutorials. Markdown source: Tutorials/thread_12331_HOWTO_Copy_and_Paste_fast.md

Original URL About this archive
#1

Taken from page 21 ftp://www6.software.ibm.com/software/developer/library/l-faq.pdf

Often when you follow howto you have to copy and paste alot of text into your command promt, and for some reason CTRL+V wont paste into the promt, but right click and select paste works, however page 21 of the above mentioned pdf file mentions an even faster way then the typical CTRL+C -> CTRL+V that even works.

You highlight the text you wish to copy, and press the middle mouse butten (useally the weel) then paste it into the promt or other document with another click on the middle mouse button.

I hope it helps someone :D

#2

Yep, it's the X clipboard :)

#3

On my machine all I have to do is highlight the text, and this alone seems to perform the copy operation. Then I paste it with one click of the 'Thumb Button' (on a LOgitech Mouseman Wheel, which I used as a double-click button in windows). I would never have guessed! :)

#4

That's good Trick / tip.

#5

On my machine all I have to do is highlight the text, and this alone seems to perform the copy operation. Then I paste it with one click of the 'Thumb Button' (on a LOgitech Mouseman Wheel, which I used as a double-click button in windows). I would never have guessed! :)

Yeah i noticed this too with my logitech MX 310, the "Thumb button" is just another button 3 and the "Pinky button" on the opposite side acts as another right click. By the way if anyone can tell me a way to reprogram these it would be great.

And about pasting into the prompt CTRL+SHIFT+V works as well.

#6

Yeah i noticed this too with my logitech MX 310, the "Thumb button" is just another button 3 and the "Pinky button" on the opposite side acts as another right click. By the way if anyone can tell me a way to reprogram these it would be great.

And about pasting into the prompt CTRL+SHIFT+V works as well.

I had the same problem with my mouse.

sudo gedit /etc/X11/XF86Config-4 Find the line that says: Option "Emulate3Buttons" "True Replace that line with: Option "Buttons" "7"

#7

Wow - I didn't know that. Thanks :)

It will save me a few keystrokes

#8

Thanks alot for this! You wouldn't belive the time savings this trick does for me:D Thanks!

#9

For those who still care about this document it can be found here: http://adsl.cutw.net/l-faq.pdf

#10

can't access document ..

#11

tx great document.

#12

For those who don't know yet, there is also a great app/extension called klipper (kde), and/or glipper (gnome) that extends the clipboard functionality to include "actions" and multiple "saved" clippings. - Awesome app.

http://sazeit.com/articles/klipper-in-ubuntu-gnome

#13

If you can spare some mouse buttons, give this a try too:

http://thecodecentral.com/2012/07/27/use-mouse-buttons-to-perform-copy-paste-in-ubuntu