2022/01/23

2022-01-23 04:22:20 +0100boxscape_(~boxscape_@p4ff0b9d5.dip0.t-ipconnect.de)
2022-01-23 06:22:01 +0100kitty1(~kitty@096-039-147-043.res.spectrum.com)
2022-01-23 06:23:37 +0100 <kitty1> Hello! I notice the github says I can use kmonad to make space-cadet styled shift keys, and yet every time I try it gets a bit confused with the syntax? How should I go about this?
2022-01-23 08:01:08 +0100 <Solid> kitty1: the `tap-*` style buttons are for meant for that; i.e., something like (tap-next \( lsft) and the analogous definition for right shift would give you that behaviour
2022-01-23 08:14:49 +0100kraM(~kraM@user/kram) (kthxbye();)
2022-01-23 08:32:28 +0100 <kitty1> thanks so much!
2022-01-23 08:37:53 +0100 <kitty1> hmm
2022-01-23 08:39:17 +0100 <kitty1> im not even sure how to begin asking the next problem
2022-01-23 08:39:33 +0100 <kitty1> despite 'ret' being very clearly marked in both defsrc and the default layer its just not working huh
2022-01-23 09:05:34 +0100boxscape_(~boxscape_@p4ff0b9d5.dip0.t-ipconnect.de) (Quit: Connection closed)
2022-01-23 12:27:01 +0100kitty1(~kitty@096-039-147-043.res.spectrum.com) (Ping timeout: 256 seconds)
2022-01-23 20:36:03 +0100neurocyte0917090(~neurocyte@IP-045014188253.dynamic.medianet-world.de)
2022-01-23 20:36:03 +0100neurocyte0917090(~neurocyte@IP-045014188253.dynamic.medianet-world.de) (Changing host)
2022-01-23 20:36:03 +0100neurocyte0917090(~neurocyte@user/neurocyte)
2022-01-23 21:57:08 +0100 <ryanprior[m]> I have my Enter key configured to act as rctl when held down or enter when tapped, using `(tap-next enter rctl)`. But I've noticed that if I press some other key (like a letter) and then tap enter immediately after, the enter keypress is not registered. This is especially noticeable when I'm using an interface where you type a command or select a region and then press enter.
2022-01-23 21:58:54 +0100 <ryanprior[m]> I type quite fast so I routinely (hundreds of times per day) trigger this condition where I press another key and then enter immediately afterwards (within 1/10th of a second.) If I hesitate a moment before pressing enter, then it works.
2022-01-23 22:00:38 +0100 <ryanprior[m]> But hesitating so often is not acceptable, so for now I've stopped using kmonad. But perhaps I've configured it wrong and a different configuration would work better? Or perhaps this is just a bug and I should report it on GitHub? I'd appreciate any thoughts or advice!
2022-01-23 22:01:10 +0100 <ryanprior[m]> Also worth noting perhaps that the other way around works just fine: if I hold Enter (to act as Ctrl) and immediately press another key, it works as expected. It's only when I tap Enter immediately after another key that I encounter the issue.