Robert U
Robert U
Sounds like a good first PR 😉
Currently this isn't directly supported. It does sound like something that would be nice to have though. For now, you should be able to set up [`zmk-listener`](https://github.com/ssbb/zmk-listeners) events for entering...
> Maybe the bug is that if you do something like > > ```yaml > manifest: > remotes: > - name: zephyrproject-rtos > url-base: https://github.com/zephyrproject-rtos > projects: > - name:...
It's not something that I need but a PR would definitely be welcome :)
The main script is `komotray.ahk`. The `exe` is just a compiled version for people who don't have AHK v1 installed locally. The `lib` folders contains one external library that is...
> would i need to use a more updated version of the library? like [this](https://github.com/G33kDude/cJson.ahk/tree/v2)? As long as it supports v2 it should work
> @urob Hey good news, I managed to make the v2 script functional 🎉 > > But it's not a fork so I can't do a pull request, I'm hoping...
This is by design so that one doesn't have to specify ``` continue-list = ` ``` to whitelist `A` with all its modifier combinations (that's `2 ** 8 = 256`...
If I understand correctly, you want a caps-word that doesn't terminate on numbers and underscore? In that case, this module might indeed be overkill as a capsword-based approach wouldn't require...