lwouis
lwouis
@Jack-Bristow #1617 doesn't discuss a bug, but a feature request. AltTab is working correctly, not dysfunctioning. I'm a bit struggling to understand your proposal. This ticket here is about finding...
I [downloaded the mac app](https://www.flock.com/download), and was able to reproduce the issue. It seems that `_SLPSSetFrontProcessWithOptions` doesn't work well with this app. It triggers 2 OS events: * Focus the...
@drauziooppenheimer not many solutions I'm afraid. We have to use private APIs because Apple doesn't support focusing windows from other Space through any public API. So we are already going...
I assume you use Dark Mode? I was thinking to have a dark variation for Dark Mode, and keep the current design for Light Mode.
> Also, it's yellow now? What do you mean? I need more info to understand what's on the screenshot. Why is the right side yellow-ish?
Hi @titouandk! It's an interesting idea. Today we offer workflows around these lines: * Show focused subset of windows * Show all windows Nobody has asked so far for what...
This investigation has already been discussed, and there is lots of interesting information in https://github.com/lwouis/alt-tab-macos/issues/431
Damn @koekeishiya you're clever! I suspected the invisible windows trick, but I ran the accessibility API on HyperSwitch itself, and found it had 0 window. I forgot that this api...
Thinking about it, the trick of invisible windows on all Spaces is not good enough. We need to have `AXUIElement` for all windows. This gives us the correct titles, role,...
@metacodes it seems you found the root cause for https://github.com/lwouis/alt-tab-macos/issues/1324