SUMMARY In Windows using FancyZones, a combination of the Meta+Arrow keys allows a user to cycle the active window between each of the zones within a layout without having to use Shift+Drag. It's a little bonus feature that makes the custom tiling more useful and intuitive with how it integrates with quick snapping behaviors. It also would allow for some super quick layout management using only the keyboard! Simply adding keyboard shortcuts to cycle to the previous/next zone in a layout would work, though I know other solutions guess at the direction you want to move a window to decide which zone to tile it to, but that's a bit much for the scope of this feature imo. PS: I love the new tiling btw. I think it's what has kept me from cracking and moving back to Pop!OS and GNOME :^)
*** Bug 464676 has been marked as a duplicate of this bug. ***
*** Bug 475495 has been marked as a duplicate of this bug. ***
Git commit bc43ca29275ae57d341ce3cf28cb69ca149756dd by Akseli Lahtinen. Committed on 03/12/2024 at 12:41. Pushed by akselmo into branch 'master'. Shortcuts for custom tiles Adds shortcuts to moving a window between custom tiling zones. This works similar to regular quick tiles, but instead moves a window inside the zones user has made. They're separate shortcuts since sometimes you want to quick tile and sometimes you want to custom tile. They're empty by default. M +9 -0 src/placement.cpp M +11 -1 src/tiles/customtile.cpp M +2 -0 src/tiles/customtile.h M +9 -0 src/useractions.cpp M +39 -0 src/window.cpp M +2 -0 src/window.h M +1 -0 src/workspace.h https://invent.kde.org/plasma/kwin/-/commit/bc43ca29275ae57d341ce3cf28cb69ca149756dd