Foot: Fix copy-paste clash.

This commit is contained in:
Dmitry Voronin 2025-01-26 13:36:56 +03:00
parent 205fbc5862
commit 6ee0975969
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -28,7 +28,7 @@ in
{ {
show-urls-launch = "${mod}+o"; show-urls-launch = "${mod}+o";
clipboard-paste = "Control+Shift+v XF86Paste ${mod}+P"; clipboard-paste = "Control+Shift+v XF86Paste ${mod}+P";
clipboard-copy = "Control+Shift+v XF86Paste ${mod}+Y"; clipboard-copy = "Control+Shift+c XF86Copy ${mod}+Y";
}; };
}; };
}; };