From 9f1c4aa79abce4029023de88cb8e143cbb285e35 Mon Sep 17 00:00:00 2001 From: Malte Date: Tue, 12 Oct 2021 20:38:19 +0200 Subject: [PATCH] shortcut configuration via qvm-features instead of guid.conf With Qubes 4.1 coming out soon, maybe it's a good time to tell people how to get their shortcuts working again? --- user/how-to-guides/how-to-copy-and-paste-text.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/user/how-to-guides/how-to-copy-and-paste-text.md b/user/how-to-guides/how-to-copy-and-paste-text.md index 787518cf..bef55c77 100644 --- a/user/how-to-guides/how-to-copy-and-paste-text.md +++ b/user/how-to-guides/how-to-copy-and-paste-text.md @@ -76,12 +76,13 @@ For example, if you are certain that you never wish to paste *into* your "vault" Shortcut configuration ---------------------- -The copy/paste shortcuts are configurable in: +The copy/paste shortcuts are configurable via `qvm-features`, e.g. ~~~ -/etc/qubes/guid.conf +qvm-features dom0 gui-default-secure-copy-sequence 'Mod4-c' +qvm-features dom0 gui-default-secure-paste-sequence 'Mod4-v' ~~~ -If you edit a line in this file, you must uncomment it (by removing the initial `#` character), or else it will have no effect. +would change the *copy/paste to global clipboard* to the Win key plus c for copy, or v for paste. -VMs need to be restarted in order for changes in `/etc/qubes/guid.conf` to take effect. +You need to restart Qubes for the changes to take effect.