mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
This loads default mousebinds and provides a way to keep config files
simpler whilst allowing user specific binds.
Note that if no rc.xml is found, or if no <mouse><mousebind> entries
exist, the same default mousebinds will be loaded even if the <default />
element is not provided.
Example usage:
<mouse>
<default />
<context name="Root">
<mousebind button="Right" action="Press">
<action name="Execute" command="my-menu-application" />
</mousebind>
</context>
</mouse>
|
||
|---|---|---|
| .. | ||
| autostart | ||
| environment | ||
| labwc-actions.5.scd | ||
| labwc-config.5.scd | ||
| labwc-environment.5.scd | ||
| labwc-menu.5.scd | ||
| labwc-theme.5.scd | ||
| labwc.1.scd | ||
| labwc.desktop | ||
| menu.xml | ||
| meson.build | ||
| rc.xml | ||
| rc.xml.all | ||
| themerc | ||