Description
Following the fixing of #823, I noticed that I still can't use Ctrl+C
as Action to copy image to clipboard + close window (I'll also add Close tab
when #815 gets fixed) because Ctrl+C
is ksnip default hotkey to copy image.
It only works to override default hotkey if I set the hotkey as global. But I can't do that because it would break Ctrl+C
in all other apps. Furthermore, this ksnip Action is only suitable to ksnip window, it doesn't make sense for me to set the hotkey as global.
So currently I'm forced to use a different hotkey like Ctrl+Shift+C
to not conflict with default ksnip hotkey.
Actually this is a very minor issue, for me it's fine to use Ctrl+Shift+C
for my action and keep Ctrl+C
to just copy the image. But just reporting anyway.