You are not logged in.
I'm not able to find a nice list of them, stuff like alt-drag to move.
I intent to get rid of the title-bars
Offline
Can't you just read the rc.xml and define what you need yourself?
Offline
For the lazy, take a look at this:
http://aur.archlinux.org/packages.php?ID=23822
In short it is a GUI called obkey to add your own custom key bindings.
Offline
Thanks guys but I don't want to add hotkeys, I know how to do it. I just want to know the default bindings,
Offline
Well in that case just take a look in your ~/.config/openbox/rc.xml and find the keyboard section and have a look at the keybindings. I think these are the default keybindings:
<keyboard>
<chainQuitKey>C-g</chainQuitKey>
<keybind key="C-A-Left">
<action name="DesktopLeft">
<wrap>no</wrap>
</action>
</keybind>
<keybind key="A-C-F4">
<action name="Execute">
<command>scrot '%Y-%m-%d_$wx$h_scrot.jpg' -e 'mv $f ~/images/shots/'</command>
</action>
</keybind>
<keybind key="W-Right">
<action name="DesktopRight">
<wrap>no</wrap>
</action>
</keybind>
<keybind key="W-Up">
<action name="DesktopUp">
<wrap>no</wrap>
</action>
</keybind>
<keybind key="W-Down">
<action name="DesktopDown">
<wrap>no</wrap>
</action>
</keybind>
<keybind key="W-Left">
<action name="SendToDesktopLeft">
<wrap>no</wrap>
</action>
</keybind>
<keybind key="S-A-Right">
<action name="SendToDesktopRight">
<wrap>no</wrap>
</action>
</keybind>
<keybind key="S-A-Up">
<action name="SendToDesktopUp">
<wrap>no</wrap>
</action>
</keybind>
<keybind key="S-A-Down">
<action name="SendToDesktopDown">
<wrap>no</wrap>
</action>
</keybind>
<keybind key="W-F1">
<action name="Desktop"/>
</keybind>
<keybind key="W-F2">
<action name="Desktop">
<desktop>2</desktop>
</action>
</keybind>
<keybind key="W-F3">
<action name="Desktop">
<desktop>3</desktop>
</action>
</keybind>
<keybind key="W-F4">
<action name="Desktop">
<desktop>4</desktop>
</action>
</keybind>
<keybind key="W-d">
<action name="ToggleShowDesktop"/>
</keybind>
<keybind key="A-F4">
<action name="Close"/>
</keybind>
<keybind key="A-Escape">
<action name="Lower"/>
<action name="FocusToBottom"/>
<action name="Unfocus"/>
</keybind>
<keybind key="A-space">
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</keybind>
<keybind key="A-Tab">
<action name="NextWindow"/>
</keybind>
<keybind key="A-S-Tab">
<action name="PreviousWindow"/>
</keybind>
<keybind key="C-A-Tab">
<action name="NextWindow">
<panels>yes</panels>
<desktop>yes</desktop>
Last edited by johan1391 (2011-07-22 21:25:00)
Offline
@Oxpoto - you can always use xbindkeys if you like it more
O' rly ? Ya rly Oo
Offline