Ian Ynda-Hummel
Ian Ynda-Hummel
We try to associate tabs correctly already. Something might have regressed, though.
I think it's this function. https://github.com/ianyh/Amethyst/blob/1861c117a8f81d9234b9ade1d1107b90591eeb1a/Amethyst/Managers/WindowManager.swift#L430
This one is tricky. Right now the keys are tied to the physical keys on the input device, and it would be possible to change the mappings to be language...
You can try resetting the accessibility permissions. In System Settings > Privacy & Security > Accessibility, you can highlight Amethyst and click the - button in the lower left corner....
I've seen a lot of layouts that are made from scratch, but that may be a consequence of not having had extensions at the start. I wonder if the solution...
@Henkru that's a good catch, and easy enough to fix. Thanks for looking into it.
The problem is that hiding is an application-level action, and not a window-level action.
You can check to see if Amethyst knows about a title with the cli debug tools. ```bash /Applications/Amethyst.app/Contents/MacOS/Amethyst debug windows ``` But adding other sources of floating logic seems reasonable,...
I think expanding what you can do float matching on is reasonable, as long as it can be done in a backwards compatible way. I don't think I personally have...
I've seen this happen before, and it usually comes down to an app that is very slow to respond. The only one I haven't tried in your list is Lens....