https://bugs.kde.org/show_bug.cgi?id=422401

--- Comment #21 from fanzhuyi...@gmail.com ---
(In reply to gudvinr+kde from comment #20)
> (In reply to fanzhuyifan from comment #19)
> > That is controlled by the user configurable keymap. When a keycode is
> > unmapped, currently we cannot handle it in shortcuts.
> 
> Is that any different on Wayland? I can live with that on X11 but I don't
> think that manual remapping is correct (as in user friendly) way to do
> things moving forward.

Unfortunately, given the current codebase, we also rely on that on wayland.
Currently all shortcuts are stored using QKeySequence. We use the keymap to
convert keycodes to keysyms, and then convert the keysyms into Qt keys. If we
want to support platform native keycodes, that would need a pretty significant
change throughout the code base.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to