mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 21:44:20 +01:00
Swap paste shortcuts
For consistency with MOD+c and MOD+x, use MOD+v to inject PASTE. Use Mod+Shift+v to inject clipboard content as a sequence of text events.
This commit is contained in:
@@ -267,11 +267,11 @@ scrcpy_print_usage(const char *arg0) {
|
||||
" Cut to clipboard (inject CUT keycode, Android >= 7 only)\n"
|
||||
"\n"
|
||||
" MOD+v\n"
|
||||
" Paste computer clipboard to device\n"
|
||||
" Copy computer clipboard to device, then paste (inject PASTE\n"
|
||||
" keycode, Android >= 7 only)\n"
|
||||
"\n"
|
||||
" MOD+Shift+v\n"
|
||||
" Copy computer clipboard to device (and paste if the device\n"
|
||||
" runs Android >= 7)\n"
|
||||
" Inject computer clipboard text as a sequence of key events\n"
|
||||
"\n"
|
||||
" MOD+i\n"
|
||||
" Enable/disable FPS counter (print frames/second in logs)\n"
|
||||
|
||||
Reference in New Issue
Block a user