mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 11:35:57 +00:00
Update copy-paste section in README
Update documentation regarding the recent copy-paste changes.
This commit is contained in:
parent
c80f94e4a8
commit
fd0fb71c6a
1 changed files with 11 additions and 7 deletions
18
README.md
18
README.md
|
@ -490,15 +490,19 @@ requested orientation.
|
|||
|
||||
#### Copy-paste
|
||||
|
||||
It is possible to synchronize clipboards between the computer and the device, in
|
||||
both directions:
|
||||
Any time the Android clipboard changes, it is automatically synchronized to the
|
||||
computer clipboard.
|
||||
|
||||
- `RCtrl`+`Shift`+`v` copies the computer clipboard to the device clipboard
|
||||
- `RCtrl`+`v` _pastes_ the computer clipboard as a sequence of text events (but
|
||||
breaks non-ASCII characters).
|
||||
`Ctrl`+`c` (copy), `Ctrl`+`x` (cut) and `LCtrl`+`v` (paste) work as you expect.
|
||||
|
||||
In addition, `RCtrl`+`v` allows to inject the computer clipboard content as a
|
||||
sequence of text events . This is useful when the component does not accept text
|
||||
pasting (for example in _Termux_), but it can break non-ASCII content.
|
||||
|
||||
Another shortcut, `RCtrl`+`Shift`+`v`, only copies the computer clipboard to the
|
||||
device clipboard. This is useful when `Ctrl`+`v` does not paste on the device
|
||||
(for example, again, in _Termux_).
|
||||
|
||||
Moreover, any time the Android clipboard changes, it is automatically
|
||||
synchronized to the computer clipboard.
|
||||
|
||||
#### Text injection preference
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue