https://bugs.kde.org/show_bug.cgi?id=466017
--- Comment #1 from [email protected] --- I've been looking through some files and might have a clue where the bug might originate. But since I'm quite inexperienced with Linux, Plasma and kwin i might be wrong. The code that checks if a window should be tiled uses the condition: `(input()->modifiersRelevantForGlobalShortcuts() & Qt::ShiftModifier)` https://invent.kde.org/plasma/kwin/-/blob/master/src/window.cpp#L1686 Digging through the rabbit whole I ended up here https://invent.kde.org/plasma/kwin/-/blob/master/src/xkb.cpp#L289, which looks like the place where the "shift modifier" is "configured". Looking up `XKB_MOD_NAME_SHIFT` seems to yield a string match for `Shift`. I think the Keymap is located here `/usr/share/kbd/keymaps/i386/neo/neoqwertz.map.gz`. Opening it looking through the included `neoqwertz.map` I encountered the following line (181): ``` keycode 42 = ShiftL ``` Could this be the cause of the Bug, that in the Neo-Qwertz keymap the Keys are "labled" Shift**L** and Shift**R**? What do you think would be the best way to get this fixed? Is it something you guys are able to address or should I try and find out whoever maintains this keymap and ask them about this issue? -- You are receiving this mail because: You are watching all bug changes.
