https://bugs.kde.org/show_bug.cgi?id=478219
--- Comment #13 from Wismill <[email protected]> --- FYI, libxkbcommon supports outputting multiple keysyms, so it could be handled at the XKB level (Wayland-only). We need a keymap builder API in libxkbcommon so that configuring this feature can be done in the GUI, because it is not realistic to ask to all users to write custom XKB. However, motivated users can already experiment this feature, documented at: https://xkbcommon.org/doc/current/keymap-text-format-v1.html#key-symbols-table, with User configuration (https://xkbcommon.org/doc/current/user-configuration.html): key <XXXX> { [ {f, o, o}, "bar" ] }; Note that the user-friendly string syntax is a recent addition (since libxkbcommon 1.10). libxkbcommon 1.11 will be published soon; I plan to work on the keymap builder API in 1.12. -- You are receiving this mail because: You are watching all bug changes.
