Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] additional keyboard shortcuts @ window management #101

Open
Enteleform opened this issue Sep 11, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Enteleform
Copy link

Enteleform commented Sep 11, 2024

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]
@gerritdevriese gerritdevriese added the enhancement New feature or request label Oct 19, 2024
@sid-6581
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants