From 80f5a7c43dc968a9eb696cda1ca3fca89db8122f Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Mon, 1 Jun 2020 16:55:52 +0200 Subject: [PATCH] Update copy-paste section in README Update documentation regarding the recent copy-paste changes. --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 435981cf..4bc0beef 100644 --- a/README.md +++ b/README.md @@ -490,14 +490,15 @@ 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`+`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 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