2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-30 22:05:12 +00:00

Remove "get clipboard" call

Now that every device clipboard change is automatically synchronized to
the computer, the "get clipboard" request (bound to MOD+c) is useless.
This commit is contained in:
Romain Vimont
2020-07-17 00:00:42 +02:00
parent 20d3925099
commit bccd12bf5c
4 changed files with 0 additions and 24 deletions

View File

@@ -260,9 +260,6 @@ scrcpy_print_usage(const char *arg0) {
" MOD+Shift+n\n"
" Collapse notification panel\n"
"\n"
" MOD+c\n"
" Copy device clipboard to computer\n"
"\n"
" MOD+v\n"
" Paste computer clipboard to device\n"
"\n"