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

--- Comment #29 from Wismill <d...@wismill.eu> ---
Coming late to the battle, but I have some comments:
- XkbOptions="terminate:ctrl_alt_bksp" seems an ubiquitous default setting, but
I might be wrong. I do remember seeing the CTRL+ALT+BACKSPACE shortcut in
tutorials, a… long time ago 😅. Since it is set in system files, KDE just pick
up the option. However, in Wayland the env variable is `XKB_DEFAULT_OPTIONS`,
see:
https://invent.kde.org/plasma/kwin/-/blob/5f4ff1d49d1818521915543c942ddf6dda60ebc3/src/xkb.cpp#L573.
So there should be a translation somewhere.
- setxkbmap does not work in Wayland sessions. Use:
  - cat ~/.config/kxkbrc in KDE to show you keyboard config. There may be a
better way with dbus specific to KDE, I do not remember how to query it.
  - xkbcli dump-keymap-wayland to get the actual keymap. You need
libxkbcommon-tools 1.8+.
  - xkbcli interactive-wayland to replace xev
- There is no libxkb, but libxkbfile (X11) and libxkbcommon (Wayland).

@antonio: when XkbOptions is set/unset, does it change your ~/.config/kxkbrc?

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

Reply via email to