2021/12/19

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