Hi There..
The Shortcuts menu keys on your openbox Desktop Session configured by editing the file rc.xml found under $HOME/.config/openbox/rc.xml and will be invoked every time you login to your openbox Desktop Session.
The Standard file is located under /etc/xdg/openbox/rc.xml, which will overwritten on a new install.
rc.xml is XML file with a Set of Standard Tags which are self explanatory.
You will need to Edit this file ~/.config/openbox/rc.xml using your favorite editor by going to the <keyboard> section of this file and start adding your custom key combinations and invoke the executables.
Below are some Examples from my ~/.config/openbox/rc.xml
For More information on how to configure your custom keybindings Visit #!wiki page here page and Bindings help here.
I have uploaded the Standard keybind Entries of rc.xml file here. So, that you can copy and paste it to your openbox rc.xml, To effect the changes Logout and then Login back and now you can enjoy your new keybinding Shortcut Changes And Get Lazy.
Hope This Helps!
The Shortcuts menu keys on your openbox Desktop Session configured by editing the file rc.xml found under $HOME/.config/openbox/rc.xml and will be invoked every time you login to your openbox Desktop Session.
The Standard file is located under /etc/xdg/openbox/rc.xml, which will overwritten on a new install.
rc.xml is XML file with a Set of Standard Tags which are self explanatory.
Below are some Examples from my ~/.config/openbox/rc.xml
<keybind> <action name="name"> <command>"command"</command> </action> </keybind> <keybind key="W-space"> <action name="ShowMenu"> <menu>root-menu</menu> </action> </keybind>*> Here W is also referred as the Super Key or just the Windows Logs Key on your PC.<keybind key="W-Tab"> <action name="ShowMenu"> <menu>client-list-combined-menu</menu> </action> </keybind><keybind key="W-x"> <action name="Execute"> <startupnotify> <enabled>true</enabled> <name>Logout</name> </startupnotify> <command>cb-exit</command> </action> </keybind>
For More information on how to configure your custom keybindings Visit #!wiki page here page and Bindings help here.
I have uploaded the Standard keybind Entries of rc.xml file here. So, that you can copy and paste it to your openbox rc.xml, To effect the changes Logout and then Login back and now you can enjoy your new keybinding Shortcut Changes And Get Lazy.
Hope This Helps!







