mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -05:00
docs/rc.xml.all: only declare one 'Root' context
Multiple <mousebind> can exist within one <context>, so let's keep it clean.
This commit is contained in:
parent
c797dbe189
commit
f292998399
2 changed files with 7 additions and 6 deletions
|
|
@ -106,7 +106,9 @@
|
|||
</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>
|
||||
|
||||
|
|
@ -219,13 +221,9 @@
|
|||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue