RedBearAK

Results 406 comments of RedBearAK

> Isn't this really just asking for per modifier suspend timers? Kind of, I think? But there is the problem that I still have to have my suspend set to...

> _That's almost exactly what suspend does..._. And exactly what it does with a longer delay. > Then maybe a per-mod suspend would be the closest option. > The problem...

> > a tap that's really too short to be something that's reasonably getting paired with a click > > But ALSO not part of a combo? Why is someone...

Nevermind, I think the multipurpose modmaps I'm trying end up getting caught up in the Cmd+Tab `bind` when I try to pair them with Tab. The first time they'll act...

In large part, this actually seems to do what I want: ```py multipurpose_modmap("Block Meta when alone", { Key.LEFT_META: [Key.RESERVED, Key.RIGHT_META] }) ``` It causes the left Ctrl key (modmapped to...

This is probably one of those situations where I will have to toss out print commands like 4th of July parade candy and just keep driving around the block until...

I think the basic thing that is going wrong is that the "tapped" version of the key is "leaking" through and coming out before the Tab key the first time...

Yeaaah... But the actual output lines with the "(OO)" seem to show that Meta then Tab should be coming out of the virtual keyboard, in that order. Here, maybe this...

@joshgoebel Got a pretty weird phenomena between left and right mod keys with multipurpose modmap. Any idea why apps and the shell react normally when I remap on to left...

This left/right issue extends to combos, not just the usage of the key alone. If I remap to LEFT_META and then to Meta+A, I see that the combo hits the...