Closed DanielFabian closed 6 months ago
https://github.com/jtroo/kanata/blob/main/docs/platform-known-issues.adoc#windows-1011-llhook
Please have a look at "AltGr can misbehave"
oh, I see, so a mitigation, I can just dump the alt! Thanks.
But that apparently doesn't seem to help. It still catches the altgr and gets confused. So is the comment not accurate, then?
alright, so it looks like not having altgr does not help. But adding the mitigation according to the comment helps.
I.e. maybe update the comment, because it looks like it hijacks the altgr regardless of whether or not it's in the defsrc.
But that apparently doesn't seem to help. It still catches the altgr and gets confused. So is the comment not accurate, then?
That would be because of process-unmapped-keys. Could you quote the bit of text that suggested to remove altgr/ralt so I can add more info there?
When I read that, this implied to me that if I were to remove ralt
from my config it'd be fine. Which is just as well, since I didn't need to rebind it. But I think it really means if I want ralt
to not work at all, which is not what I want.
In my case, I have a normal keyboard with a number block but I don't mention it because I don't need to rebind anything with it. That said, the keys are supposed to continue working. That's why I was using process-unmapped-keys
.
That's what I found confusing. I think it's pretty usual that you'd want the keys on your keyboard to work, even if you don't need to remap them? And if so, that's a general problem for ISO keyboards that don't have a right alt, but rather an altgr.
Improved the docs in: 75b845c393a7a1ef0f128f8f7e8b8d616ce039e3
Requirements
Describe the bug
When working with colemak as a system layout, when I try entering
ü
, it hangs the input entirely until I restart kanata.ü
is entered in colemak as the sequenceAltGr-d
(dead key for umlaut) followed byu
. (On a qwerty keyboard it'sAltGr-c
followed byi
).I'm using the winiov2 version based off the current master branch.
The keyboard is not entirely dead, but rather it looks like some modifier key is probably stuck or similar.
Relevant kanata config
To Reproduce
AltGr-d
to start the dead keyu
.Expected behavior
the key sequence
AltGr-d
followed byu
typesü
without changing the keyboard state. I don't even think my config is meant to handle this particular combo at all.Kanata version
kanata 1.7.0-prerelease
Debug logs
Operating system
Windows 11
Additional context
On colemak, I expect probably it's got more something to do with the combination of dead keys and scan codes than colemak, specifically, but it's my repro.