136
31
I would like to paste text the Windows clipboard into my PuTTY session using only the keyboard. I am running PuTTY 0.60 on Windows XP.
Usage example: I just selected a bunch of nice text inside of my Emacs on Windows. I then shift my focus to a Putty window. Then I press the magic keyboard shortcut, and the application waiting for input on the other side gets some.
I have tried the keyboard shortcut to paste into cmd
, Alt+Space+E+P, but it doesn't paste the clipboard into my PuTTY window.
This question and answer about opening the system menu using Alt+Space looks interesting, but it doesn't bring me closer to an answer.
So, does anyone know how can I paste the Windows clipboard into my PuTTY session using only the keyboard?
5Looking at my Macbook air keyboard and windows installed, I wish I had an
INS
key. – adrianTNT – 2016-05-10T14:54:57.213Hey, @adrianTNT , on your Macbook, you can simulate
Ins
withfn
+return
. So to paste into putty, you can useshift
+fn
+return
– Jamey – 2016-11-02T17:38:57.4033BE CAREFUL DOING THIS. Some characters like
"
may look the same but be interpreted differently once you paste it into PuTTY - and this was copy pasting from notepad++ so it was plain text – Kolob Canyon – 2016-11-10T19:12:06.383@KolobCanyon yeah I noticed! copying from my editor directly to PuTTY always transformed the text, need to always "transform" to plain text by pasting to notepad before – pocesar – 2017-09-18T08:30:29.567
4In Windows, just right-clicking the PuTTY console window with the mouse and then hitting
enter
on the keyboard worked for me. (Note that you obviously need to Copy the password to the clipboard first.) – c00000fd – 2017-09-25T04:31:16.537