mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 14:49:29 +00:00
Reformulate RCtrl+v description
RCtrl+v is the only scrcpy shortcut related to copy-paste. Since it's not a real "paste", reformulate to indicate that it injects the clipboard content as text events.
This commit is contained in:
parent
5882d23ee2
commit
f231488310
3 changed files with 3 additions and 3 deletions
|
@ -581,7 +581,7 @@ device).
|
||||||
| Rotate device screen | `RCtrl`+`r`
|
| Rotate device screen | `RCtrl`+`r`
|
||||||
| Expand notification panel | `RCtrl`+`n`
|
| Expand notification panel | `RCtrl`+`n`
|
||||||
| Collapse notification panel | `RCtrl`+`Shift`+`n`
|
| Collapse notification panel | `RCtrl`+`Shift`+`n`
|
||||||
| Paste computer clipboard to device | `RCtrl`+`v`
|
| Inject computer clipboard text | `RCtrl`+`v`
|
||||||
| Copy computer clipboard to device | `RCtrl`+`Shift`+`v`
|
| Copy computer clipboard to device | `RCtrl`+`Shift`+`v`
|
||||||
| Enable/disable FPS counter (on stdout) | `RCtrl`+`i`
|
| Enable/disable FPS counter (on stdout) | `RCtrl`+`i`
|
||||||
|
|
||||||
|
|
|
@ -279,7 +279,7 @@ Collapse notification panel
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B RCtrl+v
|
.B RCtrl+v
|
||||||
Paste computer clipboard to device
|
Inject computer clipboard text
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B RCtrl+Shift+v
|
.B RCtrl+Shift+v
|
||||||
|
|
|
@ -243,7 +243,7 @@ scrcpy_print_usage(const char *arg0) {
|
||||||
" Collapse notification panel\n"
|
" Collapse notification panel\n"
|
||||||
"\n"
|
"\n"
|
||||||
" RCtrl+v\n"
|
" RCtrl+v\n"
|
||||||
" Paste computer clipboard to device\n"
|
" Inject computer clipboard text\n"
|
||||||
"\n"
|
"\n"
|
||||||
" RCtrl+Shift+v\n"
|
" RCtrl+Shift+v\n"
|
||||||
" Copy computer clipboard to device\n"
|
" Copy computer clipboard to device\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue