Open ejnaiman opened 4 days ago
Hey, thanks for making the issue 🙂 It's clear now. If you want to switch between windows of a specific application, say Chrome in the example, you can by first selecting Chrome using alt + tab, and then switching between the 2 Chrome windows using alt + `. Is that sufficient? Treating each window like a single entry is definitely doable, but then, we end up with a reproduction of the native Windows switcher behavior. The main point of Alt App Switcher is differ from Windows behavior by merging windows of the same app into one single entry. It's inspired by the behavior of the MacOS switcher.
Got it.
I have 2 reasons:
[image: image.png] But I get what you're saying.
Have a good day,
-EJ Naiman @.***
On Mon, Nov 11, 2024 at 12:11 PM Paul Hubert @.***> wrote:
Hey, thanks for making the issue 🙂 It's clear now. If you want to switch between windows of a specific application, say Chrome in the example, you can by first selecting Chrome using alt + tab, and then switching between the 2 Chrome windows using alt + `. Is that sufficient? Treating each window like a single entry is definitely doable, but then, we end with a reproduction of the native Windows switcher behavior. The main point of Alt App Switcher is differ from Windows behavior by merging windows of the same app into one single entry. It's inspired by the behavior of the MacOS switcher.
— Reply to this email directly, view it on GitHub https://github.com/hdlx/AltAppSwitcher/issues/20#issuecomment-2467750732, or unsubscribe https://github.com/notifications/unsubscribe-auth/BM2GVNRN7ATJRHUFPSYI4332AB7F7AVCNFSM6AAAAABRQPTQVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRXG42TANZTGI . You are receiving this because you authored the thread.Message ID: @.***>
Hi. This sounds reasonable. Also, one might like other features brought by Alt App Switcher (appearance, custom size, custom key bindings) while still preferring Windows behavior over the MacOS one. I'll find some time to add this option.
TIA,
-EJ Naiman @.***
On Mon, Nov 11, 2024, 23:54 Paul Hubert @.***> wrote:
Hi. This sounds reasonable. Also, one might like other features brought by Alt App Switcher (apperance, custom size, custom keys) while still preferring Windows behaviour over the MacOS-like one. I'll find some time to add this option.
— Reply to this email directly, view it on GitHub https://github.com/hdlx/AltAppSwitcher/issues/20#issuecomment-2469121272, or unsubscribe https://github.com/notifications/unsubscribe-auth/BM2GVNU6ORXHXSBBGKSPJ6T2AERPPAVCNFSM6AAAAABRQPTQVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRZGEZDCMRXGI . You are receiving this because you authored the thread.Message ID: @.***>
In Windows native, AltTab switches between all windows - so if I have 2 chrome windows open (as in your example), I can switch between them, as opposed to jumping between apps. If you would add that as an option, that would be very helpful for me. For now I have to use WinTab and then the arrow keys.
Thanx, EJ