Add focus-column-right-or-first, focus-column-left-or-last (#391)

* add focus-column-right-or-first

* add focus-column-left-or-last
This commit is contained in:
James Sully
2024-06-09 21:14:51 +10:00
committed by GitHub
parent af6d84a7f8
commit a55e385b12
6 changed files with 72 additions and 0 deletions
+4
View File
@@ -116,6 +116,10 @@ pub enum Action {
FocusColumnFirst,
/// Focus the last column.
FocusColumnLast,
/// Focus the next column to the right, looping if at end.
FocusColumnRightOrFirst,
/// Focus the next column to the left, looping if at start.
FocusColumnLeftOrLast,
/// Focus the window below.
FocusWindowDown,
/// Focus the window above.