| Summary: | Mapping capslock to super breaks window navigation | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Jussi Pakkanen <jpakkane> |
| Component: | input | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | bugseforuns, xaver.hugl |
| Priority: | NOR | Flags: | vlad.zahorodnii:
Wayland-
vlad.zahorodnii: X11+ |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jussi Pakkanen
2019-02-13 19:50:13 UTC
Did you restart KWin after modifying the layout? The problem is most likely in tabbox.cpp function areKeySymXsDepressed which only checks the first key code for a keysym. The assumption of the code is that a modifier is only mapped to one keycode. Can't reproduce in Plasma 6 |