Wismill

Results 191 comments of Wismill

I drafted #540 for experimenting. The only value that can be modified, once the keymap is compiled, is the reference counter. Using atomics makes it thread-safe. WARNING: this alone does...

I drafted #544 to make context buffer thread-safe.

Implementing _full_ support of `RedirectKey` is unlikely, see #18. While I re-assess some parts of this feature, you may to have a look at solutions like `kmonad`, `keyd`, `Kanata` and...

@ronny-rentner have you reported the issue to the respective projects? Their keyboard handling looks wrong. Meanwhile, you may want to have a look at solutions such as `KMonad`, `keyd`, `Kanata`...

So I checked if we could implement at least the `clearMods` feature: unfortunately it is not possible. XOrg implement `RedirectKey` by _sending_ key event with modified keycode and modifiers, then...

I have a draft PR, see #514. I do not see much issue with controls, but rather find it difficult to not mess with keycode redirections, or rather: not make...

There is a markdown file above.

> Do you mean the part with the `...` ? Yes. Name it `test.md`. > What about the settings file ? The most basic one: ``` # This file describes...

The idea is that one can open the details in 3 ways: - use the non-link text (if defined[^1]) - use the buller `‣` (shape is browser-specicic I guess) -...

Just tested, it works. Thanks!