Syntax for keyboard shortcuts
What is the proper syntax for adding keyboard shortcuts in xfce4?
From the existing shortcuts, I noticed that every shortcuts command is not the same. Different kind of syntax is used for different functions.
Can anybody tell me the general rules?
echo -e "Version $(lsb_release -a)" && echo -e "Session: $DESKTOP_SESSION" && echo -e "Desktop: $XDG_CURRENT_DESKTOP"
No LSB modules are available.
Version Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
Session: xfce
Desktop: XFCE
shortcut-keys xfce syntax
add a comment |
What is the proper syntax for adding keyboard shortcuts in xfce4?
From the existing shortcuts, I noticed that every shortcuts command is not the same. Different kind of syntax is used for different functions.
Can anybody tell me the general rules?
echo -e "Version $(lsb_release -a)" && echo -e "Session: $DESKTOP_SESSION" && echo -e "Desktop: $XDG_CURRENT_DESKTOP"
No LSB modules are available.
Version Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
Session: xfce
Desktop: XFCE
shortcut-keys xfce syntax
What is the exact problem you're facing? And which distro are you using? What is the output ofecho -e "Version $(lsb_release -a)" && echo -e "Session: $DESKTOP_SESSION" && echo -e "Desktop: $XDG_CURRENT_DESKTOP"
?
– DK Bose
Jan 8 at 16:52
No LSB modules are available. Version Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic Session: xfce Desktop: XFCE
– Niranjan
Jan 8 at 17:12
So what about your actual question? Which keyboard shortcut do you want to add/change? And what difficulty are you facing?
– DK Bose
Jan 9 at 1:04
It is not actually a difficulty. I just wanted to know the general syntax to make a keyboard shortcut. Question is not specifically designed for a particular application. If it is very much complex, experts can share links from where I can learn it.
– Niranjan
Jan 9 at 1:09
add a comment |
What is the proper syntax for adding keyboard shortcuts in xfce4?
From the existing shortcuts, I noticed that every shortcuts command is not the same. Different kind of syntax is used for different functions.
Can anybody tell me the general rules?
echo -e "Version $(lsb_release -a)" && echo -e "Session: $DESKTOP_SESSION" && echo -e "Desktop: $XDG_CURRENT_DESKTOP"
No LSB modules are available.
Version Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
Session: xfce
Desktop: XFCE
shortcut-keys xfce syntax
What is the proper syntax for adding keyboard shortcuts in xfce4?
From the existing shortcuts, I noticed that every shortcuts command is not the same. Different kind of syntax is used for different functions.
Can anybody tell me the general rules?
echo -e "Version $(lsb_release -a)" && echo -e "Session: $DESKTOP_SESSION" && echo -e "Desktop: $XDG_CURRENT_DESKTOP"
No LSB modules are available.
Version Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
Session: xfce
Desktop: XFCE
shortcut-keys xfce syntax
shortcut-keys xfce syntax
edited Jan 9 at 3:28
DK Bose
13.2k123983
13.2k123983
asked Jan 8 at 12:37
NiranjanNiranjan
184
184
What is the exact problem you're facing? And which distro are you using? What is the output ofecho -e "Version $(lsb_release -a)" && echo -e "Session: $DESKTOP_SESSION" && echo -e "Desktop: $XDG_CURRENT_DESKTOP"
?
– DK Bose
Jan 8 at 16:52
No LSB modules are available. Version Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic Session: xfce Desktop: XFCE
– Niranjan
Jan 8 at 17:12
So what about your actual question? Which keyboard shortcut do you want to add/change? And what difficulty are you facing?
– DK Bose
Jan 9 at 1:04
It is not actually a difficulty. I just wanted to know the general syntax to make a keyboard shortcut. Question is not specifically designed for a particular application. If it is very much complex, experts can share links from where I can learn it.
– Niranjan
Jan 9 at 1:09
add a comment |
What is the exact problem you're facing? And which distro are you using? What is the output ofecho -e "Version $(lsb_release -a)" && echo -e "Session: $DESKTOP_SESSION" && echo -e "Desktop: $XDG_CURRENT_DESKTOP"
?
– DK Bose
Jan 8 at 16:52
No LSB modules are available. Version Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic Session: xfce Desktop: XFCE
– Niranjan
Jan 8 at 17:12
So what about your actual question? Which keyboard shortcut do you want to add/change? And what difficulty are you facing?
– DK Bose
Jan 9 at 1:04
It is not actually a difficulty. I just wanted to know the general syntax to make a keyboard shortcut. Question is not specifically designed for a particular application. If it is very much complex, experts can share links from where I can learn it.
– Niranjan
Jan 9 at 1:09
What is the exact problem you're facing? And which distro are you using? What is the output of
echo -e "Version $(lsb_release -a)" && echo -e "Session: $DESKTOP_SESSION" && echo -e "Desktop: $XDG_CURRENT_DESKTOP"
?– DK Bose
Jan 8 at 16:52
What is the exact problem you're facing? And which distro are you using? What is the output of
echo -e "Version $(lsb_release -a)" && echo -e "Session: $DESKTOP_SESSION" && echo -e "Desktop: $XDG_CURRENT_DESKTOP"
?– DK Bose
Jan 8 at 16:52
No LSB modules are available. Version Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic Session: xfce Desktop: XFCE
– Niranjan
Jan 8 at 17:12
No LSB modules are available. Version Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic Session: xfce Desktop: XFCE
– Niranjan
Jan 8 at 17:12
So what about your actual question? Which keyboard shortcut do you want to add/change? And what difficulty are you facing?
– DK Bose
Jan 9 at 1:04
So what about your actual question? Which keyboard shortcut do you want to add/change? And what difficulty are you facing?
– DK Bose
Jan 9 at 1:04
It is not actually a difficulty. I just wanted to know the general syntax to make a keyboard shortcut. Question is not specifically designed for a particular application. If it is very much complex, experts can share links from where I can learn it.
– Niranjan
Jan 9 at 1:09
It is not actually a difficulty. I just wanted to know the general syntax to make a keyboard shortcut. Question is not specifically designed for a particular application. If it is very much complex, experts can share links from where I can learn it.
– Niranjan
Jan 9 at 1:09
add a comment |
1 Answer
1
active
oldest
votes
There are several resources available and these can be found by searching the internet for xfce4 keyboard shortcuts or something more specific.
The primary source is the FAQ.
Another good resource is the XFCE forum. Search the site for what you need. Sign up and post questions there!
Obviously, searching Ask Ubuntu is useful as well! For example: Where does XFCE store the keyboard shortcuts?
More resources include other Stack Exchange sites and forums for distros that offer XFCE as a desktop environment and blogs or tech sites:
- Change xfce4 keyboard shortcuts
- xfce4: is there a list of commands for keyboard shortcuts?
- Change global keyboard shortcuts
Custom Keyboard Shortcuts at the MX Linux forum.- XFCE:Making Keyboard Shortcuts for Frequently Used Applications
- Adding xfce4 Keyboard Shortcuts for Clementine or Spotify
A caution is that you should keep in mind that XFCE, even though it's relatively stable, is evolving. Applications that used GTK2 in the past may now use GTK3. That can have consequences on how keyboard shortcuts work. So make sure you refer to sources that deal with your version of XFCE.
Also remember that XFCE, and other desktop environments, have separate graphical user interfaces to set shortcuts for applications and shortcuts for manipulating your window manager which, in XFCE, is xfwm4.
Most of the above deals with applications installed from the repositories or, in the case of Ubuntu and its flavors, from personal private archives.
However, we now have AppImages, snaps and flatpaks as well. Creating shortcuts to launch such applications maybe different. Again, asking questions about specific applications will probably get you the answers you need.
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%2f1107971%2fsyntax-for-keyboard-shortcuts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are several resources available and these can be found by searching the internet for xfce4 keyboard shortcuts or something more specific.
The primary source is the FAQ.
Another good resource is the XFCE forum. Search the site for what you need. Sign up and post questions there!
Obviously, searching Ask Ubuntu is useful as well! For example: Where does XFCE store the keyboard shortcuts?
More resources include other Stack Exchange sites and forums for distros that offer XFCE as a desktop environment and blogs or tech sites:
- Change xfce4 keyboard shortcuts
- xfce4: is there a list of commands for keyboard shortcuts?
- Change global keyboard shortcuts
Custom Keyboard Shortcuts at the MX Linux forum.- XFCE:Making Keyboard Shortcuts for Frequently Used Applications
- Adding xfce4 Keyboard Shortcuts for Clementine or Spotify
A caution is that you should keep in mind that XFCE, even though it's relatively stable, is evolving. Applications that used GTK2 in the past may now use GTK3. That can have consequences on how keyboard shortcuts work. So make sure you refer to sources that deal with your version of XFCE.
Also remember that XFCE, and other desktop environments, have separate graphical user interfaces to set shortcuts for applications and shortcuts for manipulating your window manager which, in XFCE, is xfwm4.
Most of the above deals with applications installed from the repositories or, in the case of Ubuntu and its flavors, from personal private archives.
However, we now have AppImages, snaps and flatpaks as well. Creating shortcuts to launch such applications maybe different. Again, asking questions about specific applications will probably get you the answers you need.
add a comment |
There are several resources available and these can be found by searching the internet for xfce4 keyboard shortcuts or something more specific.
The primary source is the FAQ.
Another good resource is the XFCE forum. Search the site for what you need. Sign up and post questions there!
Obviously, searching Ask Ubuntu is useful as well! For example: Where does XFCE store the keyboard shortcuts?
More resources include other Stack Exchange sites and forums for distros that offer XFCE as a desktop environment and blogs or tech sites:
- Change xfce4 keyboard shortcuts
- xfce4: is there a list of commands for keyboard shortcuts?
- Change global keyboard shortcuts
Custom Keyboard Shortcuts at the MX Linux forum.- XFCE:Making Keyboard Shortcuts for Frequently Used Applications
- Adding xfce4 Keyboard Shortcuts for Clementine or Spotify
A caution is that you should keep in mind that XFCE, even though it's relatively stable, is evolving. Applications that used GTK2 in the past may now use GTK3. That can have consequences on how keyboard shortcuts work. So make sure you refer to sources that deal with your version of XFCE.
Also remember that XFCE, and other desktop environments, have separate graphical user interfaces to set shortcuts for applications and shortcuts for manipulating your window manager which, in XFCE, is xfwm4.
Most of the above deals with applications installed from the repositories or, in the case of Ubuntu and its flavors, from personal private archives.
However, we now have AppImages, snaps and flatpaks as well. Creating shortcuts to launch such applications maybe different. Again, asking questions about specific applications will probably get you the answers you need.
add a comment |
There are several resources available and these can be found by searching the internet for xfce4 keyboard shortcuts or something more specific.
The primary source is the FAQ.
Another good resource is the XFCE forum. Search the site for what you need. Sign up and post questions there!
Obviously, searching Ask Ubuntu is useful as well! For example: Where does XFCE store the keyboard shortcuts?
More resources include other Stack Exchange sites and forums for distros that offer XFCE as a desktop environment and blogs or tech sites:
- Change xfce4 keyboard shortcuts
- xfce4: is there a list of commands for keyboard shortcuts?
- Change global keyboard shortcuts
Custom Keyboard Shortcuts at the MX Linux forum.- XFCE:Making Keyboard Shortcuts for Frequently Used Applications
- Adding xfce4 Keyboard Shortcuts for Clementine or Spotify
A caution is that you should keep in mind that XFCE, even though it's relatively stable, is evolving. Applications that used GTK2 in the past may now use GTK3. That can have consequences on how keyboard shortcuts work. So make sure you refer to sources that deal with your version of XFCE.
Also remember that XFCE, and other desktop environments, have separate graphical user interfaces to set shortcuts for applications and shortcuts for manipulating your window manager which, in XFCE, is xfwm4.
Most of the above deals with applications installed from the repositories or, in the case of Ubuntu and its flavors, from personal private archives.
However, we now have AppImages, snaps and flatpaks as well. Creating shortcuts to launch such applications maybe different. Again, asking questions about specific applications will probably get you the answers you need.
There are several resources available and these can be found by searching the internet for xfce4 keyboard shortcuts or something more specific.
The primary source is the FAQ.
Another good resource is the XFCE forum. Search the site for what you need. Sign up and post questions there!
Obviously, searching Ask Ubuntu is useful as well! For example: Where does XFCE store the keyboard shortcuts?
More resources include other Stack Exchange sites and forums for distros that offer XFCE as a desktop environment and blogs or tech sites:
- Change xfce4 keyboard shortcuts
- xfce4: is there a list of commands for keyboard shortcuts?
- Change global keyboard shortcuts
Custom Keyboard Shortcuts at the MX Linux forum.- XFCE:Making Keyboard Shortcuts for Frequently Used Applications
- Adding xfce4 Keyboard Shortcuts for Clementine or Spotify
A caution is that you should keep in mind that XFCE, even though it's relatively stable, is evolving. Applications that used GTK2 in the past may now use GTK3. That can have consequences on how keyboard shortcuts work. So make sure you refer to sources that deal with your version of XFCE.
Also remember that XFCE, and other desktop environments, have separate graphical user interfaces to set shortcuts for applications and shortcuts for manipulating your window manager which, in XFCE, is xfwm4.
Most of the above deals with applications installed from the repositories or, in the case of Ubuntu and its flavors, from personal private archives.
However, we now have AppImages, snaps and flatpaks as well. Creating shortcuts to launch such applications maybe different. Again, asking questions about specific applications will probably get you the answers you need.
answered 2 days ago
DK BoseDK Bose
13.2k123983
13.2k123983
add a comment |
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%2f1107971%2fsyntax-for-keyboard-shortcuts%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
What is the exact problem you're facing? And which distro are you using? What is the output of
echo -e "Version $(lsb_release -a)" && echo -e "Session: $DESKTOP_SESSION" && echo -e "Desktop: $XDG_CURRENT_DESKTOP"
?– DK Bose
Jan 8 at 16:52
No LSB modules are available. Version Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic Session: xfce Desktop: XFCE
– Niranjan
Jan 8 at 17:12
So what about your actual question? Which keyboard shortcut do you want to add/change? And what difficulty are you facing?
– DK Bose
Jan 9 at 1:04
It is not actually a difficulty. I just wanted to know the general syntax to make a keyboard shortcut. Question is not specifically designed for a particular application. If it is very much complex, experts can share links from where I can learn it.
– Niranjan
Jan 9 at 1:09