ianyh on development
Update README.md (#1089) Calli… (compare)
Also, small inconveniences with FFM on that I’ve noticed and generally accepted as part of the trade-off:
Mainly sharing to see if there are any workarounds I’m missing.
command-tab
not working the way it used to. Previously, it would cycle through programs that had open windows in the space, now it cycles through all open programs (most of which do nothing, since they have no open windows in the space). Is there a different keyboard shortcut I should be using, or any suggestions for how to deal with this? Thanks!
@lstorey
Hi! I just installed Amethyst and it seems really cool. I'm having trouble with
command-tab
not working the way it used to. Previously, it would cycle through programs that had open windows in the space, now it cycles through all open programs (most of which do nothing, since they have no open windows in the space). Is there a different keyboard shortcut I should be using, or any suggestions for how to deal with this? Thanks!
it looks like you want the setting for “When switching… switch to a Space” to be enabled. Screen shot above.
0.12.1
and 0.12.2b3
that should break window handling and mouse stuff? I'm on a new work machine and noticed that (1) opening a new terminal window doesn't always reflow it, and (2) swapping secondary windows with secondary windows works, but secondary-with-primary doesn't
onScreenWindowsAtPoint
Hi, quick question. In the application I write in (Ableton Live), there are always several floating windows open. ("Floating" in the OSX sense: ^F6 toggles through them).
I use them so often that I need a way to tile them, so that they maximize screen space.
The issue is that they're always different sizes, so their dimensions would have to be detected in order to be properly tiled.
I've looked many places and no luck. Is this possible with Amethyst? Thanks!