
Originally Posted by
whkiess
Yes it is. Ctrl-C and Ctrl-V don't work because these are actually ASCII control characters in the terminal world. Once you are in the terminal emulator you are no longer working with windows shortcut keys, it's all terminal control codes. Hence Ctrl-C etc don't work. See my post above for how to cut/copy & paste. You can use the same method to copy what's on the screen onto the clipboard for use in a windows app like Word or Excel, or perhaps another text editor like Notepad++.
HTH
Walter