Hi guys.
I recently switched from my good old OS X 10.6 to the latest OS X 10.10 which did cause me some trouble. After some fiddling around with system-settings it is getting better.
But the workspace-auto-swoosh thing seems to behave different which is one pain in the a**!
You can easily turn the whole thing on/off by using the code:
or
Now here comes the thing:
This command turns off the switchy-thing completely, which is not exactly what i want.
I only want to disable Space switching on Command-Tab (cmd-Tab) but leave everything else!
Back in the days with my good old Snow Leopard this was possible or even the default setting - i don't remember.
This behavior did come very handy if you only wanted to switch the app and open a new app-window on the desktop where you were currently working. But with Yosemite I instead end up having to switch back an forth between desktops to get there This is not what i call a "smooth and -like workflow".
BTW: I know - there is already a similar post including the solution above: Command-Tab for Apps only in one Space?
Unfortunately: All the knowledge found on google could not help me so far maybe you can!?
Cheers.
I recently switched from my good old OS X 10.6 to the latest OS X 10.10 which did cause me some trouble. After some fiddling around with system-settings it is getting better.
But the workspace-auto-swoosh thing seems to behave different which is one pain in the a**!
You can easily turn the whole thing on/off by using the code:
Code:
defaults write com.apple.Dock workspaces-auto-swoosh -bool NO
killall Dock
or
Code:
defaults write com.apple.Dock workspaces-auto-swoosh -bool YES
killall Dock
Now here comes the thing:
This command turns off the switchy-thing completely, which is not exactly what i want.
I only want to disable Space switching on Command-Tab (cmd-Tab) but leave everything else!
Back in the days with my good old Snow Leopard this was possible or even the default setting - i don't remember.
This behavior did come very handy if you only wanted to switch the app and open a new app-window on the desktop where you were currently working. But with Yosemite I instead end up having to switch back an forth between desktops to get there This is not what i call a "smooth and -like workflow".
BTW: I know - there is already a similar post including the solution above: Command-Tab for Apps only in one Space?
( )
For example, I'm in Firefox and I want a new Terminal window in the same Space. I already have several Terminal windows open. With default Spaces and CMD tabbing behavior, when I CMD-tab, I get switched to the Space of the last Terminal. This drives me nuts.
Unfortunately: All the knowledge found on google could not help me so far maybe you can!?
Cheers.
Last edited: