Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Changing all keyboard shortcuts via setting #825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pintassilgo opened this issue Mar 1, 2022 · 1 comment
Open

Changing all keyboard shortcuts via setting #825

pintassilgo opened this issue Mar 1, 2022 · 1 comment

Comments

@pintassilgo
Copy link

pintassilgo commented Mar 1, 2022

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.

@pintassilgo pintassilgo added the bug label Mar 1, 2022
@DamirPorobic
Copy link
Member

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.

@DamirPorobic DamirPorobic changed the title Can't override default editor hotkeys Changing all keyboard shortcuts via setting Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants