I am looking for a clean and fast method to force GNOME in Ubuntu 14.04 to switch between active apps only on the current workspace when pressing the shortcut alt + tab.
I am looking for a clean and fast method to force GNOME in Ubuntu 14.04 to switch between active apps only on the current workspace when pressing the shortcut alt + tab.
Simply:
Here is the solution I came up with:
Very fast & easy, without any installations/extensions:
Install
dconf-editor
(already installed on current debian/ubuntu distributions):Open
dconf-editor
(from the Dash or a Terminal)Set "current-workspace-only" to true
..and you're done :)
As an alternative to installing
dconf-editor
and having to fiddle around with your mouse so much, you can also do this from terminal.To create the
current-workspace-only
value:To erase it, going back to default settings:
I would like
dconf-editor
more if it could search through paths, properties, and values.Seems to be fixed with
An alternative for people who want to tab through open windows on current workspace but also want to be able to tab through all open apps (on any workspace) this can be achieved by changing the keyboard shortcuts.
Under Settings > Devices > Keyboard (on Ubuntu 17.10):
AlternateTab
If you also want to ungroup applications on switcher you can add the officially supported AlternateTab extension.
Moreover:
The other solutions here did not work for me on Ubuntu 18.04.1, but the Alt Tab Workspace extension worked.