lwouis
lwouis
Hi @sapoepsilon, Thank you for sharing this PR! Today i start moving out to a new place. So please forgive me if it takes a while until i can review...
@sapoepsilon i'm afraid it's a classic AppKit layout issue. I've spent countless hours on such issues. We still have a few open issues users get into on older macOS releases...
@sapoepsilon some extra tips: * Don't hesitate to use [this](https://github.com/lwouis/alt-tab-macos/blob/1a9f16a25a59c54e8d5d4a7f17d8b69bda6306a4/src/ui/App.swift#L46). It will add an overlay on the windows when it detects conflicts. This is in addition to what AppKit already...
Some of the long-lasting issues I've mentioned: https://github.com/lwouis/alt-tab-macos/issues/1062, https://github.com/lwouis/alt-tab-macos/issues/814, https://github.com/lwouis/alt-tab-macos/issues/2663 and https://github.com/lwouis/alt-tab-macos/issues/1279
Hi @sapoepsilon, I was able to review this work a bit today. I ran the app, but it seems that the preference UI is not yet changed in a usable...
@AlejandroVolkova pinned issue: #1179
I'm also on macOS 13.2.1, and I'm not able to reproduce. Switching works for me. Can you reproduce this every single time without failure? Also, is AltTab open before or...
Something to consider as well is the potential redundancy of such customization. Indeed, users could use tools such as BTT to rebind a trigger to another trigger (e.g. mouse motion...
Hey @Kentzo, could you clarify the scope of this ticket? Maybe I can help here. What exactly should match the deployment target condition?
I think App Thinning is mostly used when discussing Distribution-side thinning. Specifically, you download an app from the Mac App Store, and depending on your local environment, Apple is going...