mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04: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
|
|
@ -109,7 +109,10 @@ Configuration must be wrapped in a <labwc_config> root-node.
|
|||
*<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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue