-
Notifications
You must be signed in to change notification settings - Fork 23
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
Bug: Default Hotkey "Ctrl, Alt + Q" makes it impossible to type "@" on German keyboards #62
Comments
While I don't think that having both the hotkey and "@" working at the same time, I think we can add a logic that will alter the default hotkey if german keyboard layout is detected. |
From my tests "AltGr + H" should fit well :) |
Now I'm surprised, there is a check for "input language" being German in the code already :D
I'll also check if there is difference between C# input language and keyboard layout - maybe this is what we're missing. |
@EpicLPer could you please execute following in powershell and provide me with output?
|
Hi, sorry for the late reply.
|
This PR adds additional check for the german input language being installed on system. Should remediate cases where mixed language systems (English UI with German keyboard layout) do not present the notification regarding HotKey collision - #62
Reopened until 2.1.0-beta2 is released for clarity sake. |
To fix that for now, please modify the hotkey shortcut to something else like Alt+H. |
Please make sure that the issue you're planning to report is not already registered :)
Describe the bug
For the past days I've been wondering why I can't type the "@" symbol on my keyboard anymore. After digging around and realizing that the only app I've installed lately was HASS.Agent I found that the default hotkey of "Ctrl, Alt + Q" is resulting in this. The combination or "Alt Gr + Q" is usually reserved for @ on that layout. Disabling the hotkey inside HASS.Agent makes @ work again just fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
"@" symbol should still work on German keyboards
Screenshots
-
Misc info (please complete the following information):
winver.exe
output): Windows 11 23H2Please check what's applicable (multiple answers possible):
Additional context
-
Logs
-
The text was updated successfully, but these errors were encountered: