Answers:
轻松使用Autohotkey:
#IfWinActive ahk_class ConsoleWindowClass
^v::
SendInput {Raw}%clipboard%
return
用“ ahk”扩展名保存并运行它。
您可以使用PowerShell ISE。它使用通常的Windows快捷方式
我没有尝试过,但是:
有一个获取剪贴板的命令:
http://pscx.codeplex.com/SourceControl/changeset/view/73549#53777
您也许可以将其添加到Ctrl + V菜单项中,然后查看是否可行。