| 2021-08-19 07:03:33 +0000 | Guest22 | (~Guest22@2405:201:5c04:f170:463d:f711:6e6b:7da2) |
| 2021-08-19 07:03:42 +0000 | <Guest22> | hello |
| 2021-08-19 07:07:25 +0000 | Guest22 | (~Guest22@2405:201:5c04:f170:463d:f711:6e6b:7da2) (Client Quit) |
| 2021-08-19 08:32:31 +0000 | gk[m] | (~annapriva@2001:470:69fc:105::1608) (Quit: Bridge terminating on SIGTERM) |
| 2021-08-19 08:32:31 +0000 | contessa | (~contessa@2001:470:69fc:105::a9f) (Quit: Bridge terminating on SIGTERM) |
| 2021-08-19 08:32:31 +0000 | wolficefang[m] | (~wolficefa@2001:470:69fc:105::a3f1) (Quit: Bridge terminating on SIGTERM) |
| 2021-08-19 08:32:32 +0000 | fap[m] | (~fapmatrix@2001:470:69fc:105::cd11) (Quit: Bridge terminating on SIGTERM) |
| 2021-08-19 08:32:33 +0000 | TomasJakl[m] | (~jaklttchn@2001:470:69fc:105::a42) (Quit: Bridge terminating on SIGTERM) |
| 2021-08-19 08:32:35 +0000 | Tisoxin | (~ikosit@user/ikosit) (Quit: Bridge terminating on SIGTERM) |
| 2021-08-19 08:36:10 +0000 | TomasJakl[m] | (~jaklttchn@2001:470:69fc:105::a42) |
| 2021-08-19 08:40:41 +0000 | Tisoxin | (~ikosit@user/ikosit) |
| 2021-08-19 08:40:41 +0000 | <Tisoxin> | hi |
| 2021-08-19 08:51:46 +0000 | gk[m] | (~annapriva@2001:470:69fc:105::1608) |
| 2021-08-19 08:51:46 +0000 | contessa | (~contessa@2001:470:69fc:105::a9f) |
| 2021-08-19 08:51:52 +0000 | fap[m] | (~fapmatrix@2001:470:69fc:105::cd11) |
| 2021-08-19 08:51:58 +0000 | wolficefang[m] | (~wolficefa@2001:470:69fc:105::a3f1) |
| 2021-08-19 19:00:27 +0000 | ElKowar549 | (~ElKowar@srv-fin.xware-gmbh.de) (*.net *.split) |
| 2021-08-19 19:00:27 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (*.net *.split) |
| 2021-08-19 19:00:45 +0000 | ElKowar549 | (~ElKowar@srv-fin.xware-gmbh.de) |
| 2021-08-19 19:03:25 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
| 2021-08-19 19:59:43 +0000 | <contrapunctus> | o/ |
| 2021-08-19 20:00:13 +0000 | <contrapunctus> | Is there any way I can bind C-m to send Enter? |
| 2021-08-19 20:00:26 +0000 | <contrapunctus> | Looked in some of the user configs, but didn't find anything |
| 2021-08-19 20:33:16 +0000 | <Tisoxin> | afaik there is no symple way |
| 2021-08-19 20:33:42 +0000 | <Tisoxin> | i think you have to create a special layer that gets invoked when you press C |
| 2021-08-19 20:34:04 +0000 | <Tisoxin> | and in it you'd have to rebind all keys apart from Enter to their C- equivalent |
| 2021-08-19 20:34:40 +0000 | <Tisoxin> | iirc i programmed a preprocessor for that use case |
| 2021-08-19 20:39:09 +0000 | Tisoxin | sent a code block: https://libera.ems.host/_matrix/media/r0/download/libera.chat/270846db18479aea3f4e44cff2cbdea87d89… |
| 2021-08-19 20:39:55 +0000 | <Tisoxin> | if you run this program with a `hm.kbd` in the same directory, a `hm.kbd.tmp` will be produced |
| 2021-08-19 20:54:13 +0000 | <Tisoxin> | you probably shouldn't use it |
| 2021-08-19 20:54:31 +0000 | <Tisoxin> | atm i can't test it, but i think it won't go well with keywords |
| 2021-08-19 20:54:59 +0000 | <Tisoxin> | (since it escapes buttons with `:`) |
| 2021-08-19 21:17:59 +0000 | <contrapunctus> | Le sigh o.O |