projects
/
fg:toms-fgdata.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial mouse configuration support. This will be ignored unless you
[fg:toms-fgdata.git]
/
mice.xml
1
<?xml version="1.0"?>
2
3
<PropertyList>
4
5
<mouse>
6
<button n="0">
7
<binding>
8
<command>pui-or-panel-mouse-click</command>
9
<button>0</button>
10
<is-down>true</is-down>
11
</binding>
12
<mod-up>
13
<binding>
14
<command>pui-or-panel-mouse-click</command>
15
<button>0</button>
16
<is-down>false</is-down>
17
</binding>
18
</mod-up>
19
</button>
20
</mouse>
21
22
</PropertyList>