Just a quick newbie question, Is there a way to Copy/Paste when using Xterm terminal???
quick answer: yeah No prob. select text, right click and choose copy, go to xterm right click choose paste Ctrl-C and Ctrl-V usually work works like in windows depending on the programs you're using
i had trouble with ctrl+V to paste in the terminal....but i think, not sure, ctrl+alt+V works... i may be wrong tho... :roll: you can use the 'paste' icon just above the part where you type in tho
Yep you're right,,, got confused with terminal aclinml, try starting terminal instead of xterm Alt-F2 type: terminal click run you can copy paste in terminal like you do in windows i.e. right clicking to open the context menu and choosing copy etc... or through the Edit menu in the menu bar (top screen) i'm sorry for that aclinml i rather use terminal. Xterm is to much like ms-dos for me (ancient history)
Ctrl Ins and Shift Ins works. When you press Alt F2 the command is copied to clipboard. The window from where you want to copy should be open until you paste.
Even in terminal it's shift-ctrl-C and shift-ctrl-V. In a Linux console, CTRL-C and CTRL-V already have sepcial meanings: CTRL-C on its own is the key combination to stop a running program; so start (say) mousepad from the console, then go back to the console and press CTRL-C, and mousepad will exit;[/*:m:3qrswkd3] CTRL-V leads to the next character being taken as text input rather than having its usual meaning (so CTRL-V followed by 'enter' will make the 'enter' put a control-M character into the line you're typing, rather than ending the line). Try it - the terminal will show "^M". You can even do CTRL-V CTRL-V to get a ^V character. Characters like ^M and ^V have meanings in some contexts, especially network communications.[/*:m:3qrswkd3] Since these were standard uses long before they started being used in graphical applications for copy and paste, the console has to respect the original meanings and so adds a 'shift' to the shortcut to copy / paste.
? i never mentioned hotkey for use in terminal.... in my second post . Maybe someone could make a finishing post with all the copy/paste tips and tricks for and especially the differences between xterm and terminal?
No - but you said you'd got confused with terminal, and taken alongside your first post I thought that meant you had described what you thought to be the shortcuts for terminal in that first post.