2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-09-01 06:45:40 +00:00

Add shortcuts for COPY and CUT

Send COPY and CUT on MOD+c and MOD+x (only supported for Android >= 7).

The shortcuts Ctrl+c and Ctrl+x should generally also work (even before
Android 7), but the active Android app may use them for other actions
instead.
This commit is contained in:
Romain Vimont
2020-07-17 00:00:42 +02:00
parent 8f64a5984b
commit 56a115b5c5
4 changed files with 38 additions and 1 deletions

View File

@@ -260,6 +260,12 @@ scrcpy_print_usage(const char *arg0) {
" MOD+Shift+n\n"
" Collapse notification panel\n"
"\n"
" MOD+c\n"
" Copy to clipboard (inject COPY keycode, Android >= 7 only)\n"
"\n"
" MOD+x\n"
" Cut to clipboard (inject CUT keycode, Android >= 7 only)\n"
"\n"
" MOD+v\n"
" Paste computer clipboard to device\n"
"\n"