Update copy-paste section in README
Update documentation regarding the recent copy-paste changes.
This commit is contained in:
13
README.md
13
README.md
@@ -490,14 +490,15 @@ requested orientation.
|
|||||||
|
|
||||||
#### Copy-paste
|
#### Copy-paste
|
||||||
|
|
||||||
It is possible to synchronize clipboards between the computer and the device, in
|
Any time the Android clipboard changes, it is automatically synchronized to the
|
||||||
both directions:
|
computer clipboard.
|
||||||
|
|
||||||
- `RCtrl`+`v` _pastes_ the computer clipboard as a sequence of text events (but
|
`Ctrl`+`c` (copy), `Ctrl`+`x` (cut) and `LCtrl`+`v` (paste) work as you expect.
|
||||||
breaks non-ASCII characters).
|
|
||||||
|
In addition, `RCtrl`+`v` allows to inject the computer clipboard content as a
|
||||||
|
sequence of text event. Even if it can break non-ASCII content, this is
|
||||||
|
sometimes necessary when pasting directly is not possible.
|
||||||
|
|
||||||
Moreover, any time the Android clipboard changes, it is automatically
|
|
||||||
synchronized to the computer clipboard.
|
|
||||||
|
|
||||||
#### Text injection preference
|
#### Text injection preference
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user