Set Alt+Tab to switch all Windows, instead of Grouped Windows
In Ubuntu, if I am running multiple windows of the same application and I want to chose one of them using Alt+tab, I can't instantaneously do it. The default behavior is to press Alt+tab, then wait on the grouped application icon, and finally the grouped windows will appear from which I can choose (a window).
Instead of grouping windows, can I change the default behavior to show all opened windows of the same application using Alt+tab?
shortcut-keys application-switcher
add a comment |
In Ubuntu, if I am running multiple windows of the same application and I want to chose one of them using Alt+tab, I can't instantaneously do it. The default behavior is to press Alt+tab, then wait on the grouped application icon, and finally the grouped windows will appear from which I can choose (a window).
Instead of grouping windows, can I change the default behavior to show all opened windows of the same application using Alt+tab?
shortcut-keys application-switcher
1
Possible duplicate of How do I easily switch between windows rather than applications with ALT+TAB in GNOME?
– pomsky
yesterday
add a comment |
In Ubuntu, if I am running multiple windows of the same application and I want to chose one of them using Alt+tab, I can't instantaneously do it. The default behavior is to press Alt+tab, then wait on the grouped application icon, and finally the grouped windows will appear from which I can choose (a window).
Instead of grouping windows, can I change the default behavior to show all opened windows of the same application using Alt+tab?
shortcut-keys application-switcher
In Ubuntu, if I am running multiple windows of the same application and I want to chose one of them using Alt+tab, I can't instantaneously do it. The default behavior is to press Alt+tab, then wait on the grouped application icon, and finally the grouped windows will appear from which I can choose (a window).
Instead of grouping windows, can I change the default behavior to show all opened windows of the same application using Alt+tab?
shortcut-keys application-switcher
shortcut-keys application-switcher
edited yesterday
pomsky
31.8k1197128
31.8k1197128
asked May 8 '13 at 6:52
hkassir72hkassir72
233
233
1
Possible duplicate of How do I easily switch between windows rather than applications with ALT+TAB in GNOME?
– pomsky
yesterday
add a comment |
1
Possible duplicate of How do I easily switch between windows rather than applications with ALT+TAB in GNOME?
– pomsky
yesterday
1
1
Possible duplicate of How do I easily switch between windows rather than applications with ALT+TAB in GNOME?
– pomsky
yesterday
Possible duplicate of How do I easily switch between windows rather than applications with ALT+TAB in GNOME?
– pomsky
yesterday
add a comment |
2 Answers
2
active
oldest
votes
To obtain the exact behavior in the question, do one of the following.
Using a GUI Application
- Install
dconf-editor
- Open
dconf-editor
Find:
org/gnome/desktop/wm/keybindings
Remove default behavior: Alt+Tab
Instructions
Find:switch-applications
Change: Use default value =false
Change:['<Super>Tab', '<Alt>Tab']
to['<Super>Tab']
Remove default behavior: Shift+Alt+Tab
Instructions
Find:switch-applications-backward
Change: Use default value =false
Change:['<Shift><Super>Tab', '<Shift><Alt>Tab']
to['<Shift><Super>Tab']
Set new behavior: Alt+Tab
Instructions
Find:switch-windows
Use default value =false
''
to['<Alt>Tab']
Set new behavior: Shift+Alt+Tab
Instructions
Find:switch-windows-backward
Use default value =false
''
to['<Shift><Alt>Tab']
If you want
switch-windows
to work acrossworkspaces
, not just in the currentworkspace
, you can also uncheckorg/gnome/shell/window-switcher/current-workspace-only
- Close dconf-editor
- Older versions Gnome: (unnecessary in Ubuntu 18.04), You may also need to restart Gnome shell. To do this, first save any work and close all applications. Finally, press Alt+F2, then type r to restart Gnome.
Using shell
First, list existing settings, in case you want to revert. This does nothing other than list values.
gsettings get org.gnome.desktop.wm.keybindings switch-applications
gsettings get org.gnome.desktop.wm.keybindings switch-applications-backward
gsettings get org.gnome.desktop.wm.keybindings switch-windows
gsettings get org.gnome.desktop.wm.keybindings switch-windows-backward
Change to new behavior
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Shift><Alt>Tab']"
Not too late after all, thanks a lot!
– hkassir72
Aug 8 '18 at 9:19
add a comment |
If you want to switch between two grouped windows of the same application, e.g. Gnome Terminal, use Alt + ` (backtick or grave accent; the key above Tab). Add Shift to switch in reverse, i.e., Alt + Shift + `.
It may not be easy (it wasn't for me) to get used to it, but when you do, you'll find it a lot easier and better.
1
Yes this seems reasonable, I am just used to Windows. Thanks :)
– hkassir72
May 8 '13 at 7:30
I have an AZERTY keyboard. What is the alternative to Alt + ~?
– Oussema
Jun 4 '18 at 1:58
1
@Oussema I edited the answer. the key combo is actually Alt +` (backtick, the key above Tab)
– mike stewart
Aug 16 '18 at 18:19
2
@Oussema If you have the French AZERTY layout, useAlt
+²
– wjandrea
Aug 16 '18 at 18:31
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f292405%2fset-alttab-to-switch-all-windows-instead-of-grouped-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
To obtain the exact behavior in the question, do one of the following.
Using a GUI Application
- Install
dconf-editor
- Open
dconf-editor
Find:
org/gnome/desktop/wm/keybindings
Remove default behavior: Alt+Tab
Instructions
Find:switch-applications
Change: Use default value =false
Change:['<Super>Tab', '<Alt>Tab']
to['<Super>Tab']
Remove default behavior: Shift+Alt+Tab
Instructions
Find:switch-applications-backward
Change: Use default value =false
Change:['<Shift><Super>Tab', '<Shift><Alt>Tab']
to['<Shift><Super>Tab']
Set new behavior: Alt+Tab
Instructions
Find:switch-windows
Use default value =false
''
to['<Alt>Tab']
Set new behavior: Shift+Alt+Tab
Instructions
Find:switch-windows-backward
Use default value =false
''
to['<Shift><Alt>Tab']
If you want
switch-windows
to work acrossworkspaces
, not just in the currentworkspace
, you can also uncheckorg/gnome/shell/window-switcher/current-workspace-only
- Close dconf-editor
- Older versions Gnome: (unnecessary in Ubuntu 18.04), You may also need to restart Gnome shell. To do this, first save any work and close all applications. Finally, press Alt+F2, then type r to restart Gnome.
Using shell
First, list existing settings, in case you want to revert. This does nothing other than list values.
gsettings get org.gnome.desktop.wm.keybindings switch-applications
gsettings get org.gnome.desktop.wm.keybindings switch-applications-backward
gsettings get org.gnome.desktop.wm.keybindings switch-windows
gsettings get org.gnome.desktop.wm.keybindings switch-windows-backward
Change to new behavior
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Shift><Alt>Tab']"
Not too late after all, thanks a lot!
– hkassir72
Aug 8 '18 at 9:19
add a comment |
To obtain the exact behavior in the question, do one of the following.
Using a GUI Application
- Install
dconf-editor
- Open
dconf-editor
Find:
org/gnome/desktop/wm/keybindings
Remove default behavior: Alt+Tab
Instructions
Find:switch-applications
Change: Use default value =false
Change:['<Super>Tab', '<Alt>Tab']
to['<Super>Tab']
Remove default behavior: Shift+Alt+Tab
Instructions
Find:switch-applications-backward
Change: Use default value =false
Change:['<Shift><Super>Tab', '<Shift><Alt>Tab']
to['<Shift><Super>Tab']
Set new behavior: Alt+Tab
Instructions
Find:switch-windows
Use default value =false
''
to['<Alt>Tab']
Set new behavior: Shift+Alt+Tab
Instructions
Find:switch-windows-backward
Use default value =false
''
to['<Shift><Alt>Tab']
If you want
switch-windows
to work acrossworkspaces
, not just in the currentworkspace
, you can also uncheckorg/gnome/shell/window-switcher/current-workspace-only
- Close dconf-editor
- Older versions Gnome: (unnecessary in Ubuntu 18.04), You may also need to restart Gnome shell. To do this, first save any work and close all applications. Finally, press Alt+F2, then type r to restart Gnome.
Using shell
First, list existing settings, in case you want to revert. This does nothing other than list values.
gsettings get org.gnome.desktop.wm.keybindings switch-applications
gsettings get org.gnome.desktop.wm.keybindings switch-applications-backward
gsettings get org.gnome.desktop.wm.keybindings switch-windows
gsettings get org.gnome.desktop.wm.keybindings switch-windows-backward
Change to new behavior
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Shift><Alt>Tab']"
Not too late after all, thanks a lot!
– hkassir72
Aug 8 '18 at 9:19
add a comment |
To obtain the exact behavior in the question, do one of the following.
Using a GUI Application
- Install
dconf-editor
- Open
dconf-editor
Find:
org/gnome/desktop/wm/keybindings
Remove default behavior: Alt+Tab
Instructions
Find:switch-applications
Change: Use default value =false
Change:['<Super>Tab', '<Alt>Tab']
to['<Super>Tab']
Remove default behavior: Shift+Alt+Tab
Instructions
Find:switch-applications-backward
Change: Use default value =false
Change:['<Shift><Super>Tab', '<Shift><Alt>Tab']
to['<Shift><Super>Tab']
Set new behavior: Alt+Tab
Instructions
Find:switch-windows
Use default value =false
''
to['<Alt>Tab']
Set new behavior: Shift+Alt+Tab
Instructions
Find:switch-windows-backward
Use default value =false
''
to['<Shift><Alt>Tab']
If you want
switch-windows
to work acrossworkspaces
, not just in the currentworkspace
, you can also uncheckorg/gnome/shell/window-switcher/current-workspace-only
- Close dconf-editor
- Older versions Gnome: (unnecessary in Ubuntu 18.04), You may also need to restart Gnome shell. To do this, first save any work and close all applications. Finally, press Alt+F2, then type r to restart Gnome.
Using shell
First, list existing settings, in case you want to revert. This does nothing other than list values.
gsettings get org.gnome.desktop.wm.keybindings switch-applications
gsettings get org.gnome.desktop.wm.keybindings switch-applications-backward
gsettings get org.gnome.desktop.wm.keybindings switch-windows
gsettings get org.gnome.desktop.wm.keybindings switch-windows-backward
Change to new behavior
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Shift><Alt>Tab']"
To obtain the exact behavior in the question, do one of the following.
Using a GUI Application
- Install
dconf-editor
- Open
dconf-editor
Find:
org/gnome/desktop/wm/keybindings
Remove default behavior: Alt+Tab
Instructions
Find:switch-applications
Change: Use default value =false
Change:['<Super>Tab', '<Alt>Tab']
to['<Super>Tab']
Remove default behavior: Shift+Alt+Tab
Instructions
Find:switch-applications-backward
Change: Use default value =false
Change:['<Shift><Super>Tab', '<Shift><Alt>Tab']
to['<Shift><Super>Tab']
Set new behavior: Alt+Tab
Instructions
Find:switch-windows
Use default value =false
''
to['<Alt>Tab']
Set new behavior: Shift+Alt+Tab
Instructions
Find:switch-windows-backward
Use default value =false
''
to['<Shift><Alt>Tab']
If you want
switch-windows
to work acrossworkspaces
, not just in the currentworkspace
, you can also uncheckorg/gnome/shell/window-switcher/current-workspace-only
- Close dconf-editor
- Older versions Gnome: (unnecessary in Ubuntu 18.04), You may also need to restart Gnome shell. To do this, first save any work and close all applications. Finally, press Alt+F2, then type r to restart Gnome.
Using shell
First, list existing settings, in case you want to revert. This does nothing other than list values.
gsettings get org.gnome.desktop.wm.keybindings switch-applications
gsettings get org.gnome.desktop.wm.keybindings switch-applications-backward
gsettings get org.gnome.desktop.wm.keybindings switch-windows
gsettings get org.gnome.desktop.wm.keybindings switch-windows-backward
Change to new behavior
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Shift><Alt>Tab']"
edited Aug 16 '18 at 18:16
answered Jun 4 '18 at 0:53
mike stewartmike stewart
281213
281213
Not too late after all, thanks a lot!
– hkassir72
Aug 8 '18 at 9:19
add a comment |
Not too late after all, thanks a lot!
– hkassir72
Aug 8 '18 at 9:19
Not too late after all, thanks a lot!
– hkassir72
Aug 8 '18 at 9:19
Not too late after all, thanks a lot!
– hkassir72
Aug 8 '18 at 9:19
add a comment |
If you want to switch between two grouped windows of the same application, e.g. Gnome Terminal, use Alt + ` (backtick or grave accent; the key above Tab). Add Shift to switch in reverse, i.e., Alt + Shift + `.
It may not be easy (it wasn't for me) to get used to it, but when you do, you'll find it a lot easier and better.
1
Yes this seems reasonable, I am just used to Windows. Thanks :)
– hkassir72
May 8 '13 at 7:30
I have an AZERTY keyboard. What is the alternative to Alt + ~?
– Oussema
Jun 4 '18 at 1:58
1
@Oussema I edited the answer. the key combo is actually Alt +` (backtick, the key above Tab)
– mike stewart
Aug 16 '18 at 18:19
2
@Oussema If you have the French AZERTY layout, useAlt
+²
– wjandrea
Aug 16 '18 at 18:31
add a comment |
If you want to switch between two grouped windows of the same application, e.g. Gnome Terminal, use Alt + ` (backtick or grave accent; the key above Tab). Add Shift to switch in reverse, i.e., Alt + Shift + `.
It may not be easy (it wasn't for me) to get used to it, but when you do, you'll find it a lot easier and better.
1
Yes this seems reasonable, I am just used to Windows. Thanks :)
– hkassir72
May 8 '13 at 7:30
I have an AZERTY keyboard. What is the alternative to Alt + ~?
– Oussema
Jun 4 '18 at 1:58
1
@Oussema I edited the answer. the key combo is actually Alt +` (backtick, the key above Tab)
– mike stewart
Aug 16 '18 at 18:19
2
@Oussema If you have the French AZERTY layout, useAlt
+²
– wjandrea
Aug 16 '18 at 18:31
add a comment |
If you want to switch between two grouped windows of the same application, e.g. Gnome Terminal, use Alt + ` (backtick or grave accent; the key above Tab). Add Shift to switch in reverse, i.e., Alt + Shift + `.
It may not be easy (it wasn't for me) to get used to it, but when you do, you'll find it a lot easier and better.
If you want to switch between two grouped windows of the same application, e.g. Gnome Terminal, use Alt + ` (backtick or grave accent; the key above Tab). Add Shift to switch in reverse, i.e., Alt + Shift + `.
It may not be easy (it wasn't for me) to get used to it, but when you do, you'll find it a lot easier and better.
edited Aug 16 '18 at 18:26
wjandrea
9,29742664
9,29742664
answered May 8 '13 at 7:18
lltllt
45438
45438
1
Yes this seems reasonable, I am just used to Windows. Thanks :)
– hkassir72
May 8 '13 at 7:30
I have an AZERTY keyboard. What is the alternative to Alt + ~?
– Oussema
Jun 4 '18 at 1:58
1
@Oussema I edited the answer. the key combo is actually Alt +` (backtick, the key above Tab)
– mike stewart
Aug 16 '18 at 18:19
2
@Oussema If you have the French AZERTY layout, useAlt
+²
– wjandrea
Aug 16 '18 at 18:31
add a comment |
1
Yes this seems reasonable, I am just used to Windows. Thanks :)
– hkassir72
May 8 '13 at 7:30
I have an AZERTY keyboard. What is the alternative to Alt + ~?
– Oussema
Jun 4 '18 at 1:58
1
@Oussema I edited the answer. the key combo is actually Alt +` (backtick, the key above Tab)
– mike stewart
Aug 16 '18 at 18:19
2
@Oussema If you have the French AZERTY layout, useAlt
+²
– wjandrea
Aug 16 '18 at 18:31
1
1
Yes this seems reasonable, I am just used to Windows. Thanks :)
– hkassir72
May 8 '13 at 7:30
Yes this seems reasonable, I am just used to Windows. Thanks :)
– hkassir72
May 8 '13 at 7:30
I have an AZERTY keyboard. What is the alternative to Alt + ~?
– Oussema
Jun 4 '18 at 1:58
I have an AZERTY keyboard. What is the alternative to Alt + ~?
– Oussema
Jun 4 '18 at 1:58
1
1
@Oussema I edited the answer. the key combo is actually Alt +` (backtick, the key above Tab)
– mike stewart
Aug 16 '18 at 18:19
@Oussema I edited the answer. the key combo is actually Alt +` (backtick, the key above Tab)
– mike stewart
Aug 16 '18 at 18:19
2
2
@Oussema If you have the French AZERTY layout, use
Alt
+ ²
– wjandrea
Aug 16 '18 at 18:31
@Oussema If you have the French AZERTY layout, use
Alt
+ ²
– wjandrea
Aug 16 '18 at 18:31
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f292405%2fset-alttab-to-switch-all-windows-instead-of-grouped-windows%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
1
Possible duplicate of How do I easily switch between windows rather than applications with ALT+TAB in GNOME?
– pomsky
yesterday