Showing 1 changed files with 2 additions and 0 deletions
+2
Systems/multikey.xml
... ...
@@ -8,6 +8,7 @@
8 8
       <key n="111">
9 9
         <name>o</name>
10 10
         <desc>Power ON device</desc>
11
+        <exit/>
11 12
         <binding>
12 13
           <command>nasal</command>
13 14
           <script>zkv1000.powerOn();</script>
... ...
@@ -16,6 +17,7 @@
16 17
       <key n="108">
17 18
         <name>l</name>
18 19
         <desc>Switch ON device lights</desc>
20
+        <exit/>
19 21
         <binding>
20 22
           <command>nasal</command>
21 23
           <script>if (zkv1000.device[0] != nil and zkv1000.device[1] != nil) zkv1000.LIGHT();</script>