How To Paste Text Into A Terminal Window?
Moderator: Forum moderators
How To Paste Text Into A Terminal Window?
There is no option to paste text into the terminal.
I tried CONTROL-SHIFT-V, which works on other Linux distro's, but that does nothing.
Is there a way to paste text into the terminal?
And, similarly, is there a way to copy text from a terminal window?
Kind Regards,
John
Melbourne, Australia
- 01101001b
- Posts: 164
- Joined: Wed Jul 15, 2020 10:57 pm
- Location: Buenos Aires, Argentina
- Has thanked: 641 times
- Been thanked: 21 times
Re: How To Paste Text Into A Terminal Window
I don't know what terminal you're using. I use LxTerminal and in it Control+Shift+V works flawlessly (and you can copy text from it, too). Perhaps you are using xterm or rxvt or urxvt which I prefer not to usejm03 wrote: Wed Sep 23, 2020 9:13 am There is no option to paste text into the terminal.
I tried CONTROL-SHIFT-V, which works on other Linux distro's, but that does nothing.

Remember there's plenty of "Puppies", so it's needed you mention what Puppy (and version) you are running to be able to help you.
Regards!

''Most people make the mistake of thinking design is what it looks like [...] It's not [...]. Design is how it works.'' -- Steve Jobs
- taersh
- Posts: 951
- Joined: Tue Jul 07, 2020 11:13 pm
- Location: Germany
- Has thanked: 53 times
- Been thanked: 120 times
Re: How To Paste Text Into A Terminal Window
My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!
- bigpup
- Moderator
- Posts: 7447
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 997 times
- Been thanked: 1665 times
Re: How To Paste Text Into A Terminal Window
Left mouse click hold and highlight to copy.
Middle mouse button click to paste.
Have to be careful to only click one time or you will get multiple times the same thing.
URXVT terminal is a simple terminal program.
You can install terminals that have right click menus and more features.
Note:
There are some settings for URXVT terminal.
Enter in the terminal
Code: Select all
urxvtcontrol
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
- greengeek
- Posts: 1528
- Joined: Thu Jul 16, 2020 11:06 pm
- Has thanked: 629 times
- Been thanked: 225 times
Re: How To Paste Text Into A Terminal Window?
Also - it is possible to set up the shift+ctrl+v for paste function and shift+ctrl+c for copy function to work on urxvt.
This does involve editing some files tho'
- taersh
- Posts: 951
- Joined: Tue Jul 07, 2020 11:13 pm
- Location: Germany
- Has thanked: 53 times
- Been thanked: 120 times
Re: How To Paste Text Into A Terminal Window
That's cool!

First time I heard of this!

Thanks!

My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!
Re: How To Paste Text Into A Terminal Window?
Urxvt comes with some perl extensions.
When you highlight text in urxvt it is put in the primary buffer.
One perl extension automatically copies the contents of the primary buffer to the clipboard buffer.
ctrl+C and ctrl+V in geany or Firefox uses the clipboard buffer.
Urxvt is not configured to use CONTROL-SHIFT-V.I tried CONTROL-SHIFT-V, which works on other Linux distro's, but that does nothing.
CONTROL-SHIFT-V does nothing in urxvt.
Urxvt is configured to use ctrl+alt+V to paste from the clipboard buffer.
It is another perl extension.
ctrl+alt+V will paste from the clipboard buffer to urxvt.
ctrl+shift+V does nothing.
ctrl+alt+V works.
ctrl+shift+V does not work.
Re: How To Paste Text Into A Terminal Window
bigpup wrote: Wed Sep 23, 2020 11:25 am I will assume you are talking about URXVT terminal that is in about all Puppy versions.
Left mouse click hold and highlight to copy.
Middle mouse button click to paste.
Have to be careful to only click one time or you will get multiple times the same thing.
URXVT terminal is a simple terminal program.
You can install terminals that have right click menus and more features.
Note:
There are some settings for URXVT terminal.
Enter in the terminalA Window will open with setting options you can change.Code: Select all
urxvtcontrol
Yes, I am talking about URXVT terminal.
I tried selecting the text in the terminal window to copy it into the clipboard, but when I try pasting into Geany nothing happens.
Re: How To Paste Text Into A Terminal Window
Yes, I forget that there's many different versions of Puppy Linux out there.01101001b wrote: Wed Sep 23, 2020 10:25 amI don't know what terminal you're using. I use LxTerminal and in it Control+Shift+V works flawlessly (and you can copy text from it, too). Perhaps you are using xterm or rxvt or urxvt which I prefer not to usejm03 wrote: Wed Sep 23, 2020 9:13 am There is no option to paste text into the terminal.
I tried CONTROL-SHIFT-V, which works on other Linux distro's, but that does nothing.Just for the sake of it, try Ctrl+V or Shift+Insert or paste with the mouse and let's see.
Remember there's plenty of "Puppies", so it's needed you mention what Puppy (and version) you are running to be able to help you.
Regards!![]()
I am running Puppy "Tahr".
- greengeek
- Posts: 1528
- Joined: Thu Jul 16, 2020 11:06 pm
- Has thanked: 629 times
- Been thanked: 225 times
Re: How To Paste Text Into A Terminal Window
To copy from URXVT highlight the desired data then use Ctrl+Alt+c to remember itjm03 wrote: Thu Sep 24, 2020 5:29 am I tried selecting the text in the terminal window to copy it into the clipboard, but when I try pasting into Geany nothing happens.
I am running Puppy "Tahr".
To paste that data into Geany use Ctrl+v
To do the opposite:
To copy from Geany highlight the desired data and use Ctrl+c to remember it.
To paste that data into URXVT use Ctrl+Alt+v
Re: How To Paste Text Into A Terminal Window
Hi greengeek,greengeek wrote: Thu Sep 24, 2020 6:59 amTo copy from URXVT highlight the desired data then use Ctrl+Alt+c to remember itjm03 wrote: Thu Sep 24, 2020 5:29 am I tried selecting the text in the terminal window to copy it into the clipboard, but when I try pasting into Geany nothing happens.
I am running Puppy "Tahr".
To paste that data into Geany use Ctrl+v
To do the opposite:
To copy from Geany highlight the desired data and use Ctrl+c to remember it.
To paste that data into URXVT use Ctrl+Alt+v
Your method is the only one that has worked for me!
Ctrl-Alt-C to copy
Ctrl-Alt-V to paste
Thanks so much for that!
- greengeek
- Posts: 1528
- Joined: Thu Jul 16, 2020 11:06 pm
- Has thanked: 629 times
- Been thanked: 225 times
Re: How To Paste Text Into A Terminal Window?
But also - if you are running Tahr 32bit then dogFellow's suggestion of using shift+insert should work too. Dont know about Tahr64.
eg:
To copy from URXVT highlight the desired data then use Shift+insert to remember it
To paste that data into Geany use Ctrl+v
To do the opposite:
To copy from Geany highlight the desired data and use Ctrl+c to remember it.
To paste that data into URXVT use Shift+insert
Same shortcut in both directions. Very helpful.
- bigpup
- Moderator
- Posts: 7447
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 997 times
- Been thanked: 1665 times
Re: How To Paste Text Into A Terminal Window?
Left mouse click hold and highlight to copy.
Middle mouse button click to paste.
I do keep the terminal open while I paste into Geany.
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
- taersh
- Posts: 951
- Joined: Tue Jul 07, 2020 11:13 pm
- Location: Germany
- Has thanked: 53 times
- Been thanked: 120 times
Re: How To Paste Text Into A Terminal Window?
My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!
Re: How To Paste Text Into A Terminal Window?
What works for me with Xenial is: L+R mouse button, that pastes wherever the cursor is blinking.