You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following keyboard actions would improve window management efficiency:
Focus Zone [up, down, left, right]
focuses the topmost window of the target zone
e.g. if zone 2 is focused and focus left is sent, the topmost window of zone 1 will be focused.
Swap Zone [up, down, left, right]
swaps the focused zone's window group with the target zone's window group
e.g. if zone 2 is focused and swap left is sent, the resulting window group arrangement will be [B, A, C] and zone 1 will be focused (window prior to command retains focus).
Example Layout:
1 2 3
┌─────┬───────────┬─────┐
│ │ │ │
│ A │ B │ C │
│ │ │ │
└─────┴───────────┴─────┘
Zones: [1, 2, 3]
Window Groups: [A, B, C]
The text was updated successfully, but these errors were encountered:
The first one is something I'm really interested in, because that's typically how I focus applications in Windows using AutoHotkey -- by zone. and from looking at the code it looks pretty trivial to add. Is that something that is being worked on? If not, I'd be happy to attempt it myself.
The following keyboard actions would improve window management efficiency:
2
is focused andfocus left
is sent, the topmost window of zone1
will be focused.2
is focused andswap left
is sent, the resulting window group arrangement will be[B, A, C]
and zone1
will be focused (window prior to command retains focus).Example Layout:
The text was updated successfully, but these errors were encountered: