Added actions to allow focusing up or down as normal but to wrap to the column to the left or right if there is no window above or below

This commit is contained in:
Micah N Gorrell
2024-05-22 13:53:44 -06:00
committed by Ivan Molodetskikh
parent bcca03cce7
commit eb0f7aa429
5 changed files with 140 additions and 0 deletions
+8
View File
@@ -116,6 +116,14 @@ pub enum Action {
FocusWindowDown,
/// Focus the window above.
FocusWindowUp,
/// Focus the window below or the column to the left.
FocusWindowDownOrColumnLeft,
/// Focus the window below or the column to the right.
FocusWindowDownOrColumnRight,
/// Focus the window above or the column to the left.
FocusWindowUpOrColumnLeft,
/// Focus the window above or the column to the right.
FocusWindowUpOrColumnRight,
/// Focus the window or the workspace above.
FocusWindowOrWorkspaceDown,
/// Focus the window or the workspace above.