g-fb / mangareader

Qt manga reader for local files.
42 stars 1 forks source link

Option in the page context menu to copy image #13

Closed the-blank-x closed 10 months ago

the-blank-x commented 10 months ago

I want to use KSystemClipboard for this (mainly because Flameshot uses it under Wayland and the reason for why it exists is because it works when the window is unfocused (matters at least to Wayland, don't know about X11 or Windows)), but this would need to bring in KGuiAddons (though that's probably not a point of contention, since it would be kinda weird to not have that while having other KDE framework stuff)

g-fb commented 10 months ago

the reason for why it exists is because it works when the window is unfocused

When would the window not be focused, to require that feature?

the-blank-x commented 10 months ago

When I want to paste the image into another program

g-fb commented 10 months ago

If you can't do that, then go ahead and use KSystemClipboard.