rvaiya
rvaiya
> However, sometimes the time between two key presses will be more than 100 milliseconds so it will not completely get rid of the delay. In addition, I often have...
>What would the syntax be if I wanted to do this with a combo? Let's say I wanted a combo of two letters immediately resolve as a tap if a...
I've tentatively added `overloadi` which is `overloadt3` described above but with the first two arguments transposed. I've also added an alias called `lettermod` which allows the user to specify an...
> Interestingly, I have no problems running the following config manually: > [...] > Interestingly, I have no problems running the following config manually: Did you *install* the latest version?...
@edrex Can you elaborate on your use case? I've been meaning to revisit the issue by adding proper multi user support, which is why I've left this open. I'm still...
> 2. in order to runtime monkeypatch "contextual" (ie shell and application specific) bindings > > [...] > > using root access for them is inherently janky: why not change...
@Binly42 Have you tried setting `macro_sequence_timeout`?
You will need to be running the latest version.
As mentioned, this is probably an environment variable issue. My guess is that you need to set `XAUTHORITY` to the x11 cookie file of your user (if you don't care...
> Is a native layout mechanism really needed?... I think a lot of the problems you identify are a product of terminological differences and conceptual misapprehensions (probably my fault). The...