https://bugs.kde.org/show_bug.cgi?id=501731
Scott Olson <sc...@solson.me> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sc...@solson.me Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #11 from Scott Olson <sc...@solson.me> --- The "Quick Tile Window to" actions appear to still be broken in 6.3.5, relative to how they were before the start of the year. For example, if I have a window in the bottom-right quarter of my screen, "Quick Tile Window to the Left" previously would have moved it to take up the left half of my screen. Currently, it instead moves the window to take up the *bottom* half of my screen (because it's seemingly extending to the left from its current position). The fundamental problem seems to be that these actions used to be "absolute" but they were unexpectedly changed to be "relative". Under the original behaviour, "to the Left" would have the same meaning regardless of the current position. I had bound all 8 of these actions to Meta plus numpad digits, which nicely correspond to the 8 possible locations I could snap a window into with a single keypress. Now moving between different positions (e.g. from bottom-right to the left) takes an unpredictable number of actions. (In my example, even mashing the left direction will only get you to the bottom-left, not the whole left, so you have to stop and think how to proceed instead of reaching the goal in one press). -- You are receiving this mail because: You are watching all bug changes.