scrcpy/app/tests
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
..
test_buffer_util.c Add test_buffer_util 2019-12-04 19:24:59 +01:00
test_cbuf.c Move utilities to util/ 2019-11-24 11:53:23 +01:00
test_cli.c Add option to lock video orientation 2020-02-27 21:24:37 +01:00
test_control_msg_serialize.c Paste on "set clipboard" if possible 2020-05-25 20:59:21 +02:00
test_device_msg_deserialize.c Rename "event" to "message" 2019-05-31 16:18:00 +02:00
test_queue.c Move utilities to util/ 2019-11-24 11:53:23 +01:00
test_strutil.c Add util function to parse a list of integers 2020-01-18 17:21:00 +01:00