How To add a shortcut key to the terminal in LXDE?












8















Hi I am new to GNU/Linux. I searched the web and saw that the most common shortcut to the terminal is Ctrl+Alt+T, however this doesn't work for me.



This prompts two questions. First, do the shortcut keys depend on the desktop environment or on the Linux distribution?



Second, how can I add a custom shortcut to an specific program in LXDE (in this case the LX terminal)?



PS: In LXDE I can't see the option "shortcut key" or something similar right-clicking on a .desktop file and going to properties. Also going to shortcuts and gestures in system settings, I see that I can add a custom shortcut, but I don't know how to point it to the LX terminal.










share|improve this question





























    8















    Hi I am new to GNU/Linux. I searched the web and saw that the most common shortcut to the terminal is Ctrl+Alt+T, however this doesn't work for me.



    This prompts two questions. First, do the shortcut keys depend on the desktop environment or on the Linux distribution?



    Second, how can I add a custom shortcut to an specific program in LXDE (in this case the LX terminal)?



    PS: In LXDE I can't see the option "shortcut key" or something similar right-clicking on a .desktop file and going to properties. Also going to shortcuts and gestures in system settings, I see that I can add a custom shortcut, but I don't know how to point it to the LX terminal.










    share|improve this question



























      8












      8








      8


      7






      Hi I am new to GNU/Linux. I searched the web and saw that the most common shortcut to the terminal is Ctrl+Alt+T, however this doesn't work for me.



      This prompts two questions. First, do the shortcut keys depend on the desktop environment or on the Linux distribution?



      Second, how can I add a custom shortcut to an specific program in LXDE (in this case the LX terminal)?



      PS: In LXDE I can't see the option "shortcut key" or something similar right-clicking on a .desktop file and going to properties. Also going to shortcuts and gestures in system settings, I see that I can add a custom shortcut, but I don't know how to point it to the LX terminal.










      share|improve this question
















      Hi I am new to GNU/Linux. I searched the web and saw that the most common shortcut to the terminal is Ctrl+Alt+T, however this doesn't work for me.



      This prompts two questions. First, do the shortcut keys depend on the desktop environment or on the Linux distribution?



      Second, how can I add a custom shortcut to an specific program in LXDE (in this case the LX terminal)?



      PS: In LXDE I can't see the option "shortcut key" or something similar right-clicking on a .desktop file and going to properties. Also going to shortcuts and gestures in system settings, I see that I can add a custom shortcut, but I don't know how to point it to the LX terminal.







      linux keyboard-shortcuts lxde






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 13 '15 at 2:16









      Twisty Impersonator

      18.4k146599




      18.4k146599










      asked Sep 4 '14 at 5:46









      sir psycho sexysir psycho sexy

      158128




      158128






















          3 Answers
          3






          active

          oldest

          votes


















          5














          Key bindings come mostly from desktop environment, although linux distributions may set some "default" in config files.



          You can point to "LX terminal" by the name of its program which is called lxterminal. For example inside LX terminal you can write 'lxterminal' to run another instance/window of terminal.






          share|improve this answer































            13














            If you use LXDE, open box, and you want to bind ctrl+alt+t to open the LXTerminal, you need to add



            <!-- Launch LXTerminal with Ctrl+Alt+t-->
            <keybind key="C-A-t">
            <action name="Execute">
            <command>lxterminal</command>
            </action>
            </keybind>


            to ~/.config/openbox/lxde-rc.xml.



            Key bindings are found in the <keyboard> section of your rc.xml configuration file. Any bindings outside of that section are not valid and will be ignored.






            share|improve this answer


























            • Lubuntu users may be interested in Lubuntu/Keyboard - Community Help Wiki - Create New Keyboard shortcuts

              – Stéphane Gourichon
              Dec 8 '15 at 9:43











            • More details in Openbox official documentation Help:Bindings - Openbox

              – Stéphane Gourichon
              Dec 8 '15 at 9:46



















            -1














            Click on system tools > terminal , right click > add to desktop






            share|improve this answer
























            • Welcome to Super User. I think the OP was looking for a keyboard shortcut rather than a permanent icon.

              – fixer1234
              Jan 23 at 10:43











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            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%2fsuperuser.com%2fquestions%2f807047%2fhow-to-add-a-shortcut-key-to-the-terminal-in-lxde%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            5














            Key bindings come mostly from desktop environment, although linux distributions may set some "default" in config files.



            You can point to "LX terminal" by the name of its program which is called lxterminal. For example inside LX terminal you can write 'lxterminal' to run another instance/window of terminal.






            share|improve this answer




























              5














              Key bindings come mostly from desktop environment, although linux distributions may set some "default" in config files.



              You can point to "LX terminal" by the name of its program which is called lxterminal. For example inside LX terminal you can write 'lxterminal' to run another instance/window of terminal.






              share|improve this answer


























                5












                5








                5







                Key bindings come mostly from desktop environment, although linux distributions may set some "default" in config files.



                You can point to "LX terminal" by the name of its program which is called lxterminal. For example inside LX terminal you can write 'lxterminal' to run another instance/window of terminal.






                share|improve this answer













                Key bindings come mostly from desktop environment, although linux distributions may set some "default" in config files.



                You can point to "LX terminal" by the name of its program which is called lxterminal. For example inside LX terminal you can write 'lxterminal' to run another instance/window of terminal.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 5 '14 at 15:53









                WeSenseASoulInSearchOfAnswersWeSenseASoulInSearchOfAnswers

                1684




                1684

























                    13














                    If you use LXDE, open box, and you want to bind ctrl+alt+t to open the LXTerminal, you need to add



                    <!-- Launch LXTerminal with Ctrl+Alt+t-->
                    <keybind key="C-A-t">
                    <action name="Execute">
                    <command>lxterminal</command>
                    </action>
                    </keybind>


                    to ~/.config/openbox/lxde-rc.xml.



                    Key bindings are found in the <keyboard> section of your rc.xml configuration file. Any bindings outside of that section are not valid and will be ignored.






                    share|improve this answer


























                    • Lubuntu users may be interested in Lubuntu/Keyboard - Community Help Wiki - Create New Keyboard shortcuts

                      – Stéphane Gourichon
                      Dec 8 '15 at 9:43











                    • More details in Openbox official documentation Help:Bindings - Openbox

                      – Stéphane Gourichon
                      Dec 8 '15 at 9:46
















                    13














                    If you use LXDE, open box, and you want to bind ctrl+alt+t to open the LXTerminal, you need to add



                    <!-- Launch LXTerminal with Ctrl+Alt+t-->
                    <keybind key="C-A-t">
                    <action name="Execute">
                    <command>lxterminal</command>
                    </action>
                    </keybind>


                    to ~/.config/openbox/lxde-rc.xml.



                    Key bindings are found in the <keyboard> section of your rc.xml configuration file. Any bindings outside of that section are not valid and will be ignored.






                    share|improve this answer


























                    • Lubuntu users may be interested in Lubuntu/Keyboard - Community Help Wiki - Create New Keyboard shortcuts

                      – Stéphane Gourichon
                      Dec 8 '15 at 9:43











                    • More details in Openbox official documentation Help:Bindings - Openbox

                      – Stéphane Gourichon
                      Dec 8 '15 at 9:46














                    13












                    13








                    13







                    If you use LXDE, open box, and you want to bind ctrl+alt+t to open the LXTerminal, you need to add



                    <!-- Launch LXTerminal with Ctrl+Alt+t-->
                    <keybind key="C-A-t">
                    <action name="Execute">
                    <command>lxterminal</command>
                    </action>
                    </keybind>


                    to ~/.config/openbox/lxde-rc.xml.



                    Key bindings are found in the <keyboard> section of your rc.xml configuration file. Any bindings outside of that section are not valid and will be ignored.






                    share|improve this answer















                    If you use LXDE, open box, and you want to bind ctrl+alt+t to open the LXTerminal, you need to add



                    <!-- Launch LXTerminal with Ctrl+Alt+t-->
                    <keybind key="C-A-t">
                    <action name="Execute">
                    <command>lxterminal</command>
                    </action>
                    </keybind>


                    to ~/.config/openbox/lxde-rc.xml.



                    Key bindings are found in the <keyboard> section of your rc.xml configuration file. Any bindings outside of that section are not valid and will be ignored.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited May 26 '17 at 19:29









                    Community

                    1




                    1










                    answered Apr 17 '15 at 1:31









                    dustindustin

                    242311




                    242311













                    • Lubuntu users may be interested in Lubuntu/Keyboard - Community Help Wiki - Create New Keyboard shortcuts

                      – Stéphane Gourichon
                      Dec 8 '15 at 9:43











                    • More details in Openbox official documentation Help:Bindings - Openbox

                      – Stéphane Gourichon
                      Dec 8 '15 at 9:46



















                    • Lubuntu users may be interested in Lubuntu/Keyboard - Community Help Wiki - Create New Keyboard shortcuts

                      – Stéphane Gourichon
                      Dec 8 '15 at 9:43











                    • More details in Openbox official documentation Help:Bindings - Openbox

                      – Stéphane Gourichon
                      Dec 8 '15 at 9:46

















                    Lubuntu users may be interested in Lubuntu/Keyboard - Community Help Wiki - Create New Keyboard shortcuts

                    – Stéphane Gourichon
                    Dec 8 '15 at 9:43





                    Lubuntu users may be interested in Lubuntu/Keyboard - Community Help Wiki - Create New Keyboard shortcuts

                    – Stéphane Gourichon
                    Dec 8 '15 at 9:43













                    More details in Openbox official documentation Help:Bindings - Openbox

                    – Stéphane Gourichon
                    Dec 8 '15 at 9:46





                    More details in Openbox official documentation Help:Bindings - Openbox

                    – Stéphane Gourichon
                    Dec 8 '15 at 9:46











                    -1














                    Click on system tools > terminal , right click > add to desktop






                    share|improve this answer
























                    • Welcome to Super User. I think the OP was looking for a keyboard shortcut rather than a permanent icon.

                      – fixer1234
                      Jan 23 at 10:43
















                    -1














                    Click on system tools > terminal , right click > add to desktop






                    share|improve this answer
























                    • Welcome to Super User. I think the OP was looking for a keyboard shortcut rather than a permanent icon.

                      – fixer1234
                      Jan 23 at 10:43














                    -1












                    -1








                    -1







                    Click on system tools > terminal , right click > add to desktop






                    share|improve this answer













                    Click on system tools > terminal , right click > add to desktop







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jan 23 at 8:21









                    mehardeep smehardeep s

                    1




                    1













                    • Welcome to Super User. I think the OP was looking for a keyboard shortcut rather than a permanent icon.

                      – fixer1234
                      Jan 23 at 10:43



















                    • Welcome to Super User. I think the OP was looking for a keyboard shortcut rather than a permanent icon.

                      – fixer1234
                      Jan 23 at 10:43

















                    Welcome to Super User. I think the OP was looking for a keyboard shortcut rather than a permanent icon.

                    – fixer1234
                    Jan 23 at 10:43





                    Welcome to Super User. I think the OP was looking for a keyboard shortcut rather than a permanent icon.

                    – fixer1234
                    Jan 23 at 10:43


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • 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%2fsuperuser.com%2fquestions%2f807047%2fhow-to-add-a-shortcut-key-to-the-terminal-in-lxde%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

                    Probability when a professor distributes a quiz and homework assignment to a class of n students.

                    Aardman Animations

                    Are they similar matrix