How to add a key binding to maximize/close all windows?Start/stop systemd service using keyboard...

Managing heat dissipation in a magic wand

How could Dwarves prevent sand from filling up their settlements

Is it a good idea to teach algorithm courses using pseudocode instead of a real programming language?

Is being an extrovert a necessary condition to be a manager?

Find the 3D region containing the origin bounded by given planes

How do I unravel apparent recursion in an edef statement?

Should I twist DC power and ground wires from a power supply?

Print characters from list with a For-loop

Why favour the standard WP loop over iterating over (new WP_Query())->get_posts()?

Is there any official Lore on Keraptis the Wizard, apart from what is in White Plume Mountain?

Can I have a delimited macro with a literal # in the parameter text?

Failing students when it might cause them economic ruin

Can a Warforged have a ranged weapon affixed to them like an armblade?

Isn't Kirchhoff's junction law a violation of conservation of charge?

Addressing an email

How could the B-29 bomber back up under its own power?

Working hours and productivity expectations for game artists and programmers

What city and town structures are important in a low fantasy medieval world?

Why does Taylor’s series “work”?

Is my company merging branches wrong?

Can the word crowd refer to just 10 people?

Why does the U.S military use mercenaries?

Parse a C++14 integer literal

How was the blinking terminal cursor invented?



How to add a key binding to maximize/close all windows?


Start/stop systemd service using keyboard shortcutOpenSuse custom keyboard shortcuts not workingHow do I disable the left-(meta|windows) key binding in gnome-shellVim key binding to cycle through windowsFVWM 's Windows buttons (Maximize Minimize …), ThemesHow to maximize and minimize windows from the command line?How to Map AltGr + any key to shortcut in Openbox/Lubuntu file lubuntu-rc.xmlHow to create an X window which won't close by any way other than a terminal commandHow do I close a window with a command/keyboard shortcut?How to split ports in a source into separate sources in PulseAudio?Tmux 2.6 copy-mode key-binding






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







3















Lubuntu uses LXDE with Openbox. I can configure key bindings in ~/.config/openbox/lubuntu-rc.xml



I want to add key bindings to maximize all windows and have the current active one on top.



I also need to have a key binding to close all windows.



Example



<keybind key="KP_Prior">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>File manager</name>
</startupnotify>
<command>lxsession-default file_manager</command>
</action>
</keybind>









share|improve this question
















bumped to the homepage by Community 53 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • To use the new keybindings I use openbox --reconfigure

    – user251046
    Aug 11 '14 at 5:47


















3















Lubuntu uses LXDE with Openbox. I can configure key bindings in ~/.config/openbox/lubuntu-rc.xml



I want to add key bindings to maximize all windows and have the current active one on top.



I also need to have a key binding to close all windows.



Example



<keybind key="KP_Prior">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>File manager</name>
</startupnotify>
<command>lxsession-default file_manager</command>
</action>
</keybind>









share|improve this question
















bumped to the homepage by Community 53 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • To use the new keybindings I use openbox --reconfigure

    – user251046
    Aug 11 '14 at 5:47














3












3








3


1






Lubuntu uses LXDE with Openbox. I can configure key bindings in ~/.config/openbox/lubuntu-rc.xml



I want to add key bindings to maximize all windows and have the current active one on top.



I also need to have a key binding to close all windows.



Example



<keybind key="KP_Prior">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>File manager</name>
</startupnotify>
<command>lxsession-default file_manager</command>
</action>
</keybind>









share|improve this question
















Lubuntu uses LXDE with Openbox. I can configure key bindings in ~/.config/openbox/lubuntu-rc.xml



I want to add key bindings to maximize all windows and have the current active one on top.



I also need to have a key binding to close all windows.



Example



<keybind key="KP_Prior">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>File manager</name>
</startupnotify>
<command>lxsession-default file_manager</command>
</action>
</keybind>






keyboard-shortcuts openbox lxde window-management






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 5 '14 at 22:02









Gilles

553k13311341643




553k13311341643










asked Aug 5 '14 at 12:45









user251046user251046

140212




140212





bumped to the homepage by Community 53 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 53 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • To use the new keybindings I use openbox --reconfigure

    – user251046
    Aug 11 '14 at 5:47



















  • To use the new keybindings I use openbox --reconfigure

    – user251046
    Aug 11 '14 at 5:47

















To use the new keybindings I use openbox --reconfigure

– user251046
Aug 11 '14 at 5:47





To use the new keybindings I use openbox --reconfigure

– user251046
Aug 11 '14 at 5:47










1 Answer
1






active

oldest

votes


















0














This link might be helpful for you. I can't found what you want exactly but this snippet can toggle maximize a window:



<keybind key="A-Return">
<action name="ToggleMaximize"/>
</keybind>





share|improve this answer
























  • Thanks for the link, but I used Ctrl+f in browser to find in website and there is no such thing.

    – user251046
    Aug 5 '14 at 14:23












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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f148501%2fhow-to-add-a-key-binding-to-maximize-close-all-windows%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









0














This link might be helpful for you. I can't found what you want exactly but this snippet can toggle maximize a window:



<keybind key="A-Return">
<action name="ToggleMaximize"/>
</keybind>





share|improve this answer
























  • Thanks for the link, but I used Ctrl+f in browser to find in website and there is no such thing.

    – user251046
    Aug 5 '14 at 14:23
















0














This link might be helpful for you. I can't found what you want exactly but this snippet can toggle maximize a window:



<keybind key="A-Return">
<action name="ToggleMaximize"/>
</keybind>





share|improve this answer
























  • Thanks for the link, but I used Ctrl+f in browser to find in website and there is no such thing.

    – user251046
    Aug 5 '14 at 14:23














0












0








0







This link might be helpful for you. I can't found what you want exactly but this snippet can toggle maximize a window:



<keybind key="A-Return">
<action name="ToggleMaximize"/>
</keybind>





share|improve this answer













This link might be helpful for you. I can't found what you want exactly but this snippet can toggle maximize a window:



<keybind key="A-Return">
<action name="ToggleMaximize"/>
</keybind>






share|improve this answer












share|improve this answer



share|improve this answer










answered Aug 5 '14 at 13:22









David MartínezDavid Martínez

67111323




67111323













  • Thanks for the link, but I used Ctrl+f in browser to find in website and there is no such thing.

    – user251046
    Aug 5 '14 at 14:23



















  • Thanks for the link, but I used Ctrl+f in browser to find in website and there is no such thing.

    – user251046
    Aug 5 '14 at 14:23

















Thanks for the link, but I used Ctrl+f in browser to find in website and there is no such thing.

– user251046
Aug 5 '14 at 14:23





Thanks for the link, but I used Ctrl+f in browser to find in website and there is no such thing.

– user251046
Aug 5 '14 at 14:23


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f148501%2fhow-to-add-a-key-binding-to-maximize-close-all-windows%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

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...