mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
Can successfully parse the following XML and and implement the action:
<mouse>
<context name="TitleBar">
<mousebind button="Left" action="DoubleClick">
<action name="ToggleMaximize"/>
</mousebind>
</context>
</mouse>
The XML parsing code for this looks A LOT different than the already
existing XML parsing code. It may have to be reworked
|
||
|---|---|---|
| .. | ||
| keybind.h | ||
| mousebind.h | ||
| rcxml.h | ||
| session.h | ||