Difference between revisions of "Openbox Keyboard Shortcuts"

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search
(Created page with "set on /home/username/.config/openbox/rc.xml (inside User-Home) ALT-Key+F11 <pre> <keybind key="A-F11"> <action name="ToggleFullscreen"/> </keybind> </pre> ALT-Key+R = Comman...")
(No difference)

Revision as of 23:45, 19 May 2017

set on /home/username/.config/openbox/rc.xml (inside User-Home)

ALT-Key+F11

<keybind key="A-F11">
<action name="ToggleFullscreen"/>
</keybind>

ALT-Key+R = Commandline

<keybind key="A-R">
<action name="Execute">
<execute>gmrun</execute>
</action>
</keybind>

ALT-Key+i = Internet

<keybind key="A-i">
<action name="Execute">
<execute>chromium-browser</execute>
</action>
</keybind>

Alt-Key+M = Mail

<keybind key="A-m">
<action name="Execute">
<execute>icedove -P</execute>
</action>
</keybind>

ALT-Key+x = xchat

<keybind key="A-x">
<action name="Execute">
<execute>xchat</execute>
</action>
</keybind>