How to update the copy/paste key combination in 4.1?

How can I update the copy/paste key combination in 4.1? Is it still guid.conf file?

1 Like

I saw a GUI for this, look in the Qubes Global Settings tool, Clipboard defaults section.

1 Like

I’m curious what you’re thinking of updating to— I’ve enjoyed the standard, but would be open to other options.

I have it as Windows key +c or v in my current setup.

2 Likes

Ah, found it, but these is no way to add anything custom there. Only a few given option.

This is the way.

I use dom0 as my guivm, so this changes the clipboard shortcuts to Mod4-c and Mod4-v:

qvm-features dom0 gui-default-secure-copy-sequence 'Mod4-c'
qvm-features dom0 gui-default-secure-paste-sequence 'Mod4-v'

I had to restart for it to accept the new shortcut.

References:

  1. man qvm-features “gui-, gui-default-” section.
  2. comments at top of guid.conf
3 Likes