Hello, I would like with one shortcut to pin 3 specific shortcut by window name. I am already familiar with the regular way of pinning the focused window
thanks
Hello, I would like with one shortcut to pin 3 specific shortcut by window name. I am already familiar with the regular way of pinning the focused window
thanks
I would try the “activate specific window” action. Then pin. Then the next window...
Pauses between the actions are probably necessary.
how would you revert back to the originall focused window
There should be two actions called save/restore window, or similar. I'm not on my Mac right now.
I think it's a good idea to allow targeting specific windows. I have added this in 5.725 alpha.
Have you added a new action? What is it called?
Yes that's how it should work.
Weird, I tried your Finder / Downloads example but it is working fine here.
So, if another Finder window is in front, then the correct one is activated and pinned?
For me, the front window is pinned, whatever it's called.
Currently the front window is used if the specified one can not be found.
You are sure you have a Finder window with title "Downloads" open? Does the "Activate Specific Window" action work for you to activate the window? (It uses the same logic, but doesn't fall back to the focused window)
Is the window maybe minimized?
It might be some subtle difference in the window data structures BTT accesses across macOS versions, which version are you currently running on again?
Still 13.x?
I found one issue that might lead to windows not being found if more than 10 windows are visible. I'm not sure whether that's the issue in your case but it will be resolved in 5.727.
That could be it; I always have more than 10 windows open.
I'll check as soon as ..27 is online.
Weird, that uses the same logic - apart from the window hiding stuff. I only asked whether the window is minimized, but is the window maybe hidden?
No, not minimized and not hidden.
And the other action finds every window, whether it is minimized or hidden, or neither.
Hm, how can that be, if it's the same logic? ![]()
The searching logic is the same but the rest of the actions is very different
So probably something outside of the window search doesn't work well on macOS 13. I'll check in my VM!