mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05: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>
|
||||
</keyboard>
|
||||
|
||||
<mouse>
|
||||
<context name="TitleBar">
|
||||
<mousebind button="Left" action="DoubleClick">
|
||||
<action name="ToggleMaximize"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
</mouse>
|
||||
|
||||
</labwc_config>
|
||||
|
|
|
|||
|
|
@ -71,4 +71,12 @@
|
|||
</keybind>
|
||||
</keyboard>
|
||||
|
||||
<mouse>
|
||||
<context name="TitleBar">
|
||||
<mousebind button="Left" action="DoubleClick">
|
||||
<action name="ToggleMaximize"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
</mouse>
|
||||
|
||||
</labwc_config>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue