Maarten van Gompel

Results 365 comments of Maarten van Gompel

There's currently no parameter to control the placement, but wayland should allow it, the starting point would be modifying https://github.com/jjsullivan5196/wvkbd/blob/master/main.c#L68 .

There currently isn't a way to trigger scripts directly. A workaround is to trigger a key-combo and have the compositor/window manager tie it to a script. If we want wvkbd...

Sorry, I may have set you on the wrong foot by saying "key combo", you can't currently configure a single key to output an actual sequence of keys. `Code` emits...

If you want multiple modifiers, I think you can add them together with bitwise OR: `Super | AltGr`

That's indeed not implemented, but it shouldn't be too hard to implement, it might be an interesting feature. In combination with the ``-o`` option you could catch a password in...

I'm experiencing the same problem

> I wonder if this is the right way to loading the confusables file Yes, it is. > It would be brilliant to have an example about how the confusables...

Good point, I think it's not propagated to the Python binding yet. I'll add it.

This should now be fixed in v0.4.6, call `model.set_confusables_before_pruning()` to enable the parameter.

Great, I see you already figured it out! That indeed seems like the proper syntax, you indeed need both explicitly. It will give a higher score to variants that had...