Logs: liberachat/#kmonad
| 2021-07-30 15:21:00 | <Filip> | But it doesn't even work |
| 2021-07-30 15:21:10 | <Filip> | kmonad /home/filip/.config/kmonad/config.kbd |
| 2021-07-30 15:21:10 | <Filip> | kmonad: Parse error at 158:3: |
| 2021-07-30 15:21:11 | <Filip> | | |
| 2021-07-30 15:21:11 | <Filip> | 158 | cmp-seq-delay 5 ;; 5ms delay between each compose-key sequence press |
| 2021-07-30 15:21:12 | <Filip> | | ^ |
| 2021-07-30 15:21:12 | <Filip> | unexpected 'c' |
| 2021-07-30 15:21:13 | <Filip> | expecting ')' |
| 2021-07-30 15:21:33 | <Filip> | any idea? Again, I haven't touched that file in any way |
| 2021-07-30 15:29:56 | × | Filip quits (~Filip@176.101.176.48) (Quit: Client closed) |
| 2021-07-30 15:31:13 | → | Filip joins (~Filip@176.101.176.48) |
| 2021-07-30 15:48:42 | × | Filip quits (~Filip@176.101.176.48) (Quit: Client closed) |
| 2021-07-30 15:51:02 | <Solid> | ?tell Filip cmp-seq-delay is not in any released version yet; you'll have to check out a tag to follow along with whatever version you're running |
| 2021-07-30 15:51:02 | <lambdabot> | Consider it noted. |
| 2021-07-30 16:02:03 | → | Filip joins (~Filip@176.101.176.48) |
| 2021-07-30 16:02:12 | <Filip> | Oh I see thank you. |
| 2021-07-30 16:07:21 | × | Filip quits (~Filip@176.101.176.48) (Quit: Client closed) |
| 2021-07-30 16:50:32 | <Solid> | @botsnack |
| 2021-07-30 16:50:32 | <lambdabot> | :) |
| 2021-07-31 14:16:07 | → | Vermoot joins (~Vermoot@lfbn-ncy-1-207-34.w83-194.abo.wanadoo.fr) |
| 2021-07-31 18:20:27 | × | Vermoot quits (~Vermoot@lfbn-ncy-1-207-34.w83-194.abo.wanadoo.fr) (Ping timeout: 258 seconds) |
| 2021-08-01 05:04:32 | <gk[m]> | hello breadman |
| 2021-08-01 05:05:44 | <gk[m]> | Solid: what would your thoughts on a new release be? There have been 174 commits since 0.4.1 released, and that was in september of last year -- nearly 11 months ago. |
| 2021-08-01 06:08:53 | <Solid> | gk[m]: it's an interesting question; I think David's original intent was to finish the keycode refactor and some small regressions that were talked about (like #258) and then make a new release |
| 2021-08-01 06:24:57 | <gk[m]> | Ah - makes sense. |
| 2021-08-01 06:26:46 | <gk[m]> | The thing that made me think of it was cmp-seq-delay being in the example configs -- someone brought it up on discord & I ran into it recently too. |
| 2021-08-01 06:27:01 | <gk[m]> | Looks like someone mentioned it yesterday here, too 🙂 |
| 2021-08-01 06:52:36 | <Solid> | yeah we've been getting these every now and then |
| 2021-08-01 19:26:12 | <contrapunctus> | Is it just me or does Keycode.hs not have a key for double quotes? |
| 2021-08-01 19:26:44 | <Tisoxin> | afaik double quotes is the shifted single quote |
| 2021-08-01 19:27:28 | <Tisoxin> | (the keycodes stand for the position of the key, not for the symbol) |
| 2021-08-01 19:27:33 | <contrapunctus> | Ah |
| 2021-08-01 19:28:06 | <contrapunctus> | So if I want to swap " and '...what do I put in the defsrc? |
| 2021-08-01 19:28:56 | <Tisoxin> | are you using qwerty? |
| 2021-08-01 19:29:36 | <contrapunctus> | Dvorak |
| 2021-08-01 19:30:29 | <Tisoxin> | i don't think there is an easy way to do that (not with kmonad) |
| 2021-08-01 19:30:38 | <contrapunctus> | :o |
| 2021-08-01 19:31:03 | <Tisoxin> | i only can immagine to solutions |
| 2021-08-01 19:31:10 | <Tisoxin> | 1. you let kmonad handle shift |
| 2021-08-01 19:31:52 | <Tisoxin> | but that has a bunch of unwanted side effects and involves lots of boilerplate |
| 2021-08-01 19:33:00 | <Tisoxin> | 2. you somehow inform the OS, that you want to it should toggle shift after and before pressing this specific button (not sure, if this is possible) |
| 2021-08-01 19:33:41 | <Tisoxin> | contrapunctus: Do you need to be able using it on multiple OSs? |
| 2021-08-01 19:33:53 | <contrapunctus> | Tisoxin: just Linux |
| 2021-08-01 19:34:00 | <contrapunctus> | Should I make a FR for this? 🤔 |
| 2021-08-01 19:34:01 | <Tisoxin> | nice |
| 2021-08-01 19:34:09 | <Tisoxin> | In that case, i could help you |
| 2021-08-01 19:34:13 | <Tisoxin> | FR? |
| 2021-08-01 19:34:21 | <contrapunctus> | 😀 |
| 2021-08-01 19:34:31 | <contrapunctus> | Feature Request |
| 2021-08-01 19:35:11 | <Tisoxin> | Well, with the current kmonad configuring language, such a feature can't be implemented (as far as i'm aware) |
| 2021-08-01 19:35:55 | <Tisoxin> | But go for it, the config language will be refactored soon™ |
| 2021-08-01 19:36:21 | <Tisoxin> | contrapunctus: Have you ever „played“ around with xkb? |
| 2021-08-01 19:37:12 | <Tisoxin> | contrapunctus: Which specific distro are you using? |
| 2021-08-01 19:38:38 | <Tisoxin> | Are you using the us(dvorak) layout? |
| 2021-08-01 19:39:02 | <contrapunctus> | Tisoxin: xkb? I haven't |
| 2021-08-01 19:39:10 | <contrapunctus> | Debian Testing |
| 2021-08-01 19:39:18 | <contrapunctus> | US Dvorak, yeah. |
| 2021-08-01 19:40:15 | <Tisoxin> | are you okay with touching files in /usr/share ? |
| 2021-08-01 19:41:51 | <Tisoxin> | There are other ways, but this one is especially simple |
| 2021-08-01 19:51:38 | <contrapunctus> | Tisoxin: I'd prefer not requiring root to make the changes 🤔 |
| 2021-08-01 19:51:53 | <Tisoxin> | ok |
| 2021-08-01 19:51:57 | <Tisoxin> | Do you use wayland? |
| 2021-08-01 19:56:47 | <contrapunctus> | Nay, X :( |
| 2021-08-01 19:56:53 | <Tisoxin> | ok |
| 2021-08-01 19:56:59 | <Tisoxin> | (I use it as well) |
| 2021-08-01 19:59:41 | Tisoxin | posted a file: (0KiB) < https://libera.ems.host/_matrix/media/r0/download/shmerver.de/HuBiDCzBvTynsfhcletorZQo/alt-layout.bash > |
| 2021-08-01 19:59:43 | <Tisoxin> | frick |
| 2021-08-01 19:59:47 | <Tisoxin> | that was the wrong file |
| 2021-08-01 20:00:00 | Tisoxin | posted a file: (2KiB) < https://libera.ems.host/_matrix/media/r0/download/shmerver.de/WbAsnfEkEuVDPHptCYftvvoM/xkb.tar.gz > |
| 2021-08-01 20:00:32 | <Tisoxin> | take a look at those files |
| 2021-08-01 20:00:39 | <Tisoxin> | (at the second archive) |
| 2021-08-01 20:00:43 | <Tisoxin> | this is my xkb setup |
| 2021-08-01 20:01:11 | <Tisoxin> | (xkb is the keyboard configuration on xorg) |
| 2021-08-01 20:01:46 | <Tisoxin> | i use two layouts, normal qwertz and the ergonomic layout bone |
| 2021-08-01 20:02:16 | <Tisoxin> | alt-layout.bash loads the layout in alt-layout.xkb on the xserver |
| 2021-08-01 20:02:27 | <Tisoxin> | layout.bash loads the layout in layout.xkb |
| 2021-08-01 20:03:55 | <Tisoxin> | nvm |
| 2021-08-01 20:11:17 | Tisoxin | posted a file: (1KiB) < https://libera.ems.host/_matrix/media/r0/download/shmerver.de/RIosZNlhmFhoynHfLkFChskY/xkb.contra.tar.gz > |
| 2021-08-01 20:11:24 | <Tisoxin> | Take a look at this archive |
| 2021-08-01 20:11:32 | <Tisoxin> | This should be a working config |
| 2021-08-01 20:12:07 | <Tisoxin> | with the desired baviour |
| 2021-08-01 20:12:15 | <Tisoxin> | You just need to execute the `layout.bash` |
| 2021-08-01 20:12:37 | <Tisoxin> | (feel free to check the script for malicious code) |
| 2021-08-01 20:12:44 | <Tisoxin> | its very short |
| 2021-08-01 20:12:55 | <Tisoxin> | and i can guarantee you, there is no such code |
| 2021-08-01 20:13:17 | <Tisoxin> | (Though you shouldn't trust ppl on the internet, should you?) |
| 2021-08-01 20:13:38 | <Tisoxin> | anyway, i'm going afk now |
| 2021-08-02 02:21:40 | <contrapunctus> | Tisoxin: thanks, I'll take a look 😀 |
| 2021-08-03 00:32:21 | × | wolficefang[m] quits (~wolficefa@2001:470:69fc:105::a3f1) (Remote host closed the connection) |
| 2021-08-03 00:32:22 | × | Tisoxin quits (~ikosit@user/ikosit) (Write error: Connection reset by peer) |
| 2021-08-03 00:32:23 | × | TomasJakl[m] quits (~jaklttchn@2001:470:69fc:105::a42) (Read error: Connection reset by peer) |
| 2021-08-03 00:32:23 | × | gk[m] quits (~annapriva@2001:470:69fc:105::1608) (Remote host closed the connection) |
| 2021-08-03 00:34:22 | → | TomasJakl[m] joins (~jaklttchn@2001:470:69fc:105::a42) |
| 2021-08-03 00:49:48 | → | gk[m] joins (~annapriva@2001:470:69fc:105::1608) |
| 2021-08-03 00:49:48 | → | Tisoxin joins (~ikosit@user/ikosit) |
| 2021-08-03 00:50:00 | → | wolficefang[m] joins (~wolficefa@2001:470:69fc:105::a3f1) |
| 2021-08-04 03:40:00 | → | Guest86 joins (~Guest86@2400:1a00:b011:bc34:5e:bc3a:abf:d970) |
| 2021-08-04 03:42:31 | <Guest86> | Hi. What is the best way to make caps -> esc on tap and ctrl on hold. I have this caps (tap-hold-next-release 140 esc lctl) in my config but it doesn't seem to recognize taps and have to do it multiple times for it to register. |
| 2021-08-04 03:43:15 | <Guest86> | I have -option caps:none in setxkbmap if it's relevant |
| 2021-08-04 05:19:47 | × | Guest86 quits (~Guest86@2400:1a00:b011:bc34:5e:bc3a:abf:d970) (Quit: Client closed) |
All times are in UTC.