Open alt-tab-macos-bot opened 11 months ago
Suggestion 1 seems to be have equivalent implementation from "Screen showing AltTab"
Suggestion 2 seems interesting.
I'm thought more about the request. It differs from "Screen showing AltTab" in 1 way: if the user has a Space spreading multiple Screens. In that case, if they want to only see windows from that Space, we offer no solution today.
I think we could add an option to the Space dropdown:
And in the same fashion as "Screen showing AltTab", the user would pick "Show on: Screen including mouse" in the Appearance tab.
After trying to implement this, I found a technical blocker.
Today we use the CGSCopyManagedDisplaySpaces
private API to get a list of screens with the spaces they contain. This API only works when the `Displays use separate Spaces" checkbox is checked by the user in System Settings.
However, in the use-case of this ticket, the user would necessarily have that checkbox unchecked, so their Spaces can span multiple displays.
I'm not sure it's possible for us to work around the limitations of CGSCopyManagedDisplaySpaces
.
This issue was opened by a bot after a user submitted feedback through the in-app form.
From: fahd777@pm.me
Message: