Question:
"On the programming I have a scene working but I have no way of telling the Zen72 that it should respond to double tap. The scene works if I single tap or double tap. Do you see feedback that states double tap, single tap etc."
"value: KeyPressed [KeyPressed = 1 x tap, KeyReleased = released, KeyHeldDown = held, KeyPressed2x = 2 x tap, KeyPressed3x = 3 x tap, KeyPressed4x = 4 x tap, KeyPressed5x = 5 x tap]”
Answer:
You already answered your own question. you need to set value to 'KeyPressed2x' . Without that, the action fires on the first tap (I think it defaults to KeyPressed = 1 x tap).
(I made the same mistake and found this discussion via a google search to find an answer to the same issue. I saw your value comment and realized I had not set it myself).