1
0
Fork 0
fgdata/mice.xml
david 061cbf9841 Initial mouse configuration support. This will be ignored unless you
configure --with-new-mouse, and there's not much there yet anyway.
2002-03-23 22:30:39 +00:00

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>