From c1b12e30f60692e4134ed19b01934a7ea1124239 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Date: Fri, 30 Mar 2018 06:13:12 -0400 Subject: [PATCH] Added shit-Insert copy for terminals cos Crtl+c kills --- common-tasks/copy-from-dom0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-tasks/copy-from-dom0.md b/common-tasks/copy-from-dom0.md index 2e9dd92e..94731d9a 100644 --- a/common-tasks/copy-from-dom0.md +++ b/common-tasks/copy-from-dom0.md @@ -42,7 +42,7 @@ For data other than logs, there are several options: 2. In Qubes 3.2 you can copy text to the dom0 clipboard (Ctrl-C as normal), then click "Copy Dom0 clipboard" in the Qubes menu: ![copy-dom0-clipboard](/attachment/wiki/QubesScreenshots/r3.2-dom0-copyout.png) which is equivelant to Ctrl-Shift-C from a normal AppVM. - Then you can use Ctrl-Shift-V and Ctrl-V to paste the copied text into an AppVM as normal. + Then you can use Ctrl-Shift-V and Ctrl-V or Shift-Insert to paste the copied text into an AppVM as normal. 3. In other versions, write the data you wish to copy into `/var/run/qubes/qubes-clipboard.bin`, then `echo -n dom0 > /var/run/qubes/qubes-clipboard.bin.source`. Then use Ctrl-Shift-V to paste the data to the desired VM.