How to make “CTRL + ALT + T” open new Terminal window when one is already open?












8















I am running Ubuntu GNOME 15.10 with GNOME 3.18 and would like to know if there is some way to get CTRL + ALT + T to open a new Terminal window even if one is already open (that is rather than just bring the currently open one to the front)?










share|improve this question

























  • In my installation CTRL+ALT+T always opens a new terminal regardless (GNOME 3.16.4).

    – kos
    Nov 18 '15 at 13:12













  • In every gnome install I've just added "gnome-terminal" as a custom shortcut, and it's worked exactly as I expected it to, it opens a new terminal window. Is there some functionality you want that I'm missing?

    – Mischka
    Nov 18 '15 at 15:05











  • @Mischka: No, I think that for some reason it doesn't work quite right on my version... But the current accepted answer seems to fix that.

    – user364819
    Nov 18 '15 at 16:41
















8















I am running Ubuntu GNOME 15.10 with GNOME 3.18 and would like to know if there is some way to get CTRL + ALT + T to open a new Terminal window even if one is already open (that is rather than just bring the currently open one to the front)?










share|improve this question

























  • In my installation CTRL+ALT+T always opens a new terminal regardless (GNOME 3.16.4).

    – kos
    Nov 18 '15 at 13:12













  • In every gnome install I've just added "gnome-terminal" as a custom shortcut, and it's worked exactly as I expected it to, it opens a new terminal window. Is there some functionality you want that I'm missing?

    – Mischka
    Nov 18 '15 at 15:05











  • @Mischka: No, I think that for some reason it doesn't work quite right on my version... But the current accepted answer seems to fix that.

    – user364819
    Nov 18 '15 at 16:41














8












8








8


2






I am running Ubuntu GNOME 15.10 with GNOME 3.18 and would like to know if there is some way to get CTRL + ALT + T to open a new Terminal window even if one is already open (that is rather than just bring the currently open one to the front)?










share|improve this question
















I am running Ubuntu GNOME 15.10 with GNOME 3.18 and would like to know if there is some way to get CTRL + ALT + T to open a new Terminal window even if one is already open (that is rather than just bring the currently open one to the front)?







gnome shortcut-keys gnome-terminal






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 18 '15 at 12:51









Braiam

52k20136222




52k20136222










asked Nov 18 '15 at 11:42







user364819




















  • In my installation CTRL+ALT+T always opens a new terminal regardless (GNOME 3.16.4).

    – kos
    Nov 18 '15 at 13:12













  • In every gnome install I've just added "gnome-terminal" as a custom shortcut, and it's worked exactly as I expected it to, it opens a new terminal window. Is there some functionality you want that I'm missing?

    – Mischka
    Nov 18 '15 at 15:05











  • @Mischka: No, I think that for some reason it doesn't work quite right on my version... But the current accepted answer seems to fix that.

    – user364819
    Nov 18 '15 at 16:41



















  • In my installation CTRL+ALT+T always opens a new terminal regardless (GNOME 3.16.4).

    – kos
    Nov 18 '15 at 13:12













  • In every gnome install I've just added "gnome-terminal" as a custom shortcut, and it's worked exactly as I expected it to, it opens a new terminal window. Is there some functionality you want that I'm missing?

    – Mischka
    Nov 18 '15 at 15:05











  • @Mischka: No, I think that for some reason it doesn't work quite right on my version... But the current accepted answer seems to fix that.

    – user364819
    Nov 18 '15 at 16:41

















In my installation CTRL+ALT+T always opens a new terminal regardless (GNOME 3.16.4).

– kos
Nov 18 '15 at 13:12







In my installation CTRL+ALT+T always opens a new terminal regardless (GNOME 3.16.4).

– kos
Nov 18 '15 at 13:12















In every gnome install I've just added "gnome-terminal" as a custom shortcut, and it's worked exactly as I expected it to, it opens a new terminal window. Is there some functionality you want that I'm missing?

– Mischka
Nov 18 '15 at 15:05





In every gnome install I've just added "gnome-terminal" as a custom shortcut, and it's worked exactly as I expected it to, it opens a new terminal window. Is there some functionality you want that I'm missing?

– Mischka
Nov 18 '15 at 15:05













@Mischka: No, I think that for some reason it doesn't work quite right on my version... But the current accepted answer seems to fix that.

– user364819
Nov 18 '15 at 16:41





@Mischka: No, I think that for some reason it doesn't work quite right on my version... But the current accepted answer seems to fix that.

– user364819
Nov 18 '15 at 16:41










2 Answers
2






active

oldest

votes


















10














The funny thing is that on Unity, CTRL + ALT + T does open a new window, apparantly not on Gnome...



To make the setup:





  1. First disable the existing command/key combination with the command:



    gsettings set org.gnome.settings-daemon.plugins.media-keys terminal ""


    Which will make CTRL + ALT + T "available" again for another command.




  2. Now open keyboard settings: System Settings > "Keyboard" > "Shortcuts" > "Custom Shortcuts". Click the "+" and add the command:



    gnome-terminal --window-with-profile=<profilename>


    to CTRL + ALT + T, where <profilename> is the name of your profile, most likely Default




From man gnome-terminal:



   --window-with-profile=PROFILENAME
Open a new window containing a tab with the given profile.
More than one of these options can be provided.





share|improve this answer





















  • 1





    The answer is good, but also with '<Primary><Alt>t' for gsettings get org.gnome.settings-daemon.plugins.media-keys terminal GNOME opens a new terminal per default.

    – A.B.
    Nov 18 '15 at 12:13











  • @A.B. Good to know, apparently on OP's system it didn't for some reason...

    – Jacob Vlijm
    Nov 18 '15 at 12:15








  • 1





    Yes, that's strange.

    – A.B.
    Nov 18 '15 at 12:15








  • 1





    @A.B. Indeed. I'm on GNOME and Ctrl+Alt+T opens a new terminal no matter if I have one opened already.

    – kos
    Nov 18 '15 at 12:20



















2














It's pretty easy to make Ctrl+Alt+T alive in gnome:




  1. Search for Keyboard shortcuts in Gnome home menu


  2. Add a custom shortcut in Keyboard



  3. Add (+)




    • Name: gnome-terminal

    • Command: gnome-terminal


    • Ctrl+Alt+T




Adding custom commands






share|improve this answer





















  • 1





    easy and quick. Can be easily changed later. Good one.

    – devprashant
    Aug 18 '18 at 2:37











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%2f699555%2fhow-to-make-ctrl-alt-t-open-new-terminal-window-when-one-is-already-open%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









10














The funny thing is that on Unity, CTRL + ALT + T does open a new window, apparantly not on Gnome...



To make the setup:





  1. First disable the existing command/key combination with the command:



    gsettings set org.gnome.settings-daemon.plugins.media-keys terminal ""


    Which will make CTRL + ALT + T "available" again for another command.




  2. Now open keyboard settings: System Settings > "Keyboard" > "Shortcuts" > "Custom Shortcuts". Click the "+" and add the command:



    gnome-terminal --window-with-profile=<profilename>


    to CTRL + ALT + T, where <profilename> is the name of your profile, most likely Default




From man gnome-terminal:



   --window-with-profile=PROFILENAME
Open a new window containing a tab with the given profile.
More than one of these options can be provided.





share|improve this answer





















  • 1





    The answer is good, but also with '<Primary><Alt>t' for gsettings get org.gnome.settings-daemon.plugins.media-keys terminal GNOME opens a new terminal per default.

    – A.B.
    Nov 18 '15 at 12:13











  • @A.B. Good to know, apparently on OP's system it didn't for some reason...

    – Jacob Vlijm
    Nov 18 '15 at 12:15








  • 1





    Yes, that's strange.

    – A.B.
    Nov 18 '15 at 12:15








  • 1





    @A.B. Indeed. I'm on GNOME and Ctrl+Alt+T opens a new terminal no matter if I have one opened already.

    – kos
    Nov 18 '15 at 12:20
















10














The funny thing is that on Unity, CTRL + ALT + T does open a new window, apparantly not on Gnome...



To make the setup:





  1. First disable the existing command/key combination with the command:



    gsettings set org.gnome.settings-daemon.plugins.media-keys terminal ""


    Which will make CTRL + ALT + T "available" again for another command.




  2. Now open keyboard settings: System Settings > "Keyboard" > "Shortcuts" > "Custom Shortcuts". Click the "+" and add the command:



    gnome-terminal --window-with-profile=<profilename>


    to CTRL + ALT + T, where <profilename> is the name of your profile, most likely Default




From man gnome-terminal:



   --window-with-profile=PROFILENAME
Open a new window containing a tab with the given profile.
More than one of these options can be provided.





share|improve this answer





















  • 1





    The answer is good, but also with '<Primary><Alt>t' for gsettings get org.gnome.settings-daemon.plugins.media-keys terminal GNOME opens a new terminal per default.

    – A.B.
    Nov 18 '15 at 12:13











  • @A.B. Good to know, apparently on OP's system it didn't for some reason...

    – Jacob Vlijm
    Nov 18 '15 at 12:15








  • 1





    Yes, that's strange.

    – A.B.
    Nov 18 '15 at 12:15








  • 1





    @A.B. Indeed. I'm on GNOME and Ctrl+Alt+T opens a new terminal no matter if I have one opened already.

    – kos
    Nov 18 '15 at 12:20














10












10








10







The funny thing is that on Unity, CTRL + ALT + T does open a new window, apparantly not on Gnome...



To make the setup:





  1. First disable the existing command/key combination with the command:



    gsettings set org.gnome.settings-daemon.plugins.media-keys terminal ""


    Which will make CTRL + ALT + T "available" again for another command.




  2. Now open keyboard settings: System Settings > "Keyboard" > "Shortcuts" > "Custom Shortcuts". Click the "+" and add the command:



    gnome-terminal --window-with-profile=<profilename>


    to CTRL + ALT + T, where <profilename> is the name of your profile, most likely Default




From man gnome-terminal:



   --window-with-profile=PROFILENAME
Open a new window containing a tab with the given profile.
More than one of these options can be provided.





share|improve this answer















The funny thing is that on Unity, CTRL + ALT + T does open a new window, apparantly not on Gnome...



To make the setup:





  1. First disable the existing command/key combination with the command:



    gsettings set org.gnome.settings-daemon.plugins.media-keys terminal ""


    Which will make CTRL + ALT + T "available" again for another command.




  2. Now open keyboard settings: System Settings > "Keyboard" > "Shortcuts" > "Custom Shortcuts". Click the "+" and add the command:



    gnome-terminal --window-with-profile=<profilename>


    to CTRL + ALT + T, where <profilename> is the name of your profile, most likely Default




From man gnome-terminal:



   --window-with-profile=PROFILENAME
Open a new window containing a tab with the given profile.
More than one of these options can be provided.






share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 18 '15 at 13:07

























answered Nov 18 '15 at 12:08









Jacob VlijmJacob Vlijm

64.5k9127223




64.5k9127223








  • 1





    The answer is good, but also with '<Primary><Alt>t' for gsettings get org.gnome.settings-daemon.plugins.media-keys terminal GNOME opens a new terminal per default.

    – A.B.
    Nov 18 '15 at 12:13











  • @A.B. Good to know, apparently on OP's system it didn't for some reason...

    – Jacob Vlijm
    Nov 18 '15 at 12:15








  • 1





    Yes, that's strange.

    – A.B.
    Nov 18 '15 at 12:15








  • 1





    @A.B. Indeed. I'm on GNOME and Ctrl+Alt+T opens a new terminal no matter if I have one opened already.

    – kos
    Nov 18 '15 at 12:20














  • 1





    The answer is good, but also with '<Primary><Alt>t' for gsettings get org.gnome.settings-daemon.plugins.media-keys terminal GNOME opens a new terminal per default.

    – A.B.
    Nov 18 '15 at 12:13











  • @A.B. Good to know, apparently on OP's system it didn't for some reason...

    – Jacob Vlijm
    Nov 18 '15 at 12:15








  • 1





    Yes, that's strange.

    – A.B.
    Nov 18 '15 at 12:15








  • 1





    @A.B. Indeed. I'm on GNOME and Ctrl+Alt+T opens a new terminal no matter if I have one opened already.

    – kos
    Nov 18 '15 at 12:20








1




1





The answer is good, but also with '<Primary><Alt>t' for gsettings get org.gnome.settings-daemon.plugins.media-keys terminal GNOME opens a new terminal per default.

– A.B.
Nov 18 '15 at 12:13





The answer is good, but also with '<Primary><Alt>t' for gsettings get org.gnome.settings-daemon.plugins.media-keys terminal GNOME opens a new terminal per default.

– A.B.
Nov 18 '15 at 12:13













@A.B. Good to know, apparently on OP's system it didn't for some reason...

– Jacob Vlijm
Nov 18 '15 at 12:15







@A.B. Good to know, apparently on OP's system it didn't for some reason...

– Jacob Vlijm
Nov 18 '15 at 12:15






1




1





Yes, that's strange.

– A.B.
Nov 18 '15 at 12:15







Yes, that's strange.

– A.B.
Nov 18 '15 at 12:15






1




1





@A.B. Indeed. I'm on GNOME and Ctrl+Alt+T opens a new terminal no matter if I have one opened already.

– kos
Nov 18 '15 at 12:20





@A.B. Indeed. I'm on GNOME and Ctrl+Alt+T opens a new terminal no matter if I have one opened already.

– kos
Nov 18 '15 at 12:20













2














It's pretty easy to make Ctrl+Alt+T alive in gnome:




  1. Search for Keyboard shortcuts in Gnome home menu


  2. Add a custom shortcut in Keyboard



  3. Add (+)




    • Name: gnome-terminal

    • Command: gnome-terminal


    • Ctrl+Alt+T




Adding custom commands






share|improve this answer





















  • 1





    easy and quick. Can be easily changed later. Good one.

    – devprashant
    Aug 18 '18 at 2:37
















2














It's pretty easy to make Ctrl+Alt+T alive in gnome:




  1. Search for Keyboard shortcuts in Gnome home menu


  2. Add a custom shortcut in Keyboard



  3. Add (+)




    • Name: gnome-terminal

    • Command: gnome-terminal


    • Ctrl+Alt+T




Adding custom commands






share|improve this answer





















  • 1





    easy and quick. Can be easily changed later. Good one.

    – devprashant
    Aug 18 '18 at 2:37














2












2








2







It's pretty easy to make Ctrl+Alt+T alive in gnome:




  1. Search for Keyboard shortcuts in Gnome home menu


  2. Add a custom shortcut in Keyboard



  3. Add (+)




    • Name: gnome-terminal

    • Command: gnome-terminal


    • Ctrl+Alt+T




Adding custom commands






share|improve this answer















It's pretty easy to make Ctrl+Alt+T alive in gnome:




  1. Search for Keyboard shortcuts in Gnome home menu


  2. Add a custom shortcut in Keyboard



  3. Add (+)




    • Name: gnome-terminal

    • Command: gnome-terminal


    • Ctrl+Alt+T




Adding custom commands







share|improve this answer














share|improve this answer



share|improve this answer








edited Jul 21 '18 at 14:34









David Foerster

28.3k1365111




28.3k1365111










answered Jul 21 '18 at 13:38









Kurian BenoyKurian Benoy

8113




8113








  • 1





    easy and quick. Can be easily changed later. Good one.

    – devprashant
    Aug 18 '18 at 2:37














  • 1





    easy and quick. Can be easily changed later. Good one.

    – devprashant
    Aug 18 '18 at 2:37








1




1





easy and quick. Can be easily changed later. Good one.

– devprashant
Aug 18 '18 at 2:37





easy and quick. Can be easily changed later. Good one.

– devprashant
Aug 18 '18 at 2:37


















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%2f699555%2fhow-to-make-ctrl-alt-t-open-new-terminal-window-when-one-is-already-open%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

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?