061cbf9841
configure --with-new-mouse, and there's not much there yet anyway.
22 lines
387 B
XML
22 lines
387 B
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<mouse>
|
|
<button n="0">
|
|
<binding>
|
|
<command>pui-or-panel-mouse-click</command>
|
|
<button>0</button>
|
|
<is-down>true</is-down>
|
|
</binding>
|
|
<mod-up>
|
|
<binding>
|
|
<command>pui-or-panel-mouse-click</command>
|
|
<button>0</button>
|
|
<is-down>false</is-down>
|
|
</binding>
|
|
</mod-up>
|
|
</button>
|
|
</mouse>
|
|
|
|
</PropertyList>
|