Is there a keyboard shortcut for pasting the content of the clipboard into a command prompt window on Windows XP (instead of using the right mouse button)?
The typical Shift+Insert does not seem to work here.
|
5
|
Is there a keyboard shortcut for pasting the content of the clipboard into a command prompt window on Windows XP (instead of using the right mouse button)? The typical
|
|||
|
|
|
|
I personally use a little AutoHotkey script to remap certain keyboard functions, for the console window (CMD) I use:
|
||
|
|
|
Yes.. but awkward. Link ALT+SPACE+E+K <-- for copy . and |
||||||||
|
|
|
Not really programming related, but I found this on Google, there is not a direct keyboard shortcut, but makes it a little quicker. To enable or disable QuickEdit mode:
To Copy text when QuickEdit is enabled:
To Paste text when QuickEdit is enabled:
To Copy text when QuickEdit is disabled:
To Paste text when QuickEdit is disabled:
|
|||
|
|
|
|
No, there's no keyboard shortcut for pasting. |
||
|
|
|
|
This is not really a shortcut but just a quick access to the control menu: Alt-space E P If you can use your mouse, right click on the cmd window works as paste when I tried it. |
||
|
|
|
You could try using Texter and create something unlikely like: ./p , triggered by space and replacing the text with %c I just tested it and it works fine. The only gotcha is to use a rare sequence, as Texter cannot restrict this to just cmd. There are probably other utilities of this kind which could work, and even AutoHotKey, upon which Texter is built could do it better, but Texter is easy :-) |
||
|
|