Is there a keyboard shortcut to paste in the Windows command prompt (or at least powershell)?

I'm aware that you can right click, but it would be handy if it was possible without touching the mouse.

link|improve this question

75% accept rate
Remember Shift+Insert in QBasic? I was secretly hoping that would still work. – Jeshii Feb 15 at 18:31
feedback

3 Answers

up vote 6 down vote accepted
Alt+<space> -> E -> P
link|improve this answer
3  
btw Alt+ <space> -> E -> K is Block Select Mode where you hold down the <shift> key as you move the <arrow> keys to select text. Hitting <enter> copies any selected text to the buffer – facepalmd Jul 31 '09 at 16:25
feedback

Checkout this Stackoverflow article. They provide an AutoHotKey script. If you aren't familiar with AutoHotKey you should be. It is a free application that allows you to automate a ton of things on Windows. I use it for a number of tasks. You can even compile the scripts and then just run the executable. Great for distribution to less tech savvy folks or for running off a thumb drive for portability.

They also mention this:

ALT+SPACE+E+K <-- for copy

ALT+SPACE+E+P <-- for paste

link|improve this answer
feedback

Ctrl Insert for copy Shift Insert for paste

Am using powershell in console2

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.