| 2022-01-23 03:22:20 +0000 | boxscape_ | (~boxscape_@p4ff0b9d5.dip0.t-ipconnect.de) |
| 2022-01-23 05:22:01 +0000 | kitty1 | (~kitty@096-039-147-043.res.spectrum.com) |
| 2022-01-23 05:23:37 +0000 | <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 07:01:08 +0000 | <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 07:14:49 +0000 | kraM | (~kraM@user/kram) (kthxbye();) |
| 2022-01-23 07:32:28 +0000 | <kitty1> | thanks so much! |
| 2022-01-23 07:37:53 +0000 | <kitty1> | hmm |
| 2022-01-23 07:39:17 +0000 | <kitty1> | im not even sure how to begin asking the next problem |
| 2022-01-23 07:39:33 +0000 | <kitty1> | despite 'ret' being very clearly marked in both defsrc and the default layer its just not working huh |
| 2022-01-23 08:05:34 +0000 | boxscape_ | (~boxscape_@p4ff0b9d5.dip0.t-ipconnect.de) (Quit: Connection closed) |
| 2022-01-23 11:27:01 +0000 | kitty1 | (~kitty@096-039-147-043.res.spectrum.com) (Ping timeout: 256 seconds) |
| 2022-01-23 19:36:03 +0000 | neurocyte0917090 | (~neurocyte@IP-045014188253.dynamic.medianet-world.de) |
| 2022-01-23 19:36:03 +0000 | neurocyte0917090 | (~neurocyte@IP-045014188253.dynamic.medianet-world.de) (Changing host) |
| 2022-01-23 19:36:03 +0000 | neurocyte0917090 | (~neurocyte@user/neurocyte) |
| 2022-01-23 20:57:08 +0000 | <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 20:58:54 +0000 | <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 21:00:38 +0000 | <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 21:01:10 +0000 | <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. |