IvanVolosyuk / wifikeyboard

Automatically exported from code.google.com/p/wifikeyboard
GNU General Public License v2.0
170 stars 54 forks source link

improvement- copy paste from PC #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy a text from PC,
2. Past in the box with CTRL + V,
3. The text is not send from mobile, if are text in mobile clipboard, this text 
is pasted.

What is the expected output? What do you see instead?
one opion for the user choose the origin the clipboard,

What version of the product are you using? On what operating system?
Windows XP, mozilla firefox

Please provide any additional information below.
Sorry for my english

Original issue reported on code.google.com by rafs...@gmail.com on 3 Feb 2011 at 5:12

GoogleCodeExporter commented 9 years ago
See issue 28

Original comment by Ivan.Volosyuk on 3 Feb 2011 at 9:56

GoogleCodeExporter commented 9 years ago
As well as having the F4 mode toggle for this issue. Wouldn't it also be 
appropriate to have say "Ctrl+Shift+V" to force paste from the PC and not send 
the command to the phone? 

F4 is a workaround for this, but I still have to press it. Paste. Then press it 
again. And I might as well right-click and click paste if that's the case.

Original comment by de.monk...@gmail.com on 8 Aug 2011 at 8:53

GoogleCodeExporter commented 9 years ago
Ctrl+V is typically intercepted by the browser. Apparently, the event is 
caught, though, and passed verbatim to the phone. There is nothing WiFiKeyboard 
can do about this, in particular because other operating systems have other 
conventions (on MacOSX, Ctrl+V does nothing, Command+V pastes).

However, you can simply work around this by clicking Edit>Paste with your mouse 
(do not try to use keyboard shortcuts because the modifier key "down" events 
will be passed to the phone, rendering the result of the clipboard paste, let's 
say, unexpected).

Original comment by johannes.schindelin on 19 Nov 2014 at 10:59