mirror of
https://github.com/labwc/labwc.git
synced 2026-03-22 05:33:57 -04:00
Updated default/example rc.xml w/ first <mouse> implementation
This commit is contained in:
parent
dfdb4e4b0e
commit
a4fdb43d42
2 changed files with 16 additions and 0 deletions
|
|
@ -18,4 +18,12 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
|
|
||||||
|
<mouse>
|
||||||
|
<context name="TitleBar">
|
||||||
|
<mousebind button="Left" action="DoubleClick">
|
||||||
|
<action name="ToggleMaximize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
</mouse>
|
||||||
|
|
||||||
</labwc_config>
|
</labwc_config>
|
||||||
|
|
|
||||||
|
|
@ -71,4 +71,12 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
|
|
||||||
|
<mouse>
|
||||||
|
<context name="TitleBar">
|
||||||
|
<mousebind button="Left" action="DoubleClick">
|
||||||
|
<action name="ToggleMaximize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
</mouse>
|
||||||
|
|
||||||
</labwc_config>
|
</labwc_config>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue