Set Alt+Tab to switch all Windows, instead of Grouped Windows












4















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?










share|improve this question




















  • 1





    Possible duplicate of How do I easily switch between windows rather than applications with ALT+TAB in GNOME?

    – pomsky
    yesterday
















4















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?










share|improve this question




















  • 1





    Possible duplicate of How do I easily switch between windows rather than applications with ALT+TAB in GNOME?

    – pomsky
    yesterday














4












4








4


2






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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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














  • 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










2 Answers
2






active

oldest

votes


















5














To obtain the exact behavior in the question, do one of the following.



Using a GUI Application




  1. Install dconf-editor

  2. Open dconf-editor


  3. Find: org/gnome/desktop/wm/keybindings
    Screenshot to find keybindings





    1. Remove default behavior: Alt+Tab



      Instructions

      Find: switch-applications

      Change: Use default value = false

      Change: ['<Super>Tab', '<Alt>Tab'] to ['<Super>Tab']
      screenshot remove default behavior alt+tab




    2. 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']
      screenshot remove default behavior shift+alt+tab




    3. Set new behavior: Alt+Tab



      Instructions

      Find: switch-windows
      Use default value = false
      '' to ['<Alt>Tab']
      screenshot set new alt+tab behavior




    4. Set new behavior: Shift+Alt+Tab



      Instructions

      Find: switch-windows-backward
      Use default value = false
      '' to ['<Shift><Alt>Tab']
      enter image description here





  4. If you want switch-windows to work across workspaces, not just in the current workspace, you can also uncheck org/gnome/shell/window-switcher/current-workspace-only


  5. Close dconf-editor

  6. 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']"





share|improve this answer


























  • Not too late after all, thanks a lot!

    – hkassir72
    Aug 8 '18 at 9:19



















3














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.






share|improve this answer





















  • 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, use Alt + ²

    – wjandrea
    Aug 16 '18 at 18:31













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
});


}
});














draft saved

draft discarded


















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









5














To obtain the exact behavior in the question, do one of the following.



Using a GUI Application




  1. Install dconf-editor

  2. Open dconf-editor


  3. Find: org/gnome/desktop/wm/keybindings
    Screenshot to find keybindings





    1. Remove default behavior: Alt+Tab



      Instructions

      Find: switch-applications

      Change: Use default value = false

      Change: ['<Super>Tab', '<Alt>Tab'] to ['<Super>Tab']
      screenshot remove default behavior alt+tab




    2. 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']
      screenshot remove default behavior shift+alt+tab




    3. Set new behavior: Alt+Tab



      Instructions

      Find: switch-windows
      Use default value = false
      '' to ['<Alt>Tab']
      screenshot set new alt+tab behavior




    4. Set new behavior: Shift+Alt+Tab



      Instructions

      Find: switch-windows-backward
      Use default value = false
      '' to ['<Shift><Alt>Tab']
      enter image description here





  4. If you want switch-windows to work across workspaces, not just in the current workspace, you can also uncheck org/gnome/shell/window-switcher/current-workspace-only


  5. Close dconf-editor

  6. 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']"





share|improve this answer


























  • Not too late after all, thanks a lot!

    – hkassir72
    Aug 8 '18 at 9:19
















5














To obtain the exact behavior in the question, do one of the following.



Using a GUI Application




  1. Install dconf-editor

  2. Open dconf-editor


  3. Find: org/gnome/desktop/wm/keybindings
    Screenshot to find keybindings





    1. Remove default behavior: Alt+Tab



      Instructions

      Find: switch-applications

      Change: Use default value = false

      Change: ['<Super>Tab', '<Alt>Tab'] to ['<Super>Tab']
      screenshot remove default behavior alt+tab




    2. 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']
      screenshot remove default behavior shift+alt+tab




    3. Set new behavior: Alt+Tab



      Instructions

      Find: switch-windows
      Use default value = false
      '' to ['<Alt>Tab']
      screenshot set new alt+tab behavior




    4. Set new behavior: Shift+Alt+Tab



      Instructions

      Find: switch-windows-backward
      Use default value = false
      '' to ['<Shift><Alt>Tab']
      enter image description here





  4. If you want switch-windows to work across workspaces, not just in the current workspace, you can also uncheck org/gnome/shell/window-switcher/current-workspace-only


  5. Close dconf-editor

  6. 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']"





share|improve this answer


























  • Not too late after all, thanks a lot!

    – hkassir72
    Aug 8 '18 at 9:19














5












5








5







To obtain the exact behavior in the question, do one of the following.



Using a GUI Application




  1. Install dconf-editor

  2. Open dconf-editor


  3. Find: org/gnome/desktop/wm/keybindings
    Screenshot to find keybindings





    1. Remove default behavior: Alt+Tab



      Instructions

      Find: switch-applications

      Change: Use default value = false

      Change: ['<Super>Tab', '<Alt>Tab'] to ['<Super>Tab']
      screenshot remove default behavior alt+tab




    2. 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']
      screenshot remove default behavior shift+alt+tab




    3. Set new behavior: Alt+Tab



      Instructions

      Find: switch-windows
      Use default value = false
      '' to ['<Alt>Tab']
      screenshot set new alt+tab behavior




    4. Set new behavior: Shift+Alt+Tab



      Instructions

      Find: switch-windows-backward
      Use default value = false
      '' to ['<Shift><Alt>Tab']
      enter image description here





  4. If you want switch-windows to work across workspaces, not just in the current workspace, you can also uncheck org/gnome/shell/window-switcher/current-workspace-only


  5. Close dconf-editor

  6. 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']"





share|improve this answer















To obtain the exact behavior in the question, do one of the following.



Using a GUI Application




  1. Install dconf-editor

  2. Open dconf-editor


  3. Find: org/gnome/desktop/wm/keybindings
    Screenshot to find keybindings





    1. Remove default behavior: Alt+Tab



      Instructions

      Find: switch-applications

      Change: Use default value = false

      Change: ['<Super>Tab', '<Alt>Tab'] to ['<Super>Tab']
      screenshot remove default behavior alt+tab




    2. 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']
      screenshot remove default behavior shift+alt+tab




    3. Set new behavior: Alt+Tab



      Instructions

      Find: switch-windows
      Use default value = false
      '' to ['<Alt>Tab']
      screenshot set new alt+tab behavior




    4. Set new behavior: Shift+Alt+Tab



      Instructions

      Find: switch-windows-backward
      Use default value = false
      '' to ['<Shift><Alt>Tab']
      enter image description here





  4. If you want switch-windows to work across workspaces, not just in the current workspace, you can also uncheck org/gnome/shell/window-switcher/current-workspace-only


  5. Close dconf-editor

  6. 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']"






share|improve this answer














share|improve this answer



share|improve this answer








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



















  • 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













3














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.






share|improve this answer





















  • 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, use Alt + ²

    – wjandrea
    Aug 16 '18 at 18:31


















3














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.






share|improve this answer





















  • 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, use Alt + ²

    – wjandrea
    Aug 16 '18 at 18:31
















3












3








3







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.






share|improve this answer















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.







share|improve this answer














share|improve this answer



share|improve this answer








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, use Alt + ²

    – wjandrea
    Aug 16 '18 at 18:31
















  • 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, use Alt + ²

    – 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




















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局