How to bind the Super-key to whiskermenu without breaking Super+Other combinations? Announcing...
What's the meaning of "fortified infraction restraint"?
How to react to hostile behavior from a senior developer?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
Is CEO the "profession" with the most psychopaths?
Why wasn't DOSKEY integrated with COMMAND.COM?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Sum letters are not two different
If Windows 7 doesn't support WSL, then what does Linux subsystem option mean?
Maximum summed subsequences with non-adjacent items
How much damage would a cupful of neutron star matter do to the Earth?
Is there a kind of relay only consumes power when switching?
What is "gratricide"?
Can the Great Weapon Master feat's damage bonus and accuracy penalty apply to attacks from the Spiritual Weapon spell?
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
What is the difference between globalisation and imperialism?
Is it fair for a professor to grade us on the possession of past papers?
The code below, is it ill-formed NDR or is it well formed?
Why is the AVR GCC compiler using a full `CALL` even though I have set the `-mshort-calls` flag?
Do any jurisdictions seriously consider reclassifying social media websites as publishers?
How to write the following sign?
Can anything be seen from the center of the Boötes void? How dark would it be?
Why is Nikon 1.4g better when Nikon 1.8g is sharper?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
How to bind the Super-key to whiskermenu without breaking Super+Other combinations?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionShortcut keys that are independent to keyboard layoutHow to set a single modifier key as a shortcut in openbox?Can I set a gnome keyboard shortcut to be a prefix key, like in emacs, tmux or screen?What program or feature is overriding my “Unity style” keyboard shortcuts in DockbarX?Make Compose not compose after certain key pressesWhisker menu remove keyboard shortcut“Switch windows of an application” shortcut has an associated “Switch to previous window of an application” shortcutSuper key as shortcut - OpenboxHow to configure XFCE to handle keyboard shortcutshotkeys on key-releaseup, not key-pressHow to increase or decrease volume in Xfce with keyboard shortcuts?How to configure Xfce not to differenciate between L/R Super keys?Using mode_switch and super together in xkb
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Coming back from Windows 7 I'd like two kinds of shortcuts to work at the same time:
- Pressing Win (a.k.a. Super) alone should open the whiskermenu e.g. for quick application launch
- Pressing Win + an arrow should provide the same behaviour as Windows does, i.e. Maximizing/Restoring, Minimizing, Tiling Left/Right
Unfortunately when I set up both the Window manager shortcuts for the latter and the keyboard application shortcut xfce4-popup-whiskermenu
to Super-L, the Window manager combination are ignored and upon releasing the Win the whiskermenu opens nonetheless.
How can this be fixed?
(I'm running Arch Linux, if that is relevant)
keyboard-shortcuts xfce
|
show 4 more comments
Coming back from Windows 7 I'd like two kinds of shortcuts to work at the same time:
- Pressing Win (a.k.a. Super) alone should open the whiskermenu e.g. for quick application launch
- Pressing Win + an arrow should provide the same behaviour as Windows does, i.e. Maximizing/Restoring, Minimizing, Tiling Left/Right
Unfortunately when I set up both the Window manager shortcuts for the latter and the keyboard application shortcut xfce4-popup-whiskermenu
to Super-L, the Window manager combination are ignored and upon releasing the Win the whiskermenu opens nonetheless.
How can this be fixed?
(I'm running Arch Linux, if that is relevant)
keyboard-shortcuts xfce
Does it work if you use something likexbindkeys
to set theWin
->xfce4-popup-whiskermenu
shortcut?
– terdon♦
Oct 19 '15 at 12:34
@terdon Unfortunately it doesn't seem to work (I hope just runningxbindkeys
from a running session is sufficient, I didn't modify.Xsession
and relog: "*** Warning *** Please verify that there is not another program running which captures one of the keys captured by xbindkeys. It seems that there is a conflict, and xbindkeys can't grab all the keys defined in its configuration file."
– Tobias Kienzler
Oct 19 '15 at 12:47
Try again after disabling the shortcut from the window manager. That error means that both the window manager andxbindkeys
are trying to bind the same key. If you disable the WM one, you can at least usexbindkeys
and then you can see whether this actually helps or not.
– terdon♦
Oct 19 '15 at 12:50
@terdon I did, to no avail - I'd probably have to eliminate any shortcut involving the Win-key, and then usexbindkeys
to control the Window manager as well :-/
– Tobias Kienzler
Oct 19 '15 at 12:54
1
Install xcape from the arch repositories and follow the instructions on this SE question. While this question was meant for openbox, it works completely fine in xfce, too.
– Devon
Jun 2 '18 at 20:13
|
show 4 more comments
Coming back from Windows 7 I'd like two kinds of shortcuts to work at the same time:
- Pressing Win (a.k.a. Super) alone should open the whiskermenu e.g. for quick application launch
- Pressing Win + an arrow should provide the same behaviour as Windows does, i.e. Maximizing/Restoring, Minimizing, Tiling Left/Right
Unfortunately when I set up both the Window manager shortcuts for the latter and the keyboard application shortcut xfce4-popup-whiskermenu
to Super-L, the Window manager combination are ignored and upon releasing the Win the whiskermenu opens nonetheless.
How can this be fixed?
(I'm running Arch Linux, if that is relevant)
keyboard-shortcuts xfce
Coming back from Windows 7 I'd like two kinds of shortcuts to work at the same time:
- Pressing Win (a.k.a. Super) alone should open the whiskermenu e.g. for quick application launch
- Pressing Win + an arrow should provide the same behaviour as Windows does, i.e. Maximizing/Restoring, Minimizing, Tiling Left/Right
Unfortunately when I set up both the Window manager shortcuts for the latter and the keyboard application shortcut xfce4-popup-whiskermenu
to Super-L, the Window manager combination are ignored and upon releasing the Win the whiskermenu opens nonetheless.
How can this be fixed?
(I'm running Arch Linux, if that is relevant)
keyboard-shortcuts xfce
keyboard-shortcuts xfce
asked Oct 19 '15 at 12:17
Tobias KienzlerTobias Kienzler
4,409104690
4,409104690
Does it work if you use something likexbindkeys
to set theWin
->xfce4-popup-whiskermenu
shortcut?
– terdon♦
Oct 19 '15 at 12:34
@terdon Unfortunately it doesn't seem to work (I hope just runningxbindkeys
from a running session is sufficient, I didn't modify.Xsession
and relog: "*** Warning *** Please verify that there is not another program running which captures one of the keys captured by xbindkeys. It seems that there is a conflict, and xbindkeys can't grab all the keys defined in its configuration file."
– Tobias Kienzler
Oct 19 '15 at 12:47
Try again after disabling the shortcut from the window manager. That error means that both the window manager andxbindkeys
are trying to bind the same key. If you disable the WM one, you can at least usexbindkeys
and then you can see whether this actually helps or not.
– terdon♦
Oct 19 '15 at 12:50
@terdon I did, to no avail - I'd probably have to eliminate any shortcut involving the Win-key, and then usexbindkeys
to control the Window manager as well :-/
– Tobias Kienzler
Oct 19 '15 at 12:54
1
Install xcape from the arch repositories and follow the instructions on this SE question. While this question was meant for openbox, it works completely fine in xfce, too.
– Devon
Jun 2 '18 at 20:13
|
show 4 more comments
Does it work if you use something likexbindkeys
to set theWin
->xfce4-popup-whiskermenu
shortcut?
– terdon♦
Oct 19 '15 at 12:34
@terdon Unfortunately it doesn't seem to work (I hope just runningxbindkeys
from a running session is sufficient, I didn't modify.Xsession
and relog: "*** Warning *** Please verify that there is not another program running which captures one of the keys captured by xbindkeys. It seems that there is a conflict, and xbindkeys can't grab all the keys defined in its configuration file."
– Tobias Kienzler
Oct 19 '15 at 12:47
Try again after disabling the shortcut from the window manager. That error means that both the window manager andxbindkeys
are trying to bind the same key. If you disable the WM one, you can at least usexbindkeys
and then you can see whether this actually helps or not.
– terdon♦
Oct 19 '15 at 12:50
@terdon I did, to no avail - I'd probably have to eliminate any shortcut involving the Win-key, and then usexbindkeys
to control the Window manager as well :-/
– Tobias Kienzler
Oct 19 '15 at 12:54
1
Install xcape from the arch repositories and follow the instructions on this SE question. While this question was meant for openbox, it works completely fine in xfce, too.
– Devon
Jun 2 '18 at 20:13
Does it work if you use something like
xbindkeys
to set the Win
-> xfce4-popup-whiskermenu
shortcut?– terdon♦
Oct 19 '15 at 12:34
Does it work if you use something like
xbindkeys
to set the Win
-> xfce4-popup-whiskermenu
shortcut?– terdon♦
Oct 19 '15 at 12:34
@terdon Unfortunately it doesn't seem to work (I hope just running
xbindkeys
from a running session is sufficient, I didn't modify .Xsession
and relog: "*** Warning *** Please verify that there is not another program running which captures one of the keys captured by xbindkeys. It seems that there is a conflict, and xbindkeys can't grab all the keys defined in its configuration file."– Tobias Kienzler
Oct 19 '15 at 12:47
@terdon Unfortunately it doesn't seem to work (I hope just running
xbindkeys
from a running session is sufficient, I didn't modify .Xsession
and relog: "*** Warning *** Please verify that there is not another program running which captures one of the keys captured by xbindkeys. It seems that there is a conflict, and xbindkeys can't grab all the keys defined in its configuration file."– Tobias Kienzler
Oct 19 '15 at 12:47
Try again after disabling the shortcut from the window manager. That error means that both the window manager and
xbindkeys
are trying to bind the same key. If you disable the WM one, you can at least use xbindkeys
and then you can see whether this actually helps or not.– terdon♦
Oct 19 '15 at 12:50
Try again after disabling the shortcut from the window manager. That error means that both the window manager and
xbindkeys
are trying to bind the same key. If you disable the WM one, you can at least use xbindkeys
and then you can see whether this actually helps or not.– terdon♦
Oct 19 '15 at 12:50
@terdon I did, to no avail - I'd probably have to eliminate any shortcut involving the Win-key, and then use
xbindkeys
to control the Window manager as well :-/– Tobias Kienzler
Oct 19 '15 at 12:54
@terdon I did, to no avail - I'd probably have to eliminate any shortcut involving the Win-key, and then use
xbindkeys
to control the Window manager as well :-/– Tobias Kienzler
Oct 19 '15 at 12:54
1
1
Install xcape from the arch repositories and follow the instructions on this SE question. While this question was meant for openbox, it works completely fine in xfce, too.
– Devon
Jun 2 '18 at 20:13
Install xcape from the arch repositories and follow the instructions on this SE question. While this question was meant for openbox, it works completely fine in xfce, too.
– Devon
Jun 2 '18 at 20:13
|
show 4 more comments
1 Answer
1
active
oldest
votes
Use xcape to fix this (KDE users might be interested in ksuperkey). While this small background daemon is useful to bind keys to another (combination of) keys, it also comes along with the feature of running actions only when keys are released, not when they are pressed.
Install xcape.
Assign Super to a placeholder shortcut like ⎈ Shift⎇ Ctrl⇧ Alt SuperD or any other shortcut that is not taken by another application:
xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L|D'
Make sure to start whiskermenu with the same shortcut. Do this by adding a shortcut in Settings > Keyboard > Shortcuts.
- Add your xcape command in Settings > Session and Startup > Application Autostart to automatically start xcape when xfce boots up.
1
Interesting Xfce bug: bugzilla.xfce.org/show_bug.cgi?id=7845
– Devon
Jun 4 '18 at 15:17
For The newcomers here, you need to add the wholexcape
command to the startup settings, like the example he provided:xcape -e 'Super_L=Control_L|Shift_L|Alt_L|Super_L|Escape'
Thanks for putting this together for us, @Devon
– David Culbreth
Apr 10 at 18:47
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f237139%2fhow-to-bind-the-super-key-to-whiskermenu-without-breaking-superother-combinatio%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
Use xcape to fix this (KDE users might be interested in ksuperkey). While this small background daemon is useful to bind keys to another (combination of) keys, it also comes along with the feature of running actions only when keys are released, not when they are pressed.
Install xcape.
Assign Super to a placeholder shortcut like ⎈ Shift⎇ Ctrl⇧ Alt SuperD or any other shortcut that is not taken by another application:
xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L|D'
Make sure to start whiskermenu with the same shortcut. Do this by adding a shortcut in Settings > Keyboard > Shortcuts.
- Add your xcape command in Settings > Session and Startup > Application Autostart to automatically start xcape when xfce boots up.
1
Interesting Xfce bug: bugzilla.xfce.org/show_bug.cgi?id=7845
– Devon
Jun 4 '18 at 15:17
For The newcomers here, you need to add the wholexcape
command to the startup settings, like the example he provided:xcape -e 'Super_L=Control_L|Shift_L|Alt_L|Super_L|Escape'
Thanks for putting this together for us, @Devon
– David Culbreth
Apr 10 at 18:47
add a comment |
Use xcape to fix this (KDE users might be interested in ksuperkey). While this small background daemon is useful to bind keys to another (combination of) keys, it also comes along with the feature of running actions only when keys are released, not when they are pressed.
Install xcape.
Assign Super to a placeholder shortcut like ⎈ Shift⎇ Ctrl⇧ Alt SuperD or any other shortcut that is not taken by another application:
xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L|D'
Make sure to start whiskermenu with the same shortcut. Do this by adding a shortcut in Settings > Keyboard > Shortcuts.
- Add your xcape command in Settings > Session and Startup > Application Autostart to automatically start xcape when xfce boots up.
1
Interesting Xfce bug: bugzilla.xfce.org/show_bug.cgi?id=7845
– Devon
Jun 4 '18 at 15:17
For The newcomers here, you need to add the wholexcape
command to the startup settings, like the example he provided:xcape -e 'Super_L=Control_L|Shift_L|Alt_L|Super_L|Escape'
Thanks for putting this together for us, @Devon
– David Culbreth
Apr 10 at 18:47
add a comment |
Use xcape to fix this (KDE users might be interested in ksuperkey). While this small background daemon is useful to bind keys to another (combination of) keys, it also comes along with the feature of running actions only when keys are released, not when they are pressed.
Install xcape.
Assign Super to a placeholder shortcut like ⎈ Shift⎇ Ctrl⇧ Alt SuperD or any other shortcut that is not taken by another application:
xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L|D'
Make sure to start whiskermenu with the same shortcut. Do this by adding a shortcut in Settings > Keyboard > Shortcuts.
- Add your xcape command in Settings > Session and Startup > Application Autostart to automatically start xcape when xfce boots up.
Use xcape to fix this (KDE users might be interested in ksuperkey). While this small background daemon is useful to bind keys to another (combination of) keys, it also comes along with the feature of running actions only when keys are released, not when they are pressed.
Install xcape.
Assign Super to a placeholder shortcut like ⎈ Shift⎇ Ctrl⇧ Alt SuperD or any other shortcut that is not taken by another application:
xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L|D'
Make sure to start whiskermenu with the same shortcut. Do this by adding a shortcut in Settings > Keyboard > Shortcuts.
- Add your xcape command in Settings > Session and Startup > Application Autostart to automatically start xcape when xfce boots up.
edited 6 hours ago
answered Jun 4 '18 at 15:13
DevonDevon
1466
1466
1
Interesting Xfce bug: bugzilla.xfce.org/show_bug.cgi?id=7845
– Devon
Jun 4 '18 at 15:17
For The newcomers here, you need to add the wholexcape
command to the startup settings, like the example he provided:xcape -e 'Super_L=Control_L|Shift_L|Alt_L|Super_L|Escape'
Thanks for putting this together for us, @Devon
– David Culbreth
Apr 10 at 18:47
add a comment |
1
Interesting Xfce bug: bugzilla.xfce.org/show_bug.cgi?id=7845
– Devon
Jun 4 '18 at 15:17
For The newcomers here, you need to add the wholexcape
command to the startup settings, like the example he provided:xcape -e 'Super_L=Control_L|Shift_L|Alt_L|Super_L|Escape'
Thanks for putting this together for us, @Devon
– David Culbreth
Apr 10 at 18:47
1
1
Interesting Xfce bug: bugzilla.xfce.org/show_bug.cgi?id=7845
– Devon
Jun 4 '18 at 15:17
Interesting Xfce bug: bugzilla.xfce.org/show_bug.cgi?id=7845
– Devon
Jun 4 '18 at 15:17
For The newcomers here, you need to add the whole
xcape
command to the startup settings, like the example he provided: xcape -e 'Super_L=Control_L|Shift_L|Alt_L|Super_L|Escape'
Thanks for putting this together for us, @Devon– David Culbreth
Apr 10 at 18:47
For The newcomers here, you need to add the whole
xcape
command to the startup settings, like the example he provided: xcape -e 'Super_L=Control_L|Shift_L|Alt_L|Super_L|Escape'
Thanks for putting this together for us, @Devon– David Culbreth
Apr 10 at 18:47
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f237139%2fhow-to-bind-the-super-key-to-whiskermenu-without-breaking-superother-combinatio%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
Does it work if you use something like
xbindkeys
to set theWin
->xfce4-popup-whiskermenu
shortcut?– terdon♦
Oct 19 '15 at 12:34
@terdon Unfortunately it doesn't seem to work (I hope just running
xbindkeys
from a running session is sufficient, I didn't modify.Xsession
and relog: "*** Warning *** Please verify that there is not another program running which captures one of the keys captured by xbindkeys. It seems that there is a conflict, and xbindkeys can't grab all the keys defined in its configuration file."– Tobias Kienzler
Oct 19 '15 at 12:47
Try again after disabling the shortcut from the window manager. That error means that both the window manager and
xbindkeys
are trying to bind the same key. If you disable the WM one, you can at least usexbindkeys
and then you can see whether this actually helps or not.– terdon♦
Oct 19 '15 at 12:50
@terdon I did, to no avail - I'd probably have to eliminate any shortcut involving the Win-key, and then use
xbindkeys
to control the Window manager as well :-/– Tobias Kienzler
Oct 19 '15 at 12:54
1
Install xcape from the arch repositories and follow the instructions on this SE question. While this question was meant for openbox, it works completely fine in xfce, too.
– Devon
Jun 2 '18 at 20:13