You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
That is not a bug, it's how it currently works, you have one QAction (not the ksnip action but the behavior behind a button) with CTRL+C using and you assign another one with the same shortcut, one of them wins. What we would need here is a setting for changing all shortcuts in the application but that might be a larger change, or maybe not, need to have a look into the effort required for it.
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 addClose tab
when #815 gets fixed) becauseCtrl+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 keepCtrl+C
to just copy the image. But just reporting anyway.The text was updated successfully, but these errors were encountered: