Summary: | Plasma(?) eats my "c" key | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Gerion <gerion.entrup> |
Component: | kcm_keyboard_layout | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | kde, nate, plasma-bugs |
Priority: | NOR | ||
Version First Reported In: | 5.19.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gerion
2020-07-08 15:11:55 UTC
Can I have setxkbmap -print output for the working and not working case. From what you've said either we're not switching to the right layout, or there's a bug lower in the stack in the xkb code. Marking as needsinfo, please reset the status when you report back I have changed my layout in the GUI to "Deutsch (ohne Akzepttasten)" to make it more consistent with the command line command. This has not changed the problem. So here are my outputs: Working case (triggered per "setxkbmap de nodeadkeys"): ``` xkb_keymap { xkb_keycodes { include "evdev+aliases(qwertz)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; xkb_symbols { include "pc+de(nodeadkeys)+inet(evdev)" }; xkb_geometry { include "pc(pc101)" }; }; ``` Not working case (triggered per GUI setting): ``` xkb_keymap { xkb_keycodes { include "evdev+aliases(qwertz)" }; xkb_types { include "complete" }; xkb_compat { include "complete+caps(caps_lock):2+misc(assign_shift_left_action):2+level5(level5_lock):2+caps(caps_lock):3+misc(assign_shift_left_action):3+level5(level5_lock):3" }; xkb_symbols { include "pc+de(nodeadkeys)+de(neo):2+de(neo):3+inet(evdev)" }; xkb_geometry { include "pc(pc101)" }; }; ``` Is this the same thing: 423084 If so killing kglobalaccel5 should temporarily restore that key working Yes, this has worked: Killing kglobalaccel5 reactivates both "c" and "ä" within the normal qwertz and neo layout. BTW: It's really hard to type `killall kglobalaccel5` without a "c" key ;). ok, lets follow up on that duplicate report *** This bug has been marked as a duplicate of bug 423084 *** |