Robert U
Robert U
I finally got around adding a variant of this to my repo (see #76)! Huge thanks again for getting this started!
FYI, the activation sequence for the Unicode helpers can be customized using `OS_UNICODE_LEAD` and `OS_UNICODE_TRAIL`. For instance, to hold both `LCTRL` and `LSHFT` while the actual unicode sequence is sent,...
Added additional documentation in f8d5ac771aed291ea54215bf1b6bc6f67336477d for how to customize input on Linux.
> I'm also have issues using a unicode-based russian layer on linux. The configuration works, but the input is unusable in most apps. > > * In Telegram, I get...
For anyone following this, it might be worth checking out the new `[zmk-unicode](https://github.com/urob/zmk-unicode)` module. There's two improvements related to the issues raised in this thread: 1. There's now two Linux...
I like adding an `activates` field as you mentioned in #148. A few more thoughts on that. What about nesting `activates` inside a "`legends`" dictionary to track which key type...
> The only question I have is, how do we signify whether a key is `hold` or `tap` in the keymap YAML? Say you have `&mo NAV` and `&tog NAV`...
Adding to the previous, how about the following: - Use `activates` to control the highlighting - Have an optional `activates_links` which if omitted defaults to `activates` (to keep the keymap...
> I think you are proposing to not make this distinction at all, at least by default, given the added complexity. I guess that's possible, but it'd be a breaking...
I have been thinking a bit about maintenance costs. Zephyr has a [policy](https://docs.zephyrproject.org/latest/develop/modules.html#requirements-for-allowed-practices) in place which only allows changes to modules as mergeable PRs and strictly forbids force-pushes to the...