Foot: Remap copy/paste to use shift key.

This commit is contained in:
Dmitry Voronin 2025-01-26 13:20:10 +03:00
parent 57c3c8d17c
commit b69a8f9232
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

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