Ric*_*lay 15 windows clipboard powershell command-line
是否有键盘快捷键可以粘贴到 Windows 命令提示符(或至少是 powershell)中?
我知道您可以右键单击,但如果可以不触摸鼠标,那会很方便。
fac*_*lmd 14
按Alt+Space然后按E最后P
这将打开 alt 菜单 > 编辑 > 粘贴
不幸的是微软拒绝添加SHIFT+INSERT
((
对于regedit
坚果:
Windows Registry Editor Version 5.00\n\n[HKEY_CURRENT_USER\\Console]\n\n; 1 - enable improved conhost features.\n"ForceV2"=dword:00000001\n\n; Use wrapped text selection.\n"LineSelection"=dword:00000001\n; Re-wrap text on resize operations.\n"LineWrap"=dword:00000001\n\n; Allow close on Alt-F4 hotkey.\n"AllowAltF4Close"=dword:00000001\n\n; Enable interpretation of VT control codes.\n"VirtualTerminalLevel"=dword:00000001\n; 1 - activate "Insert mode", opposite of "Override mode".\n"InsertMode"=dword:00000001\n; Disable word selection with Shift+ARROW, use Ctrl+M to enter to "Mark Mode".\n"ExtendedEditKey"=dword:00000000\n; Not really sure what it is. Default is "0".\n"ExtendedEditKeyCustom"=dword:00000000\n\n; Allow selection by mouse & copy/paste by mouse right click.\n; reg add HKCU\\Console /v QuickEdit /t REG_DWORD /d 1 /f\n"QuickEdit"=dword:00000001\n\n; Enables Ctrl+Shift+C/V style copy/paste.\n; https://github.com/microsoft/terminal/issues/397\n"InterceptCopyPaste"=dword:00000001\n\n; Whether to replace characters on paste (e.g. Word \xe2\x80\x9csmart quotes\xe2\x80\x9d are replaced with regular\n; quotes). I want for paste to insert text literary, so disabled the "feature" (by the value "0")!\n"FilterOnPaste"=dword:00000000\n\n; Do not strip leading zeros when copying on selection (like "001" => "1").\n"TrimLeadingZeros"=dword:00000000\n\n; Disable Ctrl+C/V/A, use only Ctrl+Shift+C/V from "InterceptCopyPaste".\n"CtrlKeyShortcutsDisabled"=dword:00000001\n
Run Code Online (Sandbox Code Playgroud)\n
小智 5
查看这篇Stackoverflow 文章。他们提供了一个AutoHotKey脚本。如果您不熟悉 AutoHotKey,您应该熟悉。它是一个免费的应用程序,可让您在 Windows 上自动执行大量操作。我将它用于许多任务。您甚至可以编译脚本,然后运行可执行文件。非常适合分发给不太懂技术的人,或者为了便携性而使用拇指驱动器。
他们还提到了这一点:
ALT+SPACE+E+K <-- 用于复制
ALT+SPACE+E+P <-- 用于粘贴
归档时间: |
|
查看次数: |
22113 次 |
最近记录: |