How To add a shortcut key to the terminal in LXDE?
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
add a comment |
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
add a comment |
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
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
linux keyboard-shortcuts lxde
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
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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.
add a comment |
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.
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
add a comment |
Click on system tools > terminal , right click > add to desktop
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
add a comment |
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
});
}
});
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%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
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.
add a comment |
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.
add a comment |
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.
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.
answered Sep 5 '14 at 15:53
WeSenseASoulInSearchOfAnswersWeSenseASoulInSearchOfAnswers
1684
1684
add a comment |
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
Click on system tools > terminal , right click > add to desktop
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
add a comment |
Click on system tools > terminal , right click > add to desktop
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
add a comment |
Click on system tools > terminal , right click > add to desktop
Click on system tools > terminal , right click > add to desktop
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
add a comment |
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
add a comment |
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.
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%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
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