Difference between revisions of "Openbox Keyboard Shortcuts"
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...") |
|||
Line 1: | Line 1: | ||
set on /home/username/.config/openbox/rc.xml (inside User-Home) | set on /home/username/.config/openbox/rc.xml (inside User-Home) | ||
+ | Open a Terminal (lxterminal open 3 Tabs with Window CLOSE PROTECTION by DIALOG-POPUP!! BIG ADVANTAGE) | ||
+ | |||
+ | ALT+t | ||
+ | <pre> | ||
+ | <pre> | ||
+ | <keybind key="ALT-t"> | ||
+ | <action name="Execute"> | ||
+ | <execute>lxterminal --tabs=a,b,c</execute> | ||
+ | </action> | ||
+ | </keybind> | ||
+ | </pre> | ||
ALT-Key+F11 | ALT-Key+F11 | ||
<pre> | <pre> |
Revision as of 10:31, 15 November 2024
set on /home/username/.config/openbox/rc.xml (inside User-Home)
Open a Terminal (lxterminal open 3 Tabs with Window CLOSE PROTECTION by DIALOG-POPUP!! BIG ADVANTAGE)
ALT+t
<pre> <keybind key="ALT-t"> <action name="Execute"> <execute>lxterminal --tabs=a,b,c</execute> </action> </keybind>
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>