scrcpy/app
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
..
src Always synchronize clipboard on explicit COPY/CUT 2021-11-29 22:00:55 +01:00
tests Always synchronize clipboard on explicit COPY/CUT 2021-11-29 22:00:55 +01:00
meson.build Use static maps to convert input events 2021-11-29 21:15:07 +01:00
scrcpy.1 Add --raw-key-events 2021-11-29 21:15:41 +01:00