Logs: liberachat/#kmonad
| 2022-01-08 17:26:53 | × | neurocyte0917 quits (~neurocyte@IP-094046083160.dynamic.medianet-world.de) (Changing host) |
| 2022-01-08 17:26:53 | → | neurocyte0917 joins (~neurocyte@user/neurocyte) |
| 2022-01-09 02:29:36 | → | neurocyte09172 joins (~neurocyte@IP-094016064252.dynamic.medianet-world.de) |
| 2022-01-09 02:29:36 | × | neurocyte09172 quits (~neurocyte@IP-094016064252.dynamic.medianet-world.de) (Changing host) |
| 2022-01-09 02:29:36 | → | neurocyte09172 joins (~neurocyte@user/neurocyte) |
| 2022-01-09 02:31:25 | × | neurocyte0917 quits (~neurocyte@user/neurocyte) (Ping timeout: 240 seconds) |
| 2022-01-09 02:31:25 | neurocyte09172 | is now known as neurocyte0917 |
| 2022-01-09 02:39:45 | → | ryanprior[m] joins (~ryanprior@2001:470:69fc:105::1742) |
| 2022-01-09 02:40:28 | <ryanprior[m]> | I've been reading the kmonad docs but this is not clear to me: can I use kmonad to remap just a few keys, or does it require that you declare a full map for your keyboard? |
| 2022-01-09 02:41:46 | <ryanprior[m]> | Looking at a few examples under `keymap/user` it seems like you need to define a base layer that contains every key on your keyboard. But I'd like to avoid doing that, I'd rather just mutate whatever is the default. |
| 2022-01-09 07:13:55 | <Solid> | ryanprior[m]: you can only remap a few keys by enabling the `fallthrough` flag |
| 2022-01-09 07:14:17 | <Solid> | "re-emit keys that are not defined in a `defsrc` block" |
| 2022-01-09 07:38:16 | <kraM> | ryanprior[m]: https://paste.xinu.at/cjV63/ -- e.g. I have CAPS mapped to ESC. Then I use this to use CAPS (ESC) on short keypress, but left meta on hold. |
| 2022-01-09 14:21:01 | <drdo> | ryanprior[m]: You only need to declare keys that you want to change |
| 2022-01-09 21:59:30 | <ryanprior[m]> | Here's a little key map I wrote in hopes of giving myself two extra Ctrl keys - Caps and Enter, which should behave like normal when tapped but act as Ctrl modifiers when held. https://gist.github.com/ryanprior/6e2195d56554ccd33e71df6a889ae6f4 |
| 2022-01-09 22:00:11 | <ryanprior[m]> | It's not working though, maybe you can spot why? I'm getting this error: |
| 2022-01-09 22:00:23 | <ryanprior[m]> | kmonad: Parse error at 16:3: unexpected '(', expecting ')' |
| 2022-01-09 22:11:11 | <ryanprior[m]> | I'm using kmonad 0.4.1 in case that's important |
| 2022-01-10 00:05:11 | <ryanprior[m]> | I couldn't figure out why in particular that example wasn't working, but I found I could work around it by making aliases for @caps and @enter and using those inside deflayer instead of using the sexps as-is. |
| 2022-01-10 02:29:05 | → | neurocyte09172 joins (~neurocyte@IP-094046066140.dynamic.medianet-world.de) |
| 2022-01-10 02:29:05 | × | neurocyte09172 quits (~neurocyte@IP-094046066140.dynamic.medianet-world.de) (Changing host) |
| 2022-01-10 02:29:05 | → | neurocyte09172 joins (~neurocyte@user/neurocyte) |
| 2022-01-10 02:30:37 | × | neurocyte0917 quits (~neurocyte@user/neurocyte) (Ping timeout: 240 seconds) |
| 2022-01-10 02:30:37 | neurocyte09172 | is now known as neurocyte0917 |
| 2022-01-10 08:09:02 | × | kraM quits (~kraM@user/kram) (*.net *.split) |
| 2022-01-10 08:09:04 | × | choffee quits (~m-pjzrzg@2001-ba8-1f1-f048-216-3eff-fe8e-acb7.autov6rev.bitfolk.space) (*.net *.split) |
| 2022-01-10 08:09:06 | × | Bayes quits (~Bayes@user/bayes) (*.net *.split) |
| 2022-01-10 08:09:06 | × | ElKowar quits (~ElKowar@srv-fin.xware-gmbh.de) (*.net *.split) |
| 2022-01-10 08:20:45 | → | kraM joins (~kraM@user/kram) |
| 2022-01-10 08:20:45 | → | choffee joins (~m-pjzrzg@2001-ba8-1f1-f048-216-3eff-fe8e-acb7.autov6rev.bitfolk.space) |
| 2022-01-10 08:20:45 | → | Bayes joins (~Bayes@user/bayes) |
| 2022-01-10 08:20:45 | → | ElKowar joins (~ElKowar@srv-fin.xware-gmbh.de) |
| 2022-01-10 16:37:26 | <drdo> | Not sure if you can directy put sexps for a key in the layer or if you need to use an alias |
| 2022-01-10 16:37:34 | <drdo> | Since it doesn't parse maybe that's the case |
| 2022-01-11 02:28:02 | → | neurocyte09175 joins (~neurocyte@IP-045143079193.dynamic.medianet-world.de) |
| 2022-01-11 02:28:02 | × | neurocyte09175 quits (~neurocyte@IP-045143079193.dynamic.medianet-world.de) (Changing host) |
| 2022-01-11 02:28:02 | → | neurocyte09175 joins (~neurocyte@user/neurocyte) |
| 2022-01-11 02:30:15 | × | neurocyte0917 quits (~neurocyte@user/neurocyte) (Ping timeout: 256 seconds) |
| 2022-01-11 02:30:15 | neurocyte09175 | is now known as neurocyte0917 |
| 2022-01-11 05:38:32 | ← | GavinFreeborn[m] parts (~gavinokma@2001:470:69fc:105::cb9) () |
| 2022-01-11 09:12:06 | × | neurocyte0917 quits (~neurocyte@user/neurocyte) (Quit: The Lounge - https://thelounge.chat) |
| 2022-01-11 09:14:45 | → | neurocyte0917 joins (~neurocyte@IP-045143079193.dynamic.medianet-world.de) |
| 2022-01-11 09:14:45 | × | neurocyte0917 quits (~neurocyte@IP-045143079193.dynamic.medianet-world.de) (Changing host) |
| 2022-01-11 09:14:45 | → | neurocyte0917 joins (~neurocyte@user/neurocyte) |
| 2022-01-11 17:45:47 | → | neurocyte09179 joins (~neurocyte@user/neurocyte) |
| 2022-01-11 17:45:49 | × | neurocyte0917 quits (~neurocyte@user/neurocyte) (Ping timeout: 240 seconds) |
| 2022-01-11 17:45:49 | neurocyte09179 | is now known as neurocyte0917 |
| 2022-01-12 02:27:29 | → | neurocyte09170 joins (~neurocyte@user/neurocyte) |
| 2022-01-12 02:29:44 | × | neurocyte0917 quits (~neurocyte@user/neurocyte) (Ping timeout: 256 seconds) |
| 2022-01-12 02:29:44 | neurocyte09170 | is now known as neurocyte0917 |
| 2022-01-12 05:27:12 | → | kruM joins (~kraM@user/kram) |
| 2022-01-12 05:28:30 | × | kraM quits (~kraM@user/kram) (Killed (NickServ (GHOST command used by kruM))) |
| 2022-01-12 05:28:35 | kruM | is now known as kraM |
| 2022-01-12 05:38:31 | → | kruM joins (~kraM@user/kram) |
| 2022-01-12 05:39:25 | × | kraM quits (~kraM@user/kram) (Ping timeout: 256 seconds) |
| 2022-01-12 05:39:36 | kruM | is now known as kraM |
| 2022-01-12 13:27:17 | × | neurocyte0917 quits (~neurocyte@user/neurocyte) (Read error: Connection reset by peer) |
| 2022-01-12 13:28:24 | → | neurocyte09170 joins (~neurocyte@IP-046243084168.dynamic.medianet-world.de) |
| 2022-01-12 13:28:24 | × | neurocyte09170 quits (~neurocyte@IP-046243084168.dynamic.medianet-world.de) (Changing host) |
| 2022-01-12 13:28:24 | → | neurocyte09170 joins (~neurocyte@user/neurocyte) |
| 2022-01-12 18:26:40 | → | ElKowar0 joins (~ElKowar@srv-fin.xware-gmbh.de) |
| 2022-01-12 18:26:41 | → | kruM joins (~kraM@user/kram) |
| 2022-01-12 18:29:05 | → | Bayes^_^ joins (~Bayes@vps-1d06364e.vps.ovh.ca) |
| 2022-01-12 18:29:14 | → | choffee_ joins (~m-pjzrzg@2001-ba8-1f1-f048-216-3eff-fe8e-acb7.autov6rev.bitfolk.space) |
| 2022-01-12 18:31:57 | → | kruM_ joins (~kraM@user/kram) |
| 2022-01-12 18:32:35 | × | kraM quits (~kraM@user/kram) (Killed (NickServ (GHOST command used by kruM_))) |
| 2022-01-12 18:32:37 | kruM_ | is now known as kraM |
| 2022-01-12 18:32:55 | × | kruM quits (~kraM@user/kram) (Ping timeout: 256 seconds) |
| 2022-01-12 18:34:03 | × | Bayes^_^ quits (~Bayes@vps-1d06364e.vps.ovh.ca) (Ping timeout: 256 seconds) |
| 2022-01-12 18:34:34 | × | choffee quits (~m-pjzrzg@2001-ba8-1f1-f048-216-3eff-fe8e-acb7.autov6rev.bitfolk.space) (*.net *.split) |
| 2022-01-12 18:34:35 | × | Bayes quits (~Bayes@user/bayes) (*.net *.split) |
| 2022-01-12 18:34:36 | × | ElKowar quits (~ElKowar@srv-fin.xware-gmbh.de) (*.net *.split) |
| 2022-01-12 18:34:46 | ElKowar0 | is now known as ElKowar |
| 2022-01-12 18:38:35 | → | Bayes^_^ joins (~Bayes@vps-1d06364e.vps.ovh.ca) |
| 2022-01-12 18:39:08 | choffee_ | is now known as choffee |
| 2022-01-12 18:46:22 | × | Bayes^_^ quits (~Bayes@vps-1d06364e.vps.ovh.ca) (Changing host) |
| 2022-01-12 18:46:22 | → | Bayes^_^ joins (~Bayes@user/bayes) |
| 2022-01-12 18:46:32 | Bayes^_^ | is now known as Bayes |
| 2022-01-12 20:10:51 | → | neurocyte091707 joins (~neurocyte@IP-046243084168.dynamic.medianet-world.de) |
| 2022-01-12 20:10:51 | × | neurocyte091707 quits (~neurocyte@IP-046243084168.dynamic.medianet-world.de) (Changing host) |
| 2022-01-12 20:10:51 | → | neurocyte091707 joins (~neurocyte@user/neurocyte) |
| 2022-01-12 20:12:39 | × | neurocyte09170 quits (~neurocyte@user/neurocyte) (Ping timeout: 256 seconds) |
| 2022-01-12 20:12:39 | neurocyte091707 | is now known as neurocyte09170 |
| 2022-01-13 02:26:30 | → | neurocyte091705 joins (~neurocyte@user/neurocyte) |
| 2022-01-13 02:28:48 | × | neurocyte09170 quits (~neurocyte@user/neurocyte) (Ping timeout: 250 seconds) |
| 2022-01-13 02:28:48 | neurocyte091705 | is now known as neurocyte09170 |
| 2022-01-14 02:26:15 | → | neurocyte091709 joins (~neurocyte@IP-212232084012.dynamic.medianet-world.de) |
| 2022-01-14 02:26:15 | × | neurocyte091709 quits (~neurocyte@IP-212232084012.dynamic.medianet-world.de) (Changing host) |
| 2022-01-14 02:26:15 | → | neurocyte091709 joins (~neurocyte@user/neurocyte) |
| 2022-01-14 02:27:54 | × | neurocyte09170 quits (~neurocyte@user/neurocyte) (Ping timeout: 250 seconds) |
| 2022-01-14 02:27:54 | neurocyte091709 | is now known as neurocyte09170 |
| 2022-01-15 00:04:37 | → | neurocyte091709 joins (~neurocyte@IP-212232084012.dynamic.medianet-world.de) |
| 2022-01-15 00:04:37 | × | neurocyte091709 quits (~neurocyte@IP-212232084012.dynamic.medianet-world.de) (Changing host) |
| 2022-01-15 00:04:37 | → | neurocyte091709 joins (~neurocyte@user/neurocyte) |
| 2022-01-15 00:06:36 | × | neurocyte09170 quits (~neurocyte@user/neurocyte) (Ping timeout: 250 seconds) |
| 2022-01-15 00:22:35 | → | wsn-13 joins (~wsn-13@202.46.154.58) |
| 2022-01-15 00:23:24 | × | wsn-13 quits (~wsn-13@202.46.154.58) (Client Quit) |
| 2022-01-15 00:32:10 | → | wsn-13 joins (~wsn-13@202.46.154.58) |
| 2022-01-15 00:32:57 | × | wsn-13 quits (~wsn-13@202.46.154.58) (Client Quit) |
| 2022-01-15 01:32:30 | → | choffee_ joins (~m-pjzrzg@2001-ba8-1f1-f048-216-3eff-fe8e-acb7.autov6rev.bitfolk.space) |
All times are in UTC.