Multiple <mousebind> can exist within one <context>, so let's keep it
clean.
*<mouse><doubleClickTime>*
Set double click time in milliseconds. Default is 500.
-*<mouse><context name=""><mousebind button="" action="">*
+*<mouse><context name=""><mousebind button=""><action>*
+ Multiple *<mousebind>* can exist within one *<context>*; and multiple
+ *<action>* can exist within one *<mousebind>*
+
Define a mouse binding. Supported context-names include:
- TitleBar: The area where the title of the window is shown.
- Title: The title of the window itself.
</keyboard>
<!--
- The following actions are not supported: "Unshade", "Drag"
+ Multiple <mousebind> can exist within one <context>
+ Multiple <actions> can exist within one <mousebind>
+ The following openbox-actions are not supported: "Unshade" and "Drag"
-->
<mouse>
<mousebind button="Left" action="Press">
<action name="ShowMenu"><menu>root-menu</menu></action>
</mousebind>
- </context>
- <context name="Root">
<mousebind button="Right" action="Press">
<action name="ShowMenu"><menu>root-menu</menu></action>
</mousebind>
- </context>
- <context name="Root">
<mousebind button="Middle" action="Press">
<action name="ShowMenu"><menu>root-menu</menu></action>
</mousebind>