Add support for copying to clipboard

This commit is contained in:
2022-08-04 00:33:06 +02:00
parent d1d9caaa5e
commit d590d1da46
3 changed files with 33 additions and 0 deletions

1
fiv.c
View File

@@ -175,6 +175,7 @@ static struct key_group help_keys_viewer[] = {
{}
}},
{"Tools", (struct key[]) {
{"<Primary>c", "Copy frame to clipboard"},
{"<Primary>p", "Print..."},
{"<Primary>s", "Save page as..."},
{"<Primary><Shift>s", "Save frame as..."},