Remap keys on plasma 6 wayland

Is there a system GUI tool (or just qt tool) to remap keys in Plasma 6? For example, remap CTRL+PgUp to ALT+E (switch to the next tab)? I know there is a way to remap in the settings, but it doesn’t seem to work for Firefox and other non-KDE apps. I know about input-remapper, but I would prefer an official tool or method.

That kind of remapping require lower level than wayland/plasma as I know.

I use keyd for remap and very reliable. Config syntax is very easy.

[ids]

*

[main]

# Maps capslock to escape when pressed and control when held.
capslock = overload(control, esc)
control = overload(control, esc)
# shift for toggle terminal(yakuake) that mapped F1 key
shift = overload(shift, f1)

Can you please help me with remapping alt+e to ctrl+pgup?

[ids]

*

[main]

[alt]
e = C-pageup

looks like working. If it does not work, ask to project.

1 Like

It works, thank you. It’s sad that there is no graphical interface