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

--- Comment #52 from Thomas Lübking <thomas.luebk...@gmail.com> ---
I took the wild guess that !"§ refers to qwertz and that your session starts on
a qwerty layout and is altered during the session (and the qt event processor
hides the relevant event from us ...)

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

Unless you're willing to restart kglobalaccel all the time, add something like
(you want to adjust matches and options):

/etc/X11/xorg.conf.d/11-keyboard.conf
--- snip ----------------

Section "InputClass"
    Identifier          "Keyboard Defaults"
    MatchIsKeyboard     "yes"
        MatchProduct "Microsoft Comfort Curve Keyboard 2000"
    Option              "XkbLayout" "de"
    Option              "XkbVariant" "deadgraveacute"
    Option              "XkbModel" "microsofccurve2k"
    Option              "XkbOptions" "terminate:ctrl_alt_bksp,compose:caps"
    Option              "XkbRules" "xorg"
    Option              "XkbKeycodes" "evdev"
EndSection

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

Reply via email to