Skip to content
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

Cant use shortcut CTRL+Shift+D0 #149

Closed
pestrela opened this issue Apr 27, 2020 · 4 comments
Closed

Cant use shortcut CTRL+Shift+D0 #149

pestrela opened this issue Apr 27, 2020 · 4 comments
Labels

Comments

@pestrela
Copy link

thanks for this program. I'm trying to change the keybard shortcut to Ctrl+Shift+D0.
Othr combinations involving D0 are fine, but not this specific one.

Do you know if this is filtered by windows somehow?

thanks

PS: I actually came here from your great article about processing keydown in your own customcontrol
https://github.com/pestrela/cmdr#2020-improvements

My objective is to add this shortcut in my own program that I've inherited and I'm now learning to maintain it.
https://github.com/pestrela/cmdr#2020-improvements

@Tyrrrz
Copy link
Owner

Tyrrrz commented Apr 27, 2020

Seems to work for me

image

The article might be a bit outdated. Here's the relevant code:

https://github.com/Tyrrrz/LightBulb/blob/master/LightBulb/Views/Controls/HotKeyTextBox.cs

@pestrela
Copy link
Author

thanks for confirming this.
I don't get that very specific hotkey in both lightbulb and in my application.

So it can only be something else that captures the key combination in my particular system. I have AHK scripts but I beleive I disabled them all already.

@Tyrrrz
Copy link
Owner

Tyrrrz commented Apr 27, 2020

Yes, most likely something already registered that hotkey. Check your background apps. AMD CCC and Nvidia CP often have a bunch of hotkeys registered and are frequent offenders in this regard.

@pestrela
Copy link
Author

CTRL+Shift+0 is also used by excel.
Culprit was the language bar of windows 10.
Doing these instructions solved my issue for lightbulb and other programs.
https://excelatfinance.com/xlf18/xlf-change-key-sequence.php

PS: confunsingly the language bar setting did not appear as ON.
But just accessing this very specifc setting fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants