scrcpy/server/src/main
Romain Vimont e2b3968c66 Always synchronize clipboard on explicit COPY/CUT
If --no-clipboard-autosync is enabled, the automatic clipboard
synchronization performed whenever the device clipboard changes is
disabled.

But on explicit COPY and CUT scrcpy shortcuts (MOD+c and MOD+x), the
clipboard should still be synchronized, so that it remains possible to
copy-paste from the device to the computer.

This is consistent with the behavior of MOD+v, which pastes the computer
clipboard to the device.

Refs #2228 <https://github.com/Genymobile/scrcpy/issues/2228>
Refs #2817 <https://github.com/Genymobile/scrcpy/pull/2817>
PR #2834 <https://github.com/Genymobile/scrcpy/pull/2834>
2021-11-29 22:00:55 +01:00
..
aidl/android Synchronize device clipboard to computer 2020-05-24 14:31:49 +02:00
java/com/genymobile/scrcpy Always synchronize clipboard on explicit COPY/CUT 2021-11-29 22:00:55 +01:00
AndroidManifest.xml Convert server to an Android project 2018-01-30 12:01:36 +01:00