2021/12/19

2021-12-19 07:21:56 +0000contrapunctus(a75f5b1571@2a00:c70:1:178:170:40:189:1) ()
2021-12-19 08:36:28 +0000 <Solid> wouldn't that sort of defeat the purpose of having a transparent key?
2021-12-19 11:53:16 +0000 <Tisoxin> <drdo> "Is it possible to make it so..." <- What should it do instead?
2021-12-19 12:21:03 +0000 <drdo> Well, I thought transparent keys would be overridable _down_ the stack
2021-12-19 12:28:01 +0000 <drdo> Re-reading the docs, I misunderstood how this works. I can get the behaviour I want with XX
2021-12-19 12:28:36 +0000 <drdo> Thanks guys
2021-12-19 13:58:08 +0000Denny(~Denny@71.247.74.36)
2021-12-19 13:58:14 +0000Denny(~Denny@71.247.74.36) (Client Quit)
2021-12-19 13:58:40 +0000GDenny212(~GDenny212@71.247.74.36)
2021-12-19 14:18:59 +0000 <GDenny212> Guys hi. I'd like to make Ctrl - wasd behave like navigation. Do i understand it right since now combos are not yet implemented (https://github.com/kmonad/kmonad/issues/157) my only way is to do smng like this:
2021-12-19 14:19:08 +0000 <GDenny212> (defsrc
2021-12-19 14:19:08 +0000 <GDenny212>   a    s    d    f    g    h    ....
2021-12-19 14:19:09 +0000 <GDenny212>   lctl lmet lalt    ...
2021-12-19 14:19:09 +0000 <GDenny212> )
2021-12-19 14:19:10 +0000 <GDenny212> (deflayer default
2021-12-19 14:19:10 +0000 <GDenny212>   a    s    d    f    g    h    ....
2021-12-19 14:19:11 +0000 <GDenny212>   @cL lmet lalt    ...
2021-12-19 14:19:11 +0000 <GDenny212> )
2021-12-19 14:19:12 +0000 <GDenny212> (deflayer cLayer
2021-12-19 14:19:12 +0000 <GDenny212>   left down right C-f  C-g  C-h  ....
2021-12-19 14:19:13 +0000 <GDenny212>   lctl C-M C-A    ...
2021-12-19 14:19:13 +0000 <GDenny212> )
2021-12-19 14:19:14 +0000 <GDenny212> (defalias
2021-12-19 14:19:14 +0000 <GDenny212> cL   (layer-toggle cLayer)
2021-12-19 14:19:15 +0000 <GDenny212> )
2021-12-19 14:21:08 +0000 <GDenny212> (i used wasd just as example, it will be ijkl)
2021-12-19 14:23:05 +0000 <GDenny212> I don't like having to add C- to each key (looks not very clean), but don't see other way to do it without loosing ctrl functionality
2021-12-19 14:57:06 +0000 <Solid> GDenny212: pretty much
2021-12-19 14:59:59 +0000GDenny212(~GDenny212@71.247.74.36) (Ping timeout: 256 seconds)
2021-12-19 15:01:08 +0000GDenny212(~GDenny212@71.247.74.36)
2021-12-19 15:02:18 +0000 <GDenny212> Solid i see, thank you
2021-12-19 15:14:40 +0000 <drdo> In that vein, is it at all possible to define more of these shorthands like C-, M- and friends?
2021-12-19 15:14:51 +0000 <drdo> For the right variants for example
2021-12-19 15:31:35 +0000 <Solid> these are pretty hard-coded
2021-12-19 15:31:42 +0000 <Solid> but there are right-hand versions available
2021-12-19 15:31:48 +0000 <Solid> RC-, RM-, etc.
2021-12-19 15:41:21 +0000GDenny212(~GDenny212@71.247.74.36) (Ping timeout: 256 seconds)