Add a startup split-screen shortcut;use this set of shortcuts to enhance user experience(Budgie26.04)

Add a startup split-screen shortcut; since Budgie 26.04 lacks the Shuffer plugin, use this set of shortcuts to enhance user experience.

<keybind bridge="custom1" key="W-e">
			<action name="Execute" command="xdg-open ." />
		</keybind>
		<keybind key="C-W-Up">
			<action name="ToggleSnapToEdge" direction="up"/>
		</keybind>
		<keybind key="C-W-Down">
			<action name="ToggleSnapToEdge" direction="down"/>
		</keybind>

Additionally, create four more groups—top-left, bottom-left, top-right, and bottom-right—as shown below, though I’m unsure how to configure them; none are currently functional.

<keybind key="C-W-Home">
      <action name="SnapToRegion" region="top-left"/>
    </keybind>
    <keybind key="C-W-PageUp">
      <action name="SnapToRegion" region="top-right"/>
    </keybind>
    <keybind key="C-W-End">
      <action name="SnapToRegion" region="bottom-left"/>
    </keybind>
    <keybind key="C-W-PageDown">
      <action name="SnapToRegion" region="bottom-right"/>
    </keybind>

Some more keyboard window toggle actions

very good,For split screens, use numbers whose sum along horizontal, vertical, or diagonal lines equals exactly 15.

//////////////////////// Divide the screen into 9 parts /////////////////////////////

Top-left Ctrl+ Alt + 4

Top-right Ctrl+ Alt+ 2

Bottom-right Ctrl+ Alt + 6

Bottom-left Ctrl+ Alt + 8

Left-half Ctrl + Alt + 3

Top-half Ctrl+ Alt+ 9

Right-half Ctrl + Alt+ 7

Bottom-half Ctrl + Alt+ 1

Toggle maximize Ctrl+ Alt + 5

//////////////////////// Divide the screen into 4 parts /////////////////////////////

Super + Alt + ↑
Super + Alt + ←
Super + Alt + ↓
Super + Alt + →

//////////////////////// Divide the screen into 2 parts /////////////////////////////


Super + ↑
Super + ←
Super + ↓
Super + →