Breno Ramalho Lemes
Breno Ramalho Lemes
I'm very interested in running scripts via key press, so I could implement a visual feedback for a multilayer config.
> You can also already use `input-remapper-control` to change your preset https://github.com/sezanzeb/input-remapper/blob/main/readme/usage.md#cli and set this as a shortcut in your desktop environment. > > Most of them probably have a...
> if_single supports a timeout argument, does that do what you need? I thought I couldn't nest `if_single` but I was just using it wrong. I can now, but that...
Thanks! I understood pretty well what's happening under the hoods. I'll stay tuned for the new upcoming macros.
> Regarding the artsey.io keyboard though, seems like its functionality can be replicated with the `tap-hold-*` actions if desired, though it would require more setup and may not have the...
> Looking more into the artsey page, I think any chord that involves more than two keys might be challenging/impossible to replicate right now. My use case will be only...
I'm not sure I understood your issue. I'm Brazilian using ABNT2 Keyboard (Brazilian qwerty). I keep my system configured as ABNT2 qwerty. But in Kanata configuration file I need to...
I tested your pull request and that's nice. But rolling is a problem. For example: > ```lisp > (defchords dfg 200 > (d) d > (f) f > (d f)...
> > If I try to type df -h command what I got is g -h. Even if I use 1 as timeout. > > Haven't tested it, but I...
Great! That worked. In fact, this feature is working exceptionally well! I was giving up this idea of mixing input chords (combos) with tap and hold thinking it wouldn't work...