You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
test_buffer_util.c Add test_buffer_util 5 years ago
test_cbuf.c Move utilities to util/ 5 years ago
test_cli.c Add option to lock video orientation 5 years ago
test_control_msg_serialize.c Paste on "set clipboard" if possible 4 years ago
test_device_msg_deserialize.c Rename "event" to "message" 5 years ago
test_queue.c Move utilities to util/ 5 years ago
test_strutil.c Add util function to parse a list of integers 5 years ago