Top "Paste" questions

The paste tag is to be used for issues relating to the paste portion of copy/paste operations.

Paste side by side multiple files by numerical order

I have many files in a directory with similar file names like file1, file2, file3, file4, file5, ..... , file1000. They are …

shell paste
android paste event

Is there a way to catch the paste event in my application? I must do something when I click long …

android events paste
Disable text selection and copy paste in hybrid app using JS

I am trying to disable text selection and copy paste in phonegap applicaion by using following code. CSS -webkit-user-select:none; …

cordova copy paste textselection
How to paste on click? It works in google docs

I want to be able to initiate real paste event when user clicks. I can understand this may be a …

javascript jquery clipboard paste
How to get a clipboard paste notification and provide my own data?

For a small utility I am writing (.NET, C#), I want to monitor clipboard copy operations and clipboard paste operations. …

c# .net clipboard paste
How can I detect CTRL-V in JavaScript for IE and firefox

I'm trying to detect when the user presses Ctrl + V in JavaScript. jQuery(document).on('paste', function() {alert('text pasted!…

javascript jquery paste
Paste an image into a web page

Is it in any way possible, using javascript (jquery), html (5) to get a pasted image. e.a a user click …

javascript image clipboard paste
Can't paste all text in wpf textbox

I have a simple window and textbox, when i try to paste this code to the textbox [Code]General : sample.…

c# .net wpf textbox paste
Paste from Excel into C# app, retaining full precision

I have data in an Excel spreadsheet with values like this: 0.69491375 0.31220394 The cells are formatted as Percentage, and set to …

c# excel paste
How do I keep formatting when copying from gedit into open office?

I am editing octave files in gedit, and it does a nice job highlighting them. However, when I try to …

formatting copy openoffice.org paste gedit