Replies: 4 comments 14 replies
-
I like the idea. It feels more natural, and it is what I proposed in #546 for the new |
Beta Was this translation helpful? Give feedback.
-
We could extend this to Compose as well, although there may be multiple implementations used simultaneously with different support. E.g. Gtk and IBus only support a very limited keysym syntax. |
Beta Was this translation helpful? Give feedback.
-
The idea looks nice to me as well. I'd be curious to see some real keymap converted to this syntax, if someone feels like putting one together.
I'm less sure about this. The example given is confusing to me. |
Beta Was this translation helpful? Give feedback.
-
Implemented in libxkbcommon 1.9. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Consider the following:
I believe it would be useful to allow this to be written as follows:
With the following semantics:
NoSymbol
.xkb_utf32_to_keysym
.{ ... }
with each code point converted viaxkb_utf32_to_keysym
.This syntax can also be used in nested position to be able to mix unicode and non-unicode keysyms:
In this case the keysyms are embedded directly into the outer
{ }
.Beta Was this translation helpful? Give feedback.
All reactions