1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<PropertyList>
<multikey>
<key n="122">
<name>z</name>
<desc>ZKV1000 commands</desc>
<key n="111">
<name>o</name>
<desc>Power ON device</desc>
<exit/>
<binding>
<command>nasal</command>
<script>zkv1000.powerOn();</script>
</binding>
</key>
</key>
</multikey>
</PropertyList>