-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Ctrl + Alt + number keys not working in 1.7.1033.0 with Danish keyboard #9909
Comments
After looking into it some more, I realized that those key combinations are bound to tab switching. If I unbind the keys I get the old behavior back:
As far as I can tell the same key bindings existed in the previous version. I'm not sure what has changed, but I have a reasonable workaround for now. |
Huh. That's weird. I don't think we merged anything into 1.7 that had anything to do with the input handling, especially not altgr handling. 91f68e2 is the closest to touching that, and I don't think that should have broke it. @lhecker you want to give this a look? |
Wouldn't it be more correct to diff with 1.6 as the base? That seems to be a bit bigger - in particular it includes #5272 and #8870. But I would almost say the current behavior is actually correct. The |
I've installed the "Danish" language and keyboard layout, as well as version 1.6.10571.0 of Windows Terminal. Unfortunately I was unable to reproduce the old behavior you describe: Even in version 1.6
That's right and the "unbound" commands your posted earlier are the correct approach to restore the Ctrl+Alt behavior you expect. The fact that And due to that I'd like to take the liberty to close this issue for now. 🙂 |
On Danish layout keyboards several characters are accessed through the
Alt Gr
orCtrl+Alt
modifier keys (either will usually work). For instance,[
is typed withAltGr + 8
orCtrl + Alt + 8
. Due to the various placement of the keys, it's nice to have both options, since for exampleAltGr + 8
can be awkward to reach.After wt was upgraded to 1.7.1033.0, the
Ctrl + Alt
combinations no longer work.AltGr
still works, and theCtrl + Alt
options also work directly in cmd.exe and powershell terminals.If I uninstall the latest version and manually install version 1.6.10571.0, the
Ctrl + Alt
modifiers work again.Configuration:
Windows Terminal 1.7.1033.0
Danish QWERTY keyboard layout
The text was updated successfully, but these errors were encountered: