scrcpy/app
Romain Vimont fc1dec0270 Paste on "set clipboard" if possible
Ctrl+Shift+v synchronizes the computer clipboard to the Android device
clipboard. This feature had been added to provide a way to copy UTF-8
text from the computer to the device.

To make such a paste more straightforward, if the device runs at least
Android 7, also send a PASTE keycode to paste immediately.

<https://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_PASTE>

Fixes #786 <https://github.com/Genymobile/scrcpy/issues/786>
2020-05-25 20:59:21 +02:00
..
src Paste on "set clipboard" if possible 2020-05-25 20:59:21 +02:00
tests Paste on "set clipboard" if possible 2020-05-25 20:59:21 +02:00
meson.build Enable trilinear filtering for OpenGL 2020-04-15 17:39:51 +02:00
scrcpy.1 Paste on "set clipboard" if possible 2020-05-25 20:59:21 +02:00