Leandro

Results 9 issues of Leandro

Hi @haroldadmin. I hope you have enjoyed the holidays. I am submitting this pull request just so you can see a slightly different approach I am using regarding the handling...

I would like to propose a variant of the `oneshot` action with a timeout and a fallback or default action/key. For example: ``` capslock = oneshot(shift, 500, escape) ``` I...

I have been experimenting with a couple of keyboard customisation tools: Kmonad and Kanata. In the state they are in now, I have to run them from the terminal and...

I am struggling to find a tool that would measure how much time my fingers take to press and release a key or, more accurately, how long keys remain activated...

I was wondering if supporting navigation with a game controller (gamepad or joystick) would be possible with a Gemini client like Lagrange. The reason I ask is because I use...

enhancement

Using v4.2.3 and the following configuration: ``` include layouts/colemak [ids] * [default:layout] [global] default_layout = colemak [main] a = overloadt(control, a, 256) s = overloadt(shift, s, 256) d = overloadt(meta,...

Would it be possible to add support for the runit init system? I noticed that building from source and installing keyd applies the necessary changes to launch the keyd service...

This PR consists of adding examples of practical implementations of common emerging patterns from the keyboard customization community. This contributions focuses on 5 of them: 1. [Home row modifiers](https://precondition.github.io/home-row-mods) 2....

Nice project! I came across a post on Reddit about this project, installed it but got a error on KDE Wayland. I switched to X11 and all works well! I...