小智 34
control+ insert= 复制
shift+ insert= 粘贴
小智 27
据我所知,不使用鼠标就无法将选定区域从腻子窗口复制到 Windows 剪贴板。在腻子网站上有一个专门针对此功能的功能请求。
http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/keyboard-copy.html
使用键盘快捷键将信息从腻子窗口复制到 Windows 剪贴板的唯一方法是使用应用程序系统菜单“全部复制到剪贴板”(您可以从 alt-space 调用,前提是您设置了“窗口 > 行为 >系统菜单出现在腻子中配置的ALT-Space”选项。
可以使用-从 Windows 剪贴板粘贴到腻子中。ShiftInsert
如果您只需要在终端窗口内复制和粘贴,请参阅您正在使用的 shell 的手册页或考虑使用 unix“屏幕”应用程序(“man screen”了解更多信息),它允许文本选择用于在终端窗口中复制/粘贴(类似于 vi 的复制/粘贴工作方式)。手册页的摘录:
C-a esc (copy) Enter copy/scrollback mode.
C-a ] (paste .) Write the contents of the paste buffer to the
stdin queue of the current window.
C-a {
C-a } (history) Copy and paste a previous (command) line.
C-a > (writebuf) Write paste buffer to a file.
C-a < (readbuf) Reads the screen-exchange file into the paste
buffer.
C-a = (removebuf) Removes the file used by C-a < and C-a >.
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
301989 次 |
| 最近记录: |