Top "Copy-paste" questions

For issues relating to cut, copy, and paste operations.

How to copy text from Emacs to another application on Linux

When I cut (kill) text in Emacs 22.1.1 (in its own window on X, in KDE, on Kubuntu), I can't paste (…

emacs copy-paste
How can I "intercept" Ctrl+C in a CLI application?

How can I intercept Ctrl+C (which normally would kill the process) in a CLI (command line interface) Java application? …

java command-line stdin command-line-interface copy-paste
Get text from clipboard using GetText - avoid error on empty clipboard

I'm using code like this to get text from off the Clipboard. Dim DataObj As New MSForms.DataObject DataObj.GetFromClipboard …

excel vba clipboard copy-paste clipboarddata
Intercept paste event in Javascript

Is there a way to intercept the paste event in JavaScript and get the raw value, change it, and set …

javascript dom copy-paste paste
Copy to clipboard with jQuery/js in Chrome

I know this kind of question has been asked here for many times, including: How do I copy to the …

javascript jquery google-chrome clipboard copy-paste
Can I get copy/paste functionality from a C# Console Window?

I am developing a console application in C#, and was wondering if there was a way to get the "copy-paste" …

c# command-line console console-application copy-paste
How can I copy & paste, or duplicate, an existing project?

I've got an existing Hudson project that is configured and working. I need to duplicate the project so that I …

jenkins project hudson copy-paste
How can you get the clipboard contents with a Windows command?

For example, I can copy a file to the clipboard like this: clip < file.txt (Now the contents of …

windows cmd clipboard copy-paste
How to copy the GNU Screen copy buffer to the clipboard?

When using GNU Screen we can work with scrollback buffer also known as "copy mode" using the Ctrl+a+[ command. …

linux terminal copy-paste gnu-screen gnome-terminal
Android copy/paste from clipboard manager

Is it possible to send past command so that it pastes text into currently focused edit text. Scenario: Background service …

android copy-paste clipboardmanager