Is there a way to change Ctrl+Shift+C and Ctrl+Shift+V to something like Ctrl+Alt+Shift+C and Ctrl+Alt+Shift+V or Meta+C and Meta+V?
As I try out Qubes for the first time, I find it clashes with my most heavily used shortcuts for other things (like interacting with the terminal).
I *think* what I'd like to do is use Windows_Key (Meta) + C for copy, but so far I haven't figured out how to get that to work. "Meta" didn't work in the config file noted above.
To use the Windows Key, it is `Mod4`
"Mod4-c"
"Mod4-v"
> To use the Windows Key, it is `Mod4`
>
>
> "Mod4-c"
> "Mod4-v"
Thanks!
How did you figure that out?
I haven't been able to find documentation with a list available modifier names.
I tried using the names from `xev`'s output with no luck.
I have no idea what xev gives, but mod4 is pretty much the 'super' key (or Windows key). 'Mod' is usually the Alt (left Alt) key.
I know this because I used tiling window managers a lot, and from there I knew that Mod4 = Windows key.
I don't know what the deeper meaning is, where it's bound, or why it has that name :)