-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Windows Terminal 1.1 breaks WinCompose input #7089
Comments
Huh. This doesn't exactly work in the traditional console either, and it was somewhat of a fluke that it worked in WT. It should, though. This is what I get if I peek at the key events coming out of WC into the traditional console:
and here's what I'm getting over the tap:
that 255 definitely ain't right |
So, how should a third-party application send Unicode characters to Windows Terminal if |
As far as I can see, this issue was fixed in #7900. I'll close this issue for now as WinCompose works just fine on my end with the latest WT version. The good thing is that I now finally understood, why we've been receiving weird key events, containing invalid scan codes, for third party applications employing |
I can confirm that it works for me as well on Terminal 1.4 even with |
I don't know if maybe this problem got recently reintroduced, but WinCompose currently does not work with any window terminal on my machine (cmd, powershell or windows terminal). When typing I tried the Can anyone else reproduce this? |
I just found the problem. It didn't work because I was running the terminals in administrator mode, but WinCompose did not have admin privileges. When WinCompose is run as admin, everything works fine. |
Environment
Steps to reproduce
e.g.
rightAlt
+o
a
Expected behavior
The correct character ('å' in the above example) is sent to the terminal.
Actual behavior
Seemingly no character is sent, at least nothing is displayed.
Probably related to #6309 as setting
"experimental.input.forceVT": true
gives the expected behavior.The text was updated successfully, but these errors were encountered: