Top "Copy-paste" questions

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

Prevent copying text in web-page

I've got quiz application. Where robot ask different questions in chat, this questions belong to different areas of knowledges. User …

html copy-paste copy-protection
Disable copy paste in HTML input fields?

Possible Duplicate: Disable Copy/Paste into HTML form using Javascript My bank seem to have disabled copy-paste of username and …

javascript html security passwords copy-paste
Paste an image from clipboard using JavaScript

How do we paste an image from clipboard into a custom rich text editor using javascript? (ctrl+c and ctrl+…

javascript clipboard copy-paste
How do I enable standard copy paste for a TextView in Android?

I want to enable standard copy paste for a TextView (the same as for EditText). How can I do it? …

android textview copy-paste
CITRIX and disabled "Copy/Paste"

I must use several Citrix desktops, where "COPY/PASTE" from the local machine to the server is disabled. Are there …

copy-paste citrix
Equivalent of ctrl c in command to cancel a program

I am running a long linux program in a remote machine, and I want to stop it, but my problem …

linux command-line copy-paste
How to disable copy paste option from UITextField programmatically

I am making a registration alertview that has a UITextField in it where the user can enter their registration number. …

ios iphone uitextfield uialertview copy-paste
Python: Catch Ctrl-C command. Prompt "really want to quit (y/n)", resume execution if no

I have a program that may have a lengthy execution. In the main module I have the following: import signal …

python signals copy-paste sigint
Detecting CTRL+C in Node.js

I got this code from a different SO question, but node complained to use process.stdin.setRawMode instead of tty, …

node.js event-handling copy-paste
Copy text string on click

I spent a good 20 min searching online for this, but couldn't find it. What I want is to to be …

javascript clipboard copy-paste