macOS Mojave cmd+tab exposé doesn't change to active window
I've grown quite fond of the Mission Control way of thinking, but one thing annoys me.
When I use Cmd+tab to switch between applications
And then click down-arrow to see open instances of the app
Now when I use left and right arrow, a blue border surrounds each instance of the apps. Now when I click on an instance that's on the desktop that I'm currently on, that instance is shown. But if I choose an instance that's on another desktop, the application is "focused", as is the application name appears to the top left, but the instance is not focused.
I expect the focused desktop to change to wherever the instance that I focused is located.
I have quite a thick set of macOS defaults that I'm using, so I guess that there could be some setting there that messes up things.
In case you want to see my defaults, I have them public here.
macos mission-control
add a comment |
I've grown quite fond of the Mission Control way of thinking, but one thing annoys me.
When I use Cmd+tab to switch between applications
And then click down-arrow to see open instances of the app
Now when I use left and right arrow, a blue border surrounds each instance of the apps. Now when I click on an instance that's on the desktop that I'm currently on, that instance is shown. But if I choose an instance that's on another desktop, the application is "focused", as is the application name appears to the top left, but the instance is not focused.
I expect the focused desktop to change to wherever the instance that I focused is located.
I have quite a thick set of macOS defaults that I'm using, so I guess that there could be some setting there that messes up things.
In case you want to see my defaults, I have them public here.
macos mission-control
add a comment |
I've grown quite fond of the Mission Control way of thinking, but one thing annoys me.
When I use Cmd+tab to switch between applications
And then click down-arrow to see open instances of the app
Now when I use left and right arrow, a blue border surrounds each instance of the apps. Now when I click on an instance that's on the desktop that I'm currently on, that instance is shown. But if I choose an instance that's on another desktop, the application is "focused", as is the application name appears to the top left, but the instance is not focused.
I expect the focused desktop to change to wherever the instance that I focused is located.
I have quite a thick set of macOS defaults that I'm using, so I guess that there could be some setting there that messes up things.
In case you want to see my defaults, I have them public here.
macos mission-control
I've grown quite fond of the Mission Control way of thinking, but one thing annoys me.
When I use Cmd+tab to switch between applications
And then click down-arrow to see open instances of the app
Now when I use left and right arrow, a blue border surrounds each instance of the apps. Now when I click on an instance that's on the desktop that I'm currently on, that instance is shown. But if I choose an instance that's on another desktop, the application is "focused", as is the application name appears to the top left, but the instance is not focused.
I expect the focused desktop to change to wherever the instance that I focused is located.
I have quite a thick set of macOS defaults that I'm using, so I guess that there could be some setting there that messes up things.
In case you want to see my defaults, I have them public here.
macos mission-control
macos mission-control
asked Feb 1 at 7:00
MaxMax
479
479
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I solved the problem by removing defaults write com.apple.dock workspaces-auto-swoosh -boolean NO
. This setting caused each desktop to be handled as one space for mission control, which wasn't my intention.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1400875%2fmacos-mojave-cmdtab-expos%25c3%25a9-doesnt-change-to-active-window%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I solved the problem by removing defaults write com.apple.dock workspaces-auto-swoosh -boolean NO
. This setting caused each desktop to be handled as one space for mission control, which wasn't my intention.
add a comment |
I solved the problem by removing defaults write com.apple.dock workspaces-auto-swoosh -boolean NO
. This setting caused each desktop to be handled as one space for mission control, which wasn't my intention.
add a comment |
I solved the problem by removing defaults write com.apple.dock workspaces-auto-swoosh -boolean NO
. This setting caused each desktop to be handled as one space for mission control, which wasn't my intention.
I solved the problem by removing defaults write com.apple.dock workspaces-auto-swoosh -boolean NO
. This setting caused each desktop to be handled as one space for mission control, which wasn't my intention.
answered Feb 2 at 15:08
MaxMax
479
479
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1400875%2fmacos-mojave-cmdtab-expos%25c3%25a9-doesnt-change-to-active-window%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown