nsbgn
nsbgn
I don't think that it is a niche feature at all --- it's just a variant of overloading letter keys. That's a subject that @rvaiya and I might want to...
The UNIX philosophy states 'do one thing and do it well' - this sounds like a second thing. It's a nice idea, but would integrating it into keyd provide a...
If I understand correctly, this is possible with `timeout()`. For example: ``` f = timeout(f, 50, overloadt2(layer, f, 2000)) ``` However, completely eliminating the visual delay without losing your balance...
>the time since the keyup ... or rather, the time since another key has been in a 'pressed' state, right? Which is 0 if it's currently still being pressed. The...
Bear in mind that the purpose of the pre-timeout would only be to eliminate visual latency for `overloadt` and `overloadt2`; it would be in *addition* to these other mechanisms that...
> If the post key timeout is maintained, isn't the visual delay still present? [...] Is the goal then simply to minimize the delay rather than eliminate it entirely? Yes....
Is that the non-overlapping time between keystrokes? (Ie ` ` should record an idle time before ctrl of 0, while ` (100ms) (50ms) ` should record 50.)
So far I'm actually considering keeping it in my config, so that's a win. Homerow is still a bit much for me, but I seem to be able to stomach...
> You might need to do something like `PREFIX=/usr make uninstall` first. Oops. Was clearly not awake. Thanks, that was it.
Just wanted to mention that I've had the `lettermod` action on my layout since December. Haven't had any misfirings because of it and it makes the visual delay much less...